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 55 branches :
66 - ci/nightly-builds
77 paths :
8- - ' environments/.stackhpc/terraform/cluster_image.auto.tfvars.json/cluster_image '
8+ - ' environments/.stackhpc/terraform/cluster_image.auto.tfvars.json'
99
1010jobs :
1111 scan :
1818 matrix :
1919 build : ["RL8", "RL9", "RL9-cuda"]
2020 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
2222 OS_CLOUD : openstack
2323 CI_CLOUD : ${{ vars.CI_CLOUD }}
2424
5858 - name : Parse image name json
5959 id : manifest
6060 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 }}")
6262 echo "image-name=${IMAGE_NAME}" >> "$GITHUB_OUTPUT"
6363
6464 - name : Download image
Original file line number Diff line number Diff line change 22 "cluster_image" : {
33 "RL8" : " openhpc-RL8-241003-1241-a256bce2" ,
44 "RL9" : " openhpc-RL9-241003-1241-a256bce2" ,
5- "RL9-cuda" : " openhpc-cuda-RL9-241003-1242-a256bce2 "
5+ "RL9-cuda" : " openhpc-cuda-RL9-241003-1122-348c1508 "
66 }
77}
You can’t perform that action at this time.
0 commit comments