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

Avoid running useless goals in subsequent CI builds #39647

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Mar 22, 2024

The Initial JDK build is supposed to check all the constraints before running the tests.
Given we don't have platform specific constraints, it should be safe to avoid running these particular goals.

@aloubyansky could you check that I'm actually correct for -DskipExtensionValidation -DskipCodestartValidation? My understanding is that running them once for the Initial JDK build is enough but if you think it's not a good idea, we can revisit.

@gsmet gsmet requested a review from aloubyansky March 22, 2024 17:20
@quarkus-bot quarkus-bot bot added the area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure label Mar 22, 2024

This comment has been minimized.

This comment has been minimized.

The Initial JDK build is supposed to check all the constraints before
running the tests.
Given we don't have platform specific constraints, it should be safe to
avoid running these particular goals.
@gsmet gsmet force-pushed the disable-useless-goals branch from 1bd733b to f79056c Compare March 23, 2024 11:22
Copy link

quarkus-bot bot commented Mar 23, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit f79056c.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gsmet gsmet requested review from aloubyansky and removed request for aloubyansky March 26, 2024 17:20
@aloubyansky
Copy link
Member

Yes, it's ok to run them on the initial build.

@gsmet gsmet merged commit 3013343 into quarkusio:main Mar 27, 2024
49 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.10 - main milestone Mar 27, 2024
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 triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants