Skip to content

Commit

Permalink
Merge pull request #596 from salasberryfin/workflow-e2e-yaml-definition
Browse files Browse the repository at this point in the history
chore: add v3 checks to nightly + fix e2e naming in workflow yaml
  • Loading branch information
alexander-demicev committed Jul 12, 2024
2 parents 098ceb8 + 94cc040 commit 158aab6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .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 All @@ -39,8 +48,17 @@ jobs:
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: $(pwd)/test/e2e/suites/embedded-capi-disabled
test_name: Update labels
test_name: Embedded CAPI disabled
run_azure_janitor: false
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 158aab6

Please sign in to comment.