Skip to content

Commit 25b6dc3

Browse files
authored
Fix: multiple scripts use same sonobuoy output dir (#1078)
Resolves #1077 Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent e3e8e7f commit 25b6dc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/scs-compatible-kaas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
- kubeconfig
1212
scripts:
1313
- executable: ./kaas/sonobuoy_handler/run_sonobuoy.py
14-
args: -k {kubeconfig} -r {subject_root}/sono-results -c 'cncf-k8s-conformance' -a '--mode=certified-conformance'
14+
args: -k {kubeconfig} -r {subject_root}/sono-results-e2e -c 'cncf-k8s-conformance' -a '--mode=certified-conformance'
1515
#~ args: -k {kubeconfig} -r {subject_root}/sono-results -c 'cncf-k8s-conformance' -a '--plugin-env e2e.E2E_DRYRUN=true'
1616
testcases:
1717
- id: cncf-k8s-conformance
@@ -31,7 +31,7 @@ scripts:
3131
description: Must fulfill all requirements of scs-0214-v2.
3232
url: https://docs.scs.community/standards/scs-0214-v2-k8s-node-distribution#decision
3333
- executable: ./kaas/sonobuoy_handler/run_sonobuoy.py
34-
args: -k {kubeconfig} -r {subject_root}/sono-results -c 'kaas-networking-check' -a '--e2e-focus "NetworkPolicy"'
34+
args: -k {kubeconfig} -r {subject_root}/sono-results-0219 -c 'kaas-networking-check' -a '--e2e-focus "NetworkPolicy"'
3535
testcases:
3636
- id: kaas-networking-check
3737
description: Must fulfill all requirements of scs-0219-v1.

0 commit comments

Comments
 (0)