-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
1556faf
commit 5f28380
Showing
6 changed files
with
213 additions
and
190 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
36 changes: 17 additions & 19 deletions
36
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.
Oops, something went wrong.
171 changes: 47 additions & 124 deletions
171
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.
Oops, something went wrong.
Oops, something went wrong.