Skip to content

Commit

Permalink
Update e2e test config
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Apr 19, 2023
1 parent db2b4a8 commit 247afde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cluster/local/images/k3s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Install the all-in-one binary so we can copy our run-time images into the image
# which helps avoid pulling them when running e2e tests.
ARG SLES="registry.suse.com/suse/sle15:15.3"
ARG SLES="registry.suse.com/suse/sle15:15.4"
FROM ${SLES} AS k3s
ARG ARCH
ARG K3S_VERSION="v1.21.9+k3s1"
ARG K3S_VERSION="v1.23.17+k3s1"
RUN set -x \
&& zypper -n in \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions scripts/e2e-sonobuoy
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ e2e-sonobuoy-run() {
--sonobuoy-image=${SONOBUOY_RUN_SONOBUOY_IMAGE} \
--wait=${SONOBUOY_RUN_WAIT}
mv -vf $(sonobuoy retrieve) ${DIST}/sonobuoy-results-${ARCH}.tar.gz
sonobuoy results --mode=dump ${DIST}/sonobuoy-results-${ARCH}.tar.gz
sonobuoy results ${DIST}/sonobuoy-results-${ARCH}.tar.gz | tee ${DIST}/../sonobuoy-results-${ARCH}.txt
}
export -f e2e-sonobuoy-run
Expand Down

0 comments on commit 247afde

Please sign in to comment.