Skip to content

Commit 9d730e6

Browse files
ci: run cilium tests concurrently
Signed-off-by: viktor-kurchenko <viktor.kurchenko@isovalent.com>
1 parent a9b7c5c commit 9d730e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/cilium-integration-tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,14 @@ jobs:
163163
164164
- name: Execute Cilium L7 Connectivity Tests
165165
shell: bash
166-
run: cilium connectivity test --test="l7|sni|tls|ingress|check-log-errors" --curl-parallel=${{ env.CURL_PARALLEL }} --collect-sysdump-on-failure --flush-ct --sysdump-hubble-flows-count=100000 --sysdump-hubble-flows-timeout=15s
166+
run: |
167+
cilium connectivity test \
168+
--test="l7|sni|tls|ingress|check-log-errors" \
169+
--curl-parallel=${{ env.CURL_PARALLEL }} \
170+
--collect-sysdump-on-failure --flush-ct \
171+
--sysdump-hubble-flows-count=100000 \
172+
--sysdump-hubble-flows-timeout=15s \
173+
--test-concurrency=5
167174
168175
- name: Gather Cilium system dump
169176
if: failure()

0 commit comments

Comments
 (0)