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

Do not use grep -q when calculating the matrix #45437

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jan 8, 2025

grep -q exits as soon as it matches which can cause broken pipes if echo is not finished with the output.

It should hopefully fix the issues with calculating the matrix in Ubuntu 24 (no idea why the Ubuntu 24 runners are more sensitive...).

@holly-cummins this should be the actual fix for the matrix calculation issue in Ubuntu 24. I'm not exactly sure why we got lucky when testing my previous fix. My intuition is that maybe the Ubuntu 24 runner are a bit faster and can cause these issues sporadically (but when I tested last time, it was always reproducible so unsure...).

grep -q exits as soon as it matches which can cause broken pipes if echo
is not finished with the output.

It should hopefully fix the issues with calculating the matrix in Ubuntu
24 (no idea why the Ubuntu 24 runners are more sensitive...).
@gsmet gsmet requested a review from gastaldi January 8, 2025 09:28
@quarkus-bot quarkus-bot bot added the area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure label Jan 8, 2025
@gsmet gsmet merged commit 2ade871 into quarkusio:main Jan 8, 2025
28 of 49 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Jan 8, 2025
@gsmet gsmet modified the milestones: 3.18.0.CR1, 3.15.4 Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant