From ce7ee293f881d4dfdc6fcee8bd22190a7caeb910 Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Fri, 15 Nov 2024 07:57:28 -0800 Subject: [PATCH] adding only s1 Signed-off-by: Vivek Reddy --- .github/workflows/int-test-gcp-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/int-test-gcp-workflow.yml b/.github/workflows/int-test-gcp-workflow.yml index 24a5fac42..46ac0a14c 100644 --- a/.github/workflows/int-test-gcp-workflow.yml +++ b/.github/workflows/int-test-gcp-workflow.yml @@ -65,10 +65,10 @@ jobs: strategy: matrix: test_focus: - - { order: 1, name: "c3_gcp_sanity" } - - { order: 2, name: "c3_mgr_gcp_sanity" } - - { order: 3, name: "m4_gcp_sanity" } - - { order: 4, name: "m4_mgr_gcp_sanity" } + #- { order: 1, name: "c3_gcp_sanity" } + #- { order: 2, name: "c3_mgr_gcp_sanity" } + #- { order: 3, name: "m4_gcp_sanity" } + #- { order: 4, name: "m4_mgr_gcp_sanity" } - { order: 5, name: "s1_gcp_sanity" } runs-on: ubuntu-latest needs: build-operator-image