We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b7c5c commit 9d730e6Copy full SHA for 9d730e6
.github/workflows/cilium-integration-tests.yaml
@@ -163,7 +163,14 @@ jobs:
163
164
- name: Execute Cilium L7 Connectivity Tests
165
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
+ 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
174
175
- name: Gather Cilium system dump
176
if: failure()
0 commit comments