File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- ci/nightly-builds
7
7
paths :
8
- - ' environments/.stackhpc/terraform/cluster_image.auto.tfvars.json/cluster_image '
8
+ - ' environments/.stackhpc/terraform/cluster_image.auto.tfvars.json'
9
9
10
10
jobs :
11
11
scan :
18
18
matrix :
19
19
build : ["RL8", "RL9", "RL9-cuda"]
20
20
env :
21
- JSON_PATH : environments/.stackhpc/terraform/cluster_image.auto.tfvars.json/cluster_image
21
+ JSON_PATH : environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
22
22
OS_CLOUD : openstack
23
23
CI_CLOUD : ${{ vars.CI_CLOUD }}
24
24
58
58
- name : Parse image name json
59
59
id : manifest
60
60
run : |
61
- IMAGE_NAME=$(jq --arg version "${{ matrix.build }}" -r '.[$version]' "${{ env.JSON_PATH }}")
61
+ IMAGE_NAME=$(jq --arg version "${{ matrix.build }}" -r '.cluster_image [$version]' "${{ env.JSON_PATH }}")
62
62
echo "image-name=${IMAGE_NAME}" >> "$GITHUB_OUTPUT"
63
63
64
64
- name : Download image
Original file line number Diff line number Diff line change 2
2
"cluster_image" : {
3
3
"RL8" : " openhpc-RL8-241003-1241-a256bce2" ,
4
4
"RL9" : " openhpc-RL9-241003-1241-a256bce2" ,
5
- "RL9-cuda" : " openhpc-cuda-RL9-241003-1242-a256bce2 "
5
+ "RL9-cuda" : " openhpc-cuda-RL9-241003-1122-348c1508 "
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments