From 916a2132dce704218eba8687fb8052cb53843e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Thu, 17 Aug 2023 13:42:18 +0800 Subject: [PATCH] ci: run k8s network policy e2e in series MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张祖建 --- .github/workflows/build-x86-image.yaml | 2 +- .github/workflows/scheduled-e2e.yaml | 2 +- Makefile.e2e | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-x86-image.yaml b/.github/workflows/build-x86-image.yaml index 113db70ac89..718ab0c6149 100644 --- a/.github/workflows/build-x86-image.yaml +++ b/.github/workflows/build-x86-image.yaml @@ -428,7 +428,7 @@ jobs: - build-e2e-binaries - netpol-path-filter runs-on: ubuntu-22.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: false matrix: diff --git a/.github/workflows/scheduled-e2e.yaml b/.github/workflows/scheduled-e2e.yaml index fd4beaca10f..14ee409c1c2 100644 --- a/.github/workflows/scheduled-e2e.yaml +++ b/.github/workflows/scheduled-e2e.yaml @@ -108,7 +108,7 @@ jobs: k8s-netpol-e2e: name: Kubernetes Network Policy E2E runs-on: ubuntu-22.04 - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: false matrix: diff --git a/Makefile.e2e b/Makefile.e2e index 35cd483761d..afa0c08ec58 100644 --- a/Makefile.e2e +++ b/Makefile.e2e @@ -86,7 +86,7 @@ k8s-netpol-legacy-e2e: .PHONY: k8s-netpol-e2e k8s-netpol-e2e: ginkgo build $(E2E_BUILD_FLAGS) ./test/e2e/k8s-network - ginkgo -p --randomize-all -v --timeout=2h \ + ginkgo --randomize-all -v --timeout=2h \ $(call ginkgo_option,focus,$(K8S_NETPOL_E2E_FOCUS)) \ $(call ginkgo_option,skip,$(K8S_NETPOL_E2E_SKIP)) \ ./test/e2e/k8s-network/k8s-network.test