Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
Hardcode the release for the upgrade tests until next release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraRoatis committed Jan 7, 2021
1 parent 03ee635 commit 96094b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ function start_knative_gcp_from_head() {

function start_knative_gcp_from_latest_release() {
header ">> Installing Knative GCP latest public release"
local url="https://github.com/google/knative-gcp/releases/download/${LATEST_RELEASE_VERSION}"
local url="https://github.com/AlexandraRoatis/knative-gcp/releases/download/v0.19.0-ns"
# TODO: replace with correct version after the namespace update is released
# local url="https://github.com/google/knative-gcp/releases/download/${LATEST_RELEASE_VERSION}"
local yaml="cloud-run-events.yaml"

start_knative_gcp \
Expand Down Expand Up @@ -108,7 +110,9 @@ function install_cloud_run_events_from_head() {

function install_cloud_run_events_from_latest_release() {
header ">> Installing Cloud Run Events latest public release"
local url="https://github.com/google/knative-gcp/releases/download/${LATEST_RELEASE_VERSION}"
local url="https://github.com/AlexandraRoatis/knative-gcp/releases/download/v0.19.0-ns"
# TODO: replace with correct version after the namespace update is released
# local url="https://github.com/google/knative-gcp/releases/download/${LATEST_RELEASE_VERSION}"
local yaml="cloud-run-events.yaml"

install_cloud_run_events \
Expand Down

0 comments on commit 96094b4

Please sign in to comment.