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: workflow unifications to reduce noise, run_jvm flag for jvm-tests #17166

Merged
merged 7 commits into from May 12, 2021
Merged

CI: workflow unifications to reduce noise, run_jvm flag for jvm-tests #17166

merged 7 commits into from May 12, 2021

Conversation

famod
Copy link
Member

@famod famod commented May 12, 2021

Main part: Windows jobs are now part of the existing matrix jobs, increasing cohesion and reducing noise.

Please let me know if you want me to squash some commits.

This was also a good opportunity to add a "run flag" for the jvm tests (now consistent with the other test jobs).

@quarkus-bot quarkus-bot bot added area/gradle Gradle area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure labels May 12, 2021
@famod famod requested a review from gsmet May 12, 2021 09:44
# Skip main in forks
if: "github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')"
needs: build-jdk11
if: "needs.calculate-test-jobs.outputs.run_jvm == 'true' && (github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main'))"
timeout-minutes: 240
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This was 180 for the windows job. It didn't feel important enough to add it to the matrix. 🤷

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really cool, thanks!

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label May 12, 2021
@gsmet gsmet merged commit f4a73d8 into quarkusio:main May 12, 2021
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label May 12, 2021
@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone May 12, 2021
@famod famod deleted the ci-workflow-cleanup branch May 12, 2021 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gradle Gradle 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.

None yet

2 participants