Skip to content

Commit 1319e72

Browse files
committed
bump extra build size to 30GB for cuda
1 parent be805cc commit 1319e72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/extra.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
- image_name: openhpc-extra-RL8
3131
source_image_name_key: RL8 # key into environments/.stackhpc/terraform/cluster_image.auto.tfvars.json
3232
inventory_groups: doca,cuda
33+
volume_size: 30 # needed for cuda
3334
- image_name: openhpc-extra-RL9
3435
source_image_name_key: RL9
3536
inventory_groups: doca,cuda
37+
volume_size: 30 # needed for cuda
3638
env:
3739
ANSIBLE_FORCE_COLOR: True
3840
OS_CLOUD: openstack
@@ -97,6 +99,7 @@ jobs:
9799
-var "source_image_name=${{ fromJSON(env.FAT_IMAGES)['cluster_image'][matrix.build.source_image_name_key] }}" \
98100
-var "image_name=${{ matrix.build.image_name }}" \
99101
-var "inventory_groups=${{ matrix.build.inventory_groups }}" \
102+
-var "volume_size=${{ matrix.build.volume_size }}" \
100103
openstack.pkr.hcl
101104
102105
- name: Get created image names from manifest

0 commit comments

Comments
 (0)