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 5c58408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plank:
entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20240802-66b115076"
sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20240802-66b115076"
gcs_configuration:
bucket: "kubernetes-jenkins"
bucket: "kubernetes-ci-logs"
path_strategy: "legacy"
default_org: "kubernetes"
default_repo: "kubernetes"
Expand Down
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 5c58408

Please sign in to comment.