Skip to content

Commit

Permalink
Switch logs destination from kubernetes-jenkins to kubernetes-ci-logs
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Oct 9, 2024
1 parent 0d7be4f commit f0d4145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/bigquery/runner
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ git clone https://github.com/kubernetes/test-infra
--bare \
--job=${JOB_NAME} \
--service-account=${GOOGLE_APPLICATION_CREDENTIALS} \
--upload="gs://kubernetes-jenkins/logs" \
--upload="gs://kubernetes-ci-logs/logs" \
"$@"
2 changes: 1 addition & 1 deletion images/bootstrap/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
popd >/dev/null
fi

BOOTSTRAP_UPLOAD_BUCKET_PATH=${BOOTSTRAP_UPLOAD_BUCKET_PATH:-"gs://kubernetes-jenkins/logs"}
BOOTSTRAP_UPLOAD_BUCKET_PATH=${BOOTSTRAP_UPLOAD_BUCKET_PATH:-"gs://kubernetes-ci-logs/logs"}

# actually start bootstrap and the job, under the runner (which handles dind etc.)
/usr/local/bin/runner.sh \
Expand Down

0 comments on commit f0d4145

Please sign in to comment.