Skip to content

Commit

Permalink
Disable embedded_capi_disabled test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Jan 20, 2025
1 parent 62d8fe9 commit c73ec53
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,19 @@ jobs:
artifact_name: artifacts_update_labels
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
e2e_embedded_capi_disabled_v3:
needs: publish_e2e_image
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: test/e2e/suites/embedded-capi-disabled-v3
test_name: Embedded CAPI disabled [v3]
run_azure_janitor: false
artifact_name: artifacts_embedded_capi_v3
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
# This test is temporarily disabled due to: https://github.com/rancher/rancher/issues/41724
# e2e_embedded_capi_disabled_v3:
# needs: publish_e2e_image
# uses: ./.github/workflows/run-e2e-suite.yaml
# with:
# test_suite: test/e2e/suites/embedded-capi-disabled-v3
# test_name: Embedded CAPI disabled [v3]
# run_azure_janitor: false
# artifact_name: artifacts_embedded_capi_v3
# MANAGEMENT_CLUSTER_ENVIRONMENT: eks
# secrets: inherit
clean_e2e_image:
if: always()
needs: [e2e_import_gitops_v3, e2e_v2prov, e2e_update_labels, e2e_embedded_capi_disabled_v3]
needs: [e2e_import_gitops_v3, e2e_v2prov, e2e_update_labels]
uses: ./.github/workflows/e2e-image-clean.yaml
secrets: inherit

0 comments on commit c73ec53

Please sign in to comment.