Skip to content

Commit fabd805

Browse files
ci: Skip nutanix self-hosted tests until we fix image upload
CAREN image is not pushed to a registry during build process. This causes failures on the clusterctl move step where image is not available in the workload cluster. We will in future push an image out to a registry and unskip this.
1 parent 6e4515a commit fabd805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
matrix:
7979
provider:
8080
- Docker
81-
- Nutanix
8281
# Uncomment below once we have the ability to run e2e tests on other providers from GHA.
8382
# - AWS
83+
# - Nutanix
8484
fail-fast: false
8585
uses: ./.github/workflows/e2e.yml
8686
with:

0 commit comments

Comments
 (0)