Skip to content

Commit be54217

Browse files
committed
bump cuda image
1 parent d883e55 commit be54217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/trivyscan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- ci/nightly-builds
77
paths:
8-
- 'environments/.stackhpc/terraform/cluster_image.auto.tfvars.json'
8+
- 'environments/.stackhpc/terraform/cluster_image.auto.tfvars.json/cluster_image'
99

1010
jobs:
1111
scan:
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
build: ["RL8", "RL9", "RL9-cuda"]
2020
env:
21-
JSON_PATH: environments/.stackhpc/terraform/cluster_image.json
21+
JSON_PATH: environments/.stackhpc/terraform/cluster_image.auto.tfvars.json/cluster_image
2222
OS_CLOUD: openstack
2323
CI_CLOUD: ${{ vars.CI_CLOUD }}
2424

environments/.stackhpc/terraform/cluster_image.auto.tfvars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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
}

0 commit comments

Comments
 (0)