Skip to content

Commit

Permalink
Merge pull request kubernetes#19524 from spowelljr/fixCloudShell
Browse files Browse the repository at this point in the history
CI: Fix Cloud Shell not saving to DB
  • Loading branch information
spowelljr authored Aug 28, 2024
2 parents b6ecfe9 + b770eff commit 2ebc114
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions hack/jenkins/cloud_shell_functional_tests_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ gcloud cloud-shell ssh --authorize-session << EOF
EXTRA_TEST_ARGS="-test.run (TestFunctional|TestAddons|TestStartStop)"
# Need to set these in cloud-shell or will not be present in common.sh
MINIKUBE_LOCATION=$MINIKUBE_LOCATION
COMMIT=$COMMIT
EXTRA_BUILD_ARGS=$EXTRA_BUILD_ARGS
access_token=$access_token
ROOT_JOB_ID=$ROOT_JOB_ID
GOPOGH_DB_BACKEND=$GOPOGH_DB_BACKEND
GOPOGH_DB_HOST=$GOPOGH_DB_HOST
GOPOGH_DB_PATH=$GOPOGH_DB_PATH
MINIKUBE_LOCATION="$MINIKUBE_LOCATION"
COMMIT="$COMMIT"
EXTRA_BUILD_ARGS="$EXTRA_BUILD_ARGS"
access_token="$access_token"
ROOT_JOB_ID="$ROOT_JOB_ID"
GOPOGH_DB_BACKEND="$GOPOGH_DB_BACKEND"
GOPOGH_DB_HOST="$GOPOGH_DB_HOST"
GOPOGH_DB_PATH="$GOPOGH_DB_PATH"
# Prevent cloud-shell is ephemeral warnings on apt-get
mkdir ~/.cloudshell
Expand Down

0 comments on commit 2ebc114

Please sign in to comment.