Skip to content

Commit a7056f1

Browse files
committed
Change sonobuoy execution mode to parallel
as decided by SIG Standardization/Certification on 2026-03-12 Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent 8e4d07a commit a7056f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Replace `SUBJECT` with an arbitrary, but meaningful subject name. Also, please n
6161
will always use the `current-context` of the kubeconfig and will fail if it isn't set.
6262

6363
Note: Sonobuoy checks (such as CNCF k8s conformance) are known to run for multiple hours (during which
64-
you won't see feedback). If you want to save wall-time by running the sonobuoy checks in parallel,
65-
simply add `-a execution_mode=parallel` to the command-line.
64+
you won't see feedback). In order to save wall-time, the sonobuoy checks will be run in parallel. You
65+
disable that by simply adding `-a execution_mode=serial` to the command-line.
6666

6767
A report in YAML format will be created.
6868

Tests/scs-compatible-kaas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99
# working directory for the subject under test
1010
# (note that we consider each kubernetes branch a test subject of its own)
1111
- kubeconfig
12-
- execution_mode: serial # alternatively: parallel
12+
- execution_mode: parallel # alternatively: serial
1313
scripts:
1414
- executable: ./kaas/sonobuoy_handler/run_sonobuoy.py
1515
args: run -k {kubeconfig} --scs-sonobuoy-config kaas/scs-sonobuoy-config.yaml -r {subject_root}/sono-results-e2e -c 'cncf-k8s-conformance' -a '--mode=certified-conformance' --execution-mode {execution_mode}

0 commit comments

Comments
 (0)