Use the dl.k8s.io CDN w/o slash for artifacts in kubetest2-ec2 jobs#36636
Use the dl.k8s.io CDN w/o slash for artifacts in kubetest2-ec2 jobs#36636k8s-ci-robot merged 2 commits intokubernetes:masterfrom
Conversation
Similar to a5a212f, which fixed a trailing slash for the cloud-provider-aws and sig-node jobs, this change ensures the kubetest2-ec2 jobs all use `dl.k8s.io` for their artifacts, rather than the gcsweb URL. The `--stage` and `--test-package-url` parameters are also updated to not have a trailing slash, which results in 404s, such as in this job: https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_provider-aws-test-infra/530/pull-kubernetes-e2e-ec2-cloud-provider-dual-stack-quick/2031854708028608512 That job used this command: curl -sSLo kubernetes-server-linux-amd64.tar.gz --fail --retry 5 --retry-delay 10 --retry-all-errors https://dl.k8s.io/ci/fast//v1.36.0-alpha.2.513+93eed79b22aa09/kubernetes-server-linux-amd64.tar.gz Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
|
/cc @damdo |
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nrb, upodroid The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@nrb: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Similar to a5a212f, which fixed a trailing slash for the cloud-provider-aws and sig-node jobs, this change ensures the kubetest2-ec2 jobs all use
dl.k8s.iofor their artifacts, rather than the gcsweb URL.The
--stageand--test-package-urlparameters are also updated to not have a trailing slash, which results in 404s, such as in this job:https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_provider-aws-test-infra/530/pull-kubernetes-e2e-ec2-cloud-provider-dual-stack-quick/2031854708028608512
That job used this command:
See #36535 for more details on the trailing slash failure.