Skip to content

Commit

Permalink
ci(integration): disable test coverage for main workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Aug 26, 2022
1 parent 17ffd91 commit 0b02cc2
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 0b02cc2

Please sign in to comment.