From fa9bb6a5dc555aad7b20ad2f41e4da1905aebe41 Mon Sep 17 00:00:00 2001 From: Steven Powell <44844360+spowelljr@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:15:18 -0700 Subject: [PATCH] CI: Fix Cloud Shell not writing results to DB (#19523) --- hack/jenkins/cloud_shell_functional_tests_docker.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/jenkins/cloud_shell_functional_tests_docker.sh b/hack/jenkins/cloud_shell_functional_tests_docker.sh index 919edf6753d4..1fb931a0a696 100755 --- a/hack/jenkins/cloud_shell_functional_tests_docker.sh +++ b/hack/jenkins/cloud_shell_functional_tests_docker.sh @@ -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