Skip to content

Commit

Permalink
test: temporarily disable complex daily tests
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Mar 29, 2023
1 parent 64f98af commit efb42e0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test_daily.yml
Expand Up @@ -23,18 +23,18 @@ jobs:
scope: simple
secrets: inherit

e2e_complex_per-k8s-version:
uses: ./.github/workflows/_test_e2e_per-k8s-version.yml
with:
scope: complex
timeout: 120
secrets: inherit
# e2e_complex_per-k8s-version:
# uses: ./.github/workflows/_test_e2e_per-k8s-version.yml
# with:
# scope: complex
# timeout: 120
# secrets: inherit

e2e_extra_per-k8s-version:
uses: ./.github/workflows/_test_e2e_per-k8s-version.yml
with:
scope: extra
secrets: inherit
# e2e_extra_per-k8s-version:
# uses: ./.github/workflows/_test_e2e_per-k8s-version.yml
# with:
# scope: extra
# secrets: inherit

integration_main:
uses: ./.github/workflows/_test_integration_regular.yml
Expand Down Expand Up @@ -88,8 +88,8 @@ jobs:
- integration_per-cr
- integration_per-k8s-and-cr
- e2e_simple_per-k8s-version
- e2e_complex_per-k8s-version
- e2e_extra_per-k8s-version
# - e2e_complex_per-k8s-version
# - e2e_extra_per-k8s-version
secrets: inherit

notify:
Expand Down

0 comments on commit efb42e0

Please sign in to comment.