Skip to content

Commit

Permalink
test: add v3 suites to nightly run
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Salas <carlos.salas@suse.com>
  • Loading branch information
salasberryfin committed Jul 10, 2024
1 parent 4c8d18d commit 94cc040
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
artifact_name: artifacts_import_gitops
use_eks: true
secrets: inherit
e2e_import_gitops_v3:
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: $(pwd)/test/e2e/suites/import-gitops-v3
test_name: Import via GitOps [v3]
run_azure_janitor: false
artifact_name: artifacts_import_gitops_v3
use_eks: true
secrets: inherit
e2e_v2prov:
uses: ./.github/workflows/run-e2e-suite.yaml
with:
Expand Down Expand Up @@ -44,3 +53,12 @@ jobs:
artifact_name: artifacts_embedded_capi
use_eks: true
secrets: inherit
e2e_embedded_capi_disabled_v3:
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: $(pwd)/test/e2e/suites/embedded-capi-disabled-v3
test_name: Embedded CAPI disabled [v3]
run_azure_janitor: false
artifact_name: artifacts_embedded_capi_v3
use_eks: true
secrets: inherit

0 comments on commit 94cc040

Please sign in to comment.