File tree Expand file tree Collapse file tree 5 files changed +5
-21
lines changed Expand file tree Collapse file tree 5 files changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,17 @@ jobs:
26
26
- RL9
27
27
build :
28
28
- openstack.openhpc
29
- - openstack.openhpc-cuda
30
- exclude :
31
- - os_version : RL8
32
- build : openstack.openhpc-cuda
33
29
env :
34
30
ANSIBLE_FORCE_COLOR : True
35
31
OS_CLOUD : openstack
36
32
CI_CLOUD : ${{ github.event.inputs.ci_cloud }}
37
33
SOURCE_IMAGES_MAP : |
38
34
{
39
35
"RL8": {
40
- "openstack.openhpc": "rocky-latest-RL8",
41
- "openstack.openhpc-cuda": "rocky-latest-cuda-RL8"
36
+ "openstack.openhpc": "rocky-latest-RL8"
42
37
},
43
38
"RL9": {
44
- "openstack.openhpc": "rocky-latest-RL9",
45
- "openstack.openhpc-cuda": "rocky-latest-cuda-RL9"
39
+ "openstack.openhpc": "rocky-latest-RL9"
46
40
}
47
41
}
48
42
Original file line number Diff line number Diff line change 28
28
- RL9
29
29
build :
30
30
- openstack.rocky-latest
31
- - openstack.rocky-latest-cuda
32
- exclude :
33
- - os_version : RL8
34
- build : openstack.rocky-latest-cuda
35
-
36
31
env :
37
32
ANSIBLE_FORCE_COLOR : True
38
33
OS_CLOUD : openstack
@@ -144,10 +139,7 @@ jobs:
144
139
- RL9
145
140
image :
146
141
- rocky-latest
147
- - rocky-latest-cuda
148
142
exclude :
149
- - os_version : RL8
150
- image : rocky-latest-cuda
151
143
- target_cloud : LEAFCLOUD
152
144
env :
153
145
OS_CLOUD : openstack
Original file line number Diff line number Diff line change 42
42
build :
43
43
- RL8
44
44
- RL9
45
- - RL9-cuda
46
45
env :
47
46
ANSIBLE_FORCE_COLOR : True
48
47
OS_CLOUD : openstack
@@ -112,7 +111,6 @@ jobs:
112
111
build :
113
112
- RL8
114
113
- RL9
115
- - RL9-cuda
116
114
exclude :
117
115
- cloud : ${{ needs.image_upload.outputs.ci_cloud }}
118
116
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- build : ["RL8", "RL9", "RL9-cuda" ]
19
+ build : ["RL8", "RL9"]
20
20
env :
21
21
JSON_PATH : environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
22
22
OS_CLOUD : openstack
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ variable "groups" {
153
153
description = " Additional inventory groups (other than 'builder') to add build VM to, keyed by source name"
154
154
default = {
155
155
# fat image builds:
156
- rocky-latest = [" update" , " ofed " ]
157
- rocky-latest-cuda = [" update" , " ofed " , " cuda" ]
156
+ rocky-latest = [" update" ]
157
+ rocky-latest-cuda = [" update" , " cuda" ]
158
158
openhpc = [" control" , " compute" , " login" ]
159
159
openhpc-cuda = [" control" , " compute" , " login" ]
160
160
}
You can’t perform that action at this time.
0 commit comments