Skip to content

Commit

Permalink
Update tektoncd/plumbing.
Browse files Browse the repository at this point in the history
This is pulls in tektoncd/plumbing@3c5af40 to fix integration tests.

(cherry picked from commit 55ae856)

We need to cherry pick this change into v0.24 to run integration tests
for a Workspaces in Sidecars fix. We need to fix the Workspaces in
Sidecars to be serialized as workspaces not Workspaces. This is change
is made in #4008. Its
integration tests are failing because basic authentication was removed
for GKE cluster versions >= 1.19 so clusters cannot be created with
basic authentication enabled. So we need to cherry pick this change to
disable basic auth and create clusters to run the tests for the
Workspaces in Sidecars fix.
  • Loading branch information
wlynch authored and jerop committed Jun 7, 2021
1 parent 255b52d commit 90395ab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 46 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/tektoncd/plumbing v0.0.0-20210420200944-17170d5e7bc9
github.com/tektoncd/plumbing v0.0.0-20210514044347-f8a9689d5bd5
go.opencensus.io v0.23.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions vendor/github.com/tektoncd/plumbing/scripts/e2e-tests.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 0 additions & 38 deletions vendor/github.com/tektoncd/plumbing/scripts/library.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90395ab

Please sign in to comment.