File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Test DOCA extra build
1
+ name : Test extra build
2
2
on :
3
3
workflow_dispatch :
4
4
push :
7
7
paths :
8
8
- ' environments/.stackhpc/terraform/cluster_image.auto.tfvars.json'
9
9
- ' ansible/roles/doca/**'
10
- - ' .github/workflows/doca'
10
+ - ' ansible/roles/cuda/**'
11
+ - ' .github/workflows/extra.yml'
11
12
pull_request :
12
13
paths :
13
14
- ' environments/.stackhpc/terraform/cluster_image.auto.tfvars.json'
14
15
- ' ansible/roles/doca/**'
15
- - ' .github/workflows/doca'
16
+ - ' ansible/roles/cuda/**'
17
+ - ' .github/workflows/extra.yml'
16
18
17
19
jobs :
18
20
doca :
19
- name : doca -build
21
+ name : extra -build
20
22
concurrency :
21
23
group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build.image_name }} # to branch/PR + OS
22
24
cancel-in-progress : true
@@ -25,12 +27,12 @@ jobs:
25
27
fail-fast : false # allow other matrix jobs to continue even if one fails
26
28
matrix : # build RL8, RL9
27
29
build :
28
- - image_name : openhpc-doca -RL8
30
+ - image_name : openhpc-extra -RL8
29
31
source_image_name_key : RL8 # key into environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
30
- inventory_groups : doca
31
- - image_name : openhpc-doca -RL9
32
+ inventory_groups : doca,cuda
33
+ - image_name : openhpc-extra -RL9
32
34
source_image_name_key : RL9
33
- inventory_groups : doca
35
+ inventory_groups : doca,cuda
34
36
env :
35
37
ANSIBLE_FORCE_COLOR : True
36
38
OS_CLOUD : openstack
You can’t perform that action at this time.
0 commit comments