SONOBUOY_VERSION appears out of date

Bug #1915446 reported by Chris Johnston
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UA ReviewKit
Won't Fix
Undecided
Unassigned

Bug Description

Dave C reported that 0.18 no longer works.

ubuntu@iadaz01sinf01:~/dave/handover/ua-reviewkit/kubernetes$ diff -u kubernetes-extra-checks.sh.orig kubernetes-extra-checks.sh
--- kubernetes-extra-checks.sh.orig 2021-02-11 19:43:44.405074951 +0000
+++ kubernetes-extra-checks.sh 2021-02-11 19:11:53.370554415 +0000
@@ -1,6 +1,7 @@
 #!/bin/bash -ex

-SONOBUOY_VERSION=${SONOBUOY_VERSION:-0.18.0}
+#SONOBUOY_VERSION=${SONOBUOY_VERSION:-0.18.0}
+SONOBUOY_VERSION=${SONOBUOY_VERSION:-0.20.0}
 SONOBUOY_PARALLEL=${SONOBUOY_PARALLEL:-30}

 function fetch_sonobuoy() {
@@ -15,7 +16,8 @@
   fi

   ./sonobuoy delete --all || true
- ./sonobuoy run --skip-preflight --plugin e2e --e2e-parallel ${SONOBUOY_PARALLEL} --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:v${SONOBUOY_VERSION} --mode=non-disruptive-conformance --wait 2>&1
+ #./sonobuoy run --skip-preflight --plugin e2e --e2e-parallel ${SONOBUOY_PARALLEL} --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:v${SONOBUOY_VERSION} --mode=non-disruptive-conformance --wait 2>&1
+ ./sonobuoy run --skip-preflight --plugin e2e --e2e-parallel ${SONOBUOY_PARALLEL} --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:v${SONOBUOY_VERSION} --kube-conformance-image-version v1.18.6 --mode=non-disruptive-conformance --wait 2>&1
   ./sonobuoy results $(./sonobuoy retrieve) -m dump | ./parse_results.py failed
   ./sonobuoy delete --all --wait 2>&1
 }

Revision history for this message
Edward Hope-Morley (hopem) wrote :
Changed in ua-reviewkit:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.