-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add image changes reports for extra sysexts #2236
Conversation
Seems to be working: |
Build action triggered: https://github.com/flatcar/scripts/actions/runs/10635554798 |
We can strip suffixes using an array notation instead of doing it in a loop. Also drop an unused architecture parameter.
ac31702
to
248057d
Compare
Kicked off another batch (to make sure it works; I also added a commit that simplifies two bits of code): against last nightly, arm64: http://jenkins.infra.kinvolk.io:8080/job/container/job/image_changes/6872/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the Jenkins links now disappeared, but I trust you.
Thanks. |
Currently we generate three extra sysext images (podman, zfs and python). Make sure we get the reports for those too.
Needs flatcar/flatcar-build-scripts#162 first.CI: Tested together with #2230.