Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Update the vendored test-infra dir (#80)
Browse files Browse the repository at this point in the history
Updates `test-infra` to comply with knative/serving#2555, while also getting the latest fixes and features.

Bonus: update the Gopkg files so the cleanup workaround in `update-deps.sh` is not necessary anymore.
  • Loading branch information
adrcunha authored and knative-prow-robot committed Nov 30, 2018
1 parent 39146df commit 1cab6fa
Show file tree
Hide file tree
Showing 10 changed files with 818 additions and 181 deletions.
10 changes: 5 additions & 5 deletions Gopkg.lock

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

7 changes: 6 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
# for detailed Gopkg.toml documentation.

required = [
"github.com/knative/test-infra",
"github.com/knative/test-infra/scripts",
]

[prune]
go-tests = true
unused-packages = true
non-go = true

[[prune.project]]
name = "github.com/knative/test-infra"
non-go = false
3 changes: 0 additions & 3 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ rm dummy.go

rm -rf $(find vendor/ -name 'OWNERS')
rm -rf $(find vendor/ -name '*_test.go')

# Keep the only dir in knative/test-infra we're interested in
find vendor/github.com/knative/test-infra -mindepth 1 -maxdepth 1 ! -name scripts -exec rm -fr {} \;
202 changes: 202 additions & 0 deletions vendor/github.com/knative/test-infra/LICENSE

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

Loading

0 comments on commit 1cab6fa

Please sign in to comment.