Skip to content

Run nightly e2e tests #326

Run nightly e2e tests

Run nightly e2e tests #326

Workflow file for this run

name: Run nightly e2e tests
on:
schedule:
- cron: "0 0 1/2 * *"
workflow_dispatch:
concurrency: ci_e2e_tests
jobs:
publish_e2e_image:

Check failure on line 11 in .github/workflows/e2e-long.yaml

View workflow run for this annotation

GitHub Actions / Run nightly e2e tests

Invalid workflow file

The workflow is not valid. .github/workflows/e2e-long.yaml (Line: 11, Col: 3): Error calling workflow 'salasberryfin/rancher-turtles/.github/workflows/e2e-image-publish.yaml@5860c4654ad6e7847d1882cba2ae370ab3d5fb54'. The workflow is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/e2e-image-publish.yaml
secrets: inherit
e2e_import_gitops_v3:
needs: publish_e2e_image
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: test/e2e/suites/import-gitops-v3
test_name: Import via GitOps [v3]
run_azure_janitor: true
artifact_name: artifacts_import_gitops_v3
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
e2e_v2prov:
needs: publish_e2e_image
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: test/e2e/suites/v2prov
test_name: v2 provisioning
run_azure_janitor: false
artifact_name: artifacts_v2prov
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
e2e_update_labels:
needs: publish_e2e_image
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: test/e2e/suites/update-labels
test_name: Update labels
run_azure_janitor: false
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
clean_e2e_image:
if: always()
needs: [e2e_import_gitops_v3, e2e_v2prov, e2e_update_labels, e2e_embedded_capi_disabled_v3]
uses: ./.github/workflows/e2e-image-clean.yaml
secrets: inherit