Skip to content

Commit 2962cad

Browse files
committed
test(e2e): Use released rocky image
1 parent a039691 commit 2962cad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: ${{ vars.NUTANIX_PRISM_ELEMENT_CLUSTER_NAME }}
8484
NUTANIX_SUBNET_NAME: ${{ vars.NUTANIX_SUBNET_NAME }}
8585
NUTANIX_STORAGE_CONTAINER_NAME: ${{ vars.NUTANIX_STORAGE_CONTAINER_NAME }}
86-
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: nkp-rocky-9.4-release-1.29.6-20240716233458
8786

8887
- if: success() || failure() # always run even if the previous step fails
8988
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: nkp-rocky-9.4-1.29.6-20240704044125
203+
NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: nkp-rocky-9.4-release-1.29.6-20240816215147
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)