Skip to content

Commit

Permalink
fix(zuul): use default sonobuoy mode for full test
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schoone <6106846+jschoone@users.noreply.github.com>
  • Loading branch information
jschoone authored Jul 11, 2024
1 parent bce93a7 commit 4f92aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
parent: openstack-e2e-abstract
description: |
Run e2e tests of cluster-stacks project using
[sonobuoy](https://sonobuoy.io/) with mode conformance and
[sonobuoy](https://sonobuoy.io/) with mode non-disruptive conformance and
SCS compliance checks meaning it will test if the Kubernetes
cluster is conformant to the CNCF and to the SCS.
timeout: 10800 # 3h
vars:
wait_for_cluster: 1200 # 20min
sonobouy:
enabled: true
mode: conformance
mode: non-disruptive-conformance
scs_compliance:
enabled: true

Expand Down

0 comments on commit 4f92aea

Please sign in to comment.