Commit 116315f8 authored by Erik Wilson's avatar Erik Wilson

Upgrade sonobuoy to 0.16.0

parent 65d87648
...@@ -2,7 +2,7 @@ FROM golang:1.12.9-alpine3.10 ...@@ -2,7 +2,7 @@ FROM golang:1.12.9-alpine3.10
RUN apk -U --no-cache add bash git docker curl jq coreutils RUN apk -U --no-cache add bash git docker curl jq coreutils
RUN go get -d github.com/heptio/sonobuoy && \ RUN go get -d github.com/heptio/sonobuoy && \
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.15.0 && \ git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.16.0 && \
go install github.com/heptio/sonobuoy go install github.com/heptio/sonobuoy
RUN rm -rf /go/src /go/pkg RUN rm -rf /go/src /go/pkg
......
...@@ -169,7 +169,7 @@ K3S_PORT=$(timeout --foreground 5s bash -c get-port) ...@@ -169,7 +169,7 @@ K3S_PORT=$(timeout --foreground 5s bash -c get-port)
OUTPUT=$(pwd)/sonobuoy-output/${K3S_PORT} OUTPUT=$(pwd)/sonobuoy-output/${K3S_PORT}
LOGS=$(pwd)/logs/$$ LOGS=$(pwd)/logs/$$
E2E="${OUTPUT}/e2e" E2E="${OUTPUT}/e2e"
E2E_LOG="plugins/e2e/results/e2e.log" E2E_LOG="plugins/e2e/results/global/e2e.log"
RESULTS="${E2E}/${E2E_LOG}" RESULTS="${E2E}/${E2E_LOG}"
mkdir -p ${OUTPUT} mkdir -p ${OUTPUT}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment