Skip to content

Commit 99e5d58

Browse files
committed
use current fatimage for doca test build
1 parent 4831b9c commit 99e5d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doca.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
matrix: # build RL8, RL9
3737
build:
3838
- image_name: openhpc-doca-RL8
39-
source_image_name: openhpc-RL8 # TODO: needs to be injected from environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
39+
source_image_name: "${{ fromJSON(env.FAT_IMAGES).cluster_image.RL8 }}"
4040
inventory_groups: doca
4141
- image_name: openhpc-doca-RL9
42-
source_image_name: openhpc-RL9 # TODO: as above
42+
source_image_name: "${{ fromJSON(env.FAT_IMAGES).cluster_image.RL9 }}"
4343
inventory_groups: doca
4444
env:
4545
ANSIBLE_FORCE_COLOR: True

0 commit comments

Comments
 (0)