Skip to content

Commit

Permalink
CI: Fix Cloud Shell not writing results to DB (kubernetes#19523)
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored Aug 27, 2024
1 parent 57fe1cf commit fa9bb6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/jenkins/cloud_shell_functional_tests_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ gcloud cloud-shell ssh --authorize-session << EOF
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 fa9bb6a

Please sign in to comment.