-
Notifications
You must be signed in to change notification settings - Fork 195
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
upgrade: Warn and sleep if we find a deprecated v0 format container #4084
Conversation
OK, not entirely sure what's going on with the Jenkins CI. My best guess is that we're hitting OOM issues, but I'm not seeing that offhand in the pods or events. |
Yeah, it's possibly an effect of coreos/coreos-ci-lib#116. I've added another commit on top. |
OK that got us farther, the next thing I think we're hitting though is the growth in Fedora repodata cutting against our default kola 1G memory limits... |
OK, that time the Rust build got killed by OOM. We're hardcoding the jobs to 5, which seems like it should be enough...needs debugging. |
I think vmcheck timed out because 30 mins is no longer enough for the lower parallelism. Personally, I think it's fine to keep |
35ceb08
to
20fc2ee
Compare
We've switching to also setting a memory limit in coreos-ci-lib: coreos/coreos-ci-lib#116 It looks like we're not requesting enough memory for the RPM build. Let's bump it to 4Gi and lower parallelism by 1.
We desperately want coreos/coreos-assembler#1438
20fc2ee
to
58422f6
Compare
/override ci/prow/fcos-e2e |
@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/fcos-e2e In 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/test-infra repository. |
This is prep for ostreedev/ostree-rs-ext#332