From eacdd3b8b5980475e9a930d133ec71c4f52cb357 Mon Sep 17 00:00:00 2001 From: Grant Rodgers Date: Fri, 11 Jan 2019 17:48:13 -0800 Subject: [PATCH] Pin sources to PR #179 Should pass e2e tests. --- test/e2e-tests.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index a0087ee23da..723538d44ce 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -30,9 +30,16 @@ source $(dirname $0)/../vendor/github.com/knative/test-infra/scripts/e2e-tests.s # 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 + +# Good (pinned): +#readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://knative-nightly.storage.googleapis.com/eventing-sources/previous/v20181205-fbac942/release.yaml + +# Bad (latest): #readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://knative-nightly.storage.googleapis.com/eventing-sources/latest/release.yaml +# Good (https://github.com/knative/eventing-sources/pull/179): +readonly KNATIVE_EVENTING_SOURCES_RELEASE=https://grantrodgers-knative-nightly.storage.googleapis.com/eventing-sources/previous/v20190111-8f346725/release.yaml + # Names of the Resources used in the tests. readonly E2E_TEST_NAMESPACE=e2etest readonly E2E_TEST_FUNCTION_NAMESPACE=e2etestfn3