-
Notifications
You must be signed in to change notification settings - Fork 292
Expand file tree
/
Copy pathflowpipeline.yaml
More file actions
68 lines (62 loc) · 1.24 KB
/
flowpipeline.yaml
File metadata and controls
68 lines (62 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# -*- coding: utf-8 -*-
syntax: 1
pipeline-configurations:
continuous-integration:
checkout:
fresh: true
build:
rez_args: -b cmake
prepend_release_dir: true
resource:
os-rocky-9: EL9
test:
enabled: false
release:
enabled: true
finalize:
email_enabled: false
zulip_enabled: false
initialize:
email_enabled: true
zulip_enabled: false
pre-release:
checkout:
fresh: true
build:
rez_args: -b cmake
prepend_release_dir: true
resource:
os-rocky-9: EL9
test:
enabled: false
finalize:
zulip_enabled: false
initialize:
zulip_enabled: false
release:
build:
rez_args: -b cmake
resource:
os-rocky-9: EL9
test:
enabled: false
finalize:
zulip_enabled: false
initialize:
email_enabled: false
zulip_enabled: false
package-configurations:
rez-2-testmap:
build_context:
- buildtools
environment: {}
packages_path:
- /rel/rez/dwa
- /rel/rez/third_party
- /rel/rez/pypi
- /rel/lang/python/packages
release_packages_path: /rel/rez/dwa
symlink_directory: null
symlinks: false
variants: true
yaml: false