From 93b94faae0c3aa915c3ae9691ab308b878fa5a8a Mon Sep 17 00:00:00 2001 From: Grant Rodgers Date: Fri, 7 Dec 2018 09:52:43 -0800 Subject: [PATCH] Pin sources release to last known good This will unblock tests while we track down failures in sources. --- test/e2e-tests.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 080b01bb6be..a0087ee23da 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -27,7 +27,11 @@ source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/e2e-tests.sh -readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://knative-nightly.storage.googleapis.com/eventing-sources/latest/release.yaml +# Using the most recent good release of eventing-sources to unblock tests. This +# should be replaced with the commented line below when eventing-sources nightly +# is known good again. +readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://knative-nightly.storage.googleapis.com/eventing-sources/previous/v20181205-fbac942/release.yaml +#readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://knative-nightly.storage.googleapis.com/eventing-sources/latest/release.yaml # Names of the Resources used in the tests. readonly E2E_TEST_NAMESPACE=e2etest