From 4f92aea54a2c76da7cbdaafcc06dd156168e741e Mon Sep 17 00:00:00 2001 From: Jan Schoone <6106846+jschoone@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:06:36 +0200 Subject: [PATCH] fix(zuul): use default sonobuoy mode for full test Signed-off-by: Jan Schoone <6106846+jschoone@users.noreply.github.com> --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 91be9129..65662ee4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -25,7 +25,7 @@ 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 @@ -33,7 +33,7 @@ wait_for_cluster: 1200 # 20min sonobouy: enabled: true - mode: conformance + mode: non-disruptive-conformance scs_compliance: enabled: true