Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Periodic jobs not testing recent kops builds #16533

Closed
rifelpet opened this issue May 7, 2024 · 2 comments
Closed

CI Periodic jobs not testing recent kops builds #16533

rifelpet opened this issue May 7, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@rifelpet
Copy link
Member

rifelpet commented May 7, 2024

/kind bug

There's multiple issues with the kops pipeline that allow periodic jobs to pick up new kops builds.

Observe these two periodic jobs from weeks apart:

https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/e2e-kops-aws-arm64-ci/1787557790076637184
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/e2e-kops-aws-arm64-ci/1781518104833036288

Both download the same CI version marker:

I0420 03:02:46.041205   13640 http.go:37] curl https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
I0420 03:02:46.117350   13640 http.go:37] curl https://storage.googleapis.com/kops-ci/bin/1.29.0-alpha.4+v1.29.0-alpha.3-378-g22ce1230da/linux/amd64/kops
I0506 19:02:14.140986   13795 http.go:37] curl https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
I0506 19:02:14.242580   13795 http.go:37] curl https://storage.googleapis.com/kops-ci/bin/1.29.0-alpha.4+v1.29.0-alpha.3-378-g22ce1230da/linux/amd64/kops

The marker itself hasn't been modified since March

curl -v https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt 2>&1 | grep last-modified
< last-modified: Thu, 07 Mar 2024 19:28:59 GMT

The updown job that normally updates this has been failing for as far back as testgrid history shows:

https://testgrid.k8s.io/kops-latest#kops-aws-updown

The postsubmit job has also been failing for a few weeks for all merges on the master branch (release branches are working)

https://testgrid.k8s.io/sig-cluster-lifecycle-kops#kops-postsubmit-push-to-staging

We should fix this and keep an eye on the impact to periodic jobs before cutting the new releases.

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label May 7, 2024
@rifelpet
Copy link
Member Author

This has been fixed
/close

@k8s-ci-robot
Copy link
Contributor

@rifelpet: Closing this issue.

In response to this:

This has been fixed
/close

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
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants