Skip to content

Commit

Permalink
Merge pull request #4862 from werf/ci-integration-disable-test-covera…
Browse files Browse the repository at this point in the history
…ge-for-main-workflow

ci(integration): disable test coverage for main workflow
  • Loading branch information
ilya-lesikov committed Aug 26, 2022
2 parents 17ffd91 + 0b02cc2 commit 6f26e22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test_main.yml
Expand Up @@ -41,30 +41,25 @@ jobs:
packages: integration/suites
excludePackages: integration/suites/deploy,integration/suites/cleanup_after_converge,integration/suites/helm/deploy_rollback,integration/suites/bundles,integration/suites/ansible,integration/suites/build/stapel_image/git
fetchDepth: 0 # Git history as fixtures for tests.
coverage: true
secrets: inherit

integration_git:
if: github.event_name != 'pull_request' || github.event.label.name == 'trigger:\ test:main'
uses: ./.github/workflows/_test_integration_regular.yml
with:
packages: integration/suites/build/stapel_image/git
coverage: true
secrets: inherit

integration_ansible:
if: github.event_name != 'pull_request' || github.event.label.name == 'trigger:\ test:main'
uses: ./.github/workflows/_test_integration_regular.yml
with:
packages: integration/suites/ansible
coverage: true
secrets: inherit

integration_per-k8s:
if: github.event_name != 'pull_request' || github.event.label.name == 'trigger:\ test:main'
uses: ./.github/workflows/_test_integration_per-k8s-version.yml
with:
coverage: true
secrets: inherit

e2e_complex:
Expand Down

0 comments on commit 6f26e22

Please sign in to comment.