Skip to content

Commit 19c4b1d

Browse files
committed
fixup! ci: Specify Nutanix image in e2e config
This can still be overridden by environment variables, but having a default in here makes it easier to use.
1 parent ed41afa commit 19c4b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
NUTANIX_INSECURE: false
8383
NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: ${{ vars.NUTANIX_PRISM_ELEMENT_CLUSTER_NAME }}
8484
NUTANIX_SUBNET_NAME: ${{ vars.NUTANIX_SUBNET_NAME }}
85-
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: ${{ vars.NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME }}
8685
NUTANIX_STORAGE_CONTAINER_NAME: ${{ vars.NUTANIX_STORAGE_CONTAINER_NAME }}
86+
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: nkp-rocky-9.4-release-1.29.6-20240716233458
8787

8888
- if: success() || failure() # always run even if the previous step fails
8989
name: Publish e2e test report

test/e2e/config/caren.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ variables:
200200
# # Name of the Prism Element cluster.
201201
# NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: ""
202202
# # Name of the OS image pre-uploaded in PC.
203-
# NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: ""
203+
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: nkp-rocky-9.4-1.29.6-20240704044125
204204
# # Name of the subnet to be assigned to the VMs.
205205
# NUTANIX_SUBNET_NAME: ""
206206
# # Name of the storage container to CSI driver

0 commit comments

Comments
 (0)