Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
97a606ba
Commit
97a606ba
authored
Jan 21, 2021
by
Brad Davidson
Committed by
Brad Davidson
Jan 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sonobuoy version for v1.20.0
Also drop the rancher-mirrored sonobuoy image since CI has a pull-through image cache now. Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
parent
13229019
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Dockerfile.test.dapper
Dockerfile.test.dapper
+1
-1
test-helpers
scripts/test-helpers
+0
-1
No files found.
Dockerfile.test.dapper
View file @
97a606ba
...
@@ -2,7 +2,7 @@ FROM golang:1.15.5-alpine3.12
...
@@ -2,7 +2,7 @@ FROM golang:1.15.5-alpine3.12
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl py-pip
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl py-pip
ENV SONOBUOY_VERSION 0.
19
.0
ENV SONOBUOY_VERSION 0.
20
.0
RUN OS=linux; \
RUN OS=linux; \
ARCH=$(go env GOARCH); \
ARCH=$(go env GOARCH); \
...
...
scripts/test-helpers
View file @
97a606ba
...
@@ -234,7 +234,6 @@ sonobuoy-test() {
...
@@ -234,7 +234,6 @@ sonobuoy-test() {
sonobuoy run
\
sonobuoy run
\
--config
=
scripts/sonobuoy-config.json
\
--config
=
scripts/sonobuoy-config.json
\
--plugin-env
=
e2e.E2E_USE_GO_RUNNER
=
true
\
--plugin-env
=
e2e.E2E_USE_GO_RUNNER
=
true
\
--sonobuoy-image
=
rancher/sonobuoy-sonobuoy:v
${
SONOBUOY_VERSION
:-
0
.19.0
}
\
--kube-conformance-image-version
=
${
VERSION_K8S
}
\
--kube-conformance-image-version
=
${
VERSION_K8S
}
\
--wait
=
90
\
--wait
=
90
\
$@
&
$@
&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment