From ed189d8b1752d7f2aaada760ea2c77b0770b9012 Mon Sep 17 00:00:00 2001 From: viktor-kurchenko Date: Wed, 26 Jun 2024 16:32:17 +0300 Subject: [PATCH] temp: test GKE workflow Signed-off-by: viktor-kurchenko --- .github/in-cluster-test-scripts/gke.sh | 2 +- .github/workflows/gke.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/in-cluster-test-scripts/gke.sh b/.github/in-cluster-test-scripts/gke.sh index 8bde50ca60..5b51694217 100644 --- a/.github/in-cluster-test-scripts/gke.sh +++ b/.github/in-cluster-test-scripts/gke.sh @@ -25,7 +25,7 @@ sleep 10s [[ $(pgrep -f "cilium.*hubble.*port-forward|kubectl.*port-forward.*hubble-relay" | wc -l) == 2 ]] # Run connectivity test -cilium connectivity test --debug --all-flows --collect-sysdump-on-failure --external-target google.com. +cilium connectivity test --test-concurrency=5 --debug --all-flows --collect-sysdump-on-failure --external-target google.com. # Run performance test cilium connectivity perf --duration 1s diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index 4982f52a96..a8c2ea6cce 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -14,9 +14,9 @@ on: # will disappear from the PR checks: please provide a direct link to the # successful workflow run (can be found from Actions tab) in a comment. # - # pull_request: {} + pull_request: {} ### - pull_request_target: {} + # pull_request_target: {} # Run every 6 hours schedule: - cron: '0 2/6 * * *'