From efb42e009a5a615c7283a32184edcf6f475d2630 Mon Sep 17 00:00:00 2001 From: Timofey Kirillov Date: Tue, 28 Mar 2023 20:16:32 +0300 Subject: [PATCH] test: temporarily disable complex daily tests Signed-off-by: Timofey Kirillov --- .github/workflows/test_daily.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test_daily.yml b/.github/workflows/test_daily.yml index da8ea7efa1..174f136b24 100644 --- a/.github/workflows/test_daily.yml +++ b/.github/workflows/test_daily.yml @@ -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 @@ -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: