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: Reduce parallelism of vmcheck tests to 5 #3640

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Apr 27, 2022

We're seeing issues where CI sometimes hits EAGAIN on fork:

coreos/fedora-coreos-tracker#1186

It's possible something changed recently that made rpm-ostree use more
threads than before and more likely to hit this.

There's no way for us control the PID limit from our side (it's a
node setting), so let's just lower parallelism here. (Another approach
is splitting it into multiple pods, but it doesn't seem worth the
complexity yet.)

We're seeing issues where CI sometimes hits EAGAIN on `fork`:

coreos/fedora-coreos-tracker#1186

It's possible something changed recently that made rpm-ostree use more
threads than before and more likely to hit this.

There's no way for us control the PID limit from our side (it's a
node setting), so let's just lower parallelism here. (Another approach
is splitting it into multiple pods, but it doesn't seem worth the
complexity yet.)
@cgwalters cgwalters merged commit f8fb692 into coreos:main Apr 27, 2022
@jlebon jlebon deleted the pr/unparallelize-vmcheck branch April 23, 2023 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants