Skip to content

GCS upload path inconsistencies. #7032

Closed
@cjwagner

Description

The GCS paths linked to by Prow are not consistent with the actual upload paths used by bootstrap for postsubmit jobs in repos other than k/k. Specifically, it seems that Prow includes the repo name in the path while bootstrap does not. For example:

actual upload path:
https://storage.googleapis.com/kubernetes-jenkins/logs/ci-test-infra-bazel/64888/build-log.txt
expected gubernator link:
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-test-infra-bazel/64888
prow provided gubernator link:
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/test-infra/ci-test-infra-bazel/64888/

This appears to affect all postsubmit jobs except for those in k/k.
https://prow.k8s.io/?type=postsubmit

cc @BenTheElder @rmmh @krzyzacy

Metadata

Assignees

Labels

area/bootstraparea/prowIssues or PRs related to prowkind/bugCategorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions