diff --git a/test/e2e-upgrade-tests.sh b/test/e2e-upgrade-tests.sh index f2ea9599..ce36aef9 100755 --- a/test/e2e-upgrade-tests.sh +++ b/test/e2e-upgrade-tests.sh @@ -30,7 +30,7 @@ source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh # Latest eventing operator release. readonly LATEST_EVENTING_OPERATOR_RELEASE_VERSION=$(git tag | sort -V | tail -1) -readonly LATEST_EVENTING_RELEASE_VERSION="v0.13.3" +readonly LATEST_EVENTING_RELEASE_VERSION="v0.13.4" OPERATOR_DIR=$(dirname $0)/.. KNATIVE_EVENTING_DIR=${OPERATOR_DIR}/.. @@ -61,13 +61,13 @@ function install_latest_operator_release() { || fail_test "Unable to download latest Knative Eventing Operator release." kubectl apply -f "${release_yaml}" || fail_test "Knative Eventing Operator latest release installation failed" + wait_until_pods_running default || fail_test "Eventing Operator did not come up" create_custom_resource - wait_until_pods_running ${TEST_NAMESPACE} } function create_custom_resource() { echo ">> Creating the custom resource of Knative Eventing:" - cat <