Skip to content

Use the dl.k8s.io CDN w/o slash for artifacts in kubetest2-ec2 jobs#36636

Merged
k8s-ci-robot merged 2 commits intokubernetes:masterfrom
nrb:kubetest2-ec2-cdn-fix
Mar 12, 2026
Merged

Use the dl.k8s.io CDN w/o slash for artifacts in kubetest2-ec2 jobs#36636
k8s-ci-robot merged 2 commits intokubernetes:masterfrom
nrb:kubetest2-ec2-cdn-fix

Conversation

@nrb
Copy link
Copy Markdown
Contributor

@nrb nrb commented Mar 11, 2026

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

See #36535 for more details on the trailing slash failure.

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>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/config Issues or PRs related to code in /config area/jobs size/S Denotes a PR that changes 10-29 lines, ignoring generated files. area/provider/aws Issues or PRs related to aws provider sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. labels Mar 11, 2026
@k8s-ci-robot k8s-ci-robot added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label Mar 11, 2026
@nrb
Copy link
Copy Markdown
Contributor Author

nrb commented Mar 11, 2026

/cc @damdo

@k8s-ci-robot k8s-ci-robot requested a review from damdo March 11, 2026 22:57
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 11, 2026
Copy link
Copy Markdown
Member

@damdo damdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

/assign @upodroid

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 12, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 12, 2026
@k8s-ci-robot k8s-ci-robot merged commit 208a790 into kubernetes:master Mar 12, 2026
6 checks passed
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@nrb: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

  • key ec2-e2e.yaml using file config/jobs/kubernetes/sig-cloud-provider/aws/ec2-e2e.yaml
  • key periodic-e2e.yaml using file config/jobs/kubernetes/sig-cloud-provider/periodic-e2e.yaml
Details

In response to this:

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

See #36535 for more details on the trailing slash failure.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/config Issues or PRs related to code in /config area/jobs area/provider/aws Issues or PRs related to aws provider cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants