Skip to content

Commit

Permalink
Update test-infra
Browse files Browse the repository at this point in the history
Major changes:

* Use regional clusters for E2E tests
* Allow specifying the E2E test cluster min/max size using environment variables
* Use the already setup service account when running E2E tests
* Block tests using the release/nightly GCRs
* Remove all code deleting images from GCR
* Use go-junit-report for go test summaries (bye bazel)
* Georeplicate GCR releases
* Add support to weekly "dot" releases
  • Loading branch information
adrcunha authored and knative-prow-robot committed Dec 30, 2018
1 parent 1556faf commit 5f28380
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 190 deletions.
5 changes: 3 additions & 2 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion third_party/VENDOR-LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ISC License

Copyright (c) 2012-2016 Dave Collins <[email protected]>

Permission to use, copy, modify, and distribute this software for any
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

Expand Down
36 changes: 17 additions & 19 deletions vendor/github.com/knative/test-infra/scripts/e2e-tests.sh

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

171 changes: 47 additions & 124 deletions vendor/github.com/knative/test-infra/scripts/library.sh

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

Loading

0 comments on commit 5f28380

Please sign in to comment.