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

Run Unit tests, ITs in parallel if PR is approved. Upgrade checkstyle version #17611

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

abhishekagarwal87
Copy link
Contributor

@abhishekagarwal87 abhishekagarwal87 commented Jan 8, 2025

Instead of running the unit tests first and then running ITs, and other JDK tests, we will rather run all in parallel for faster build time. This is done only when the PR is approved so we are still not wasting gha runner bandwidth.

Also upgraded checkstyle version so it doesn't error out when it sees Java 17 syntax.

@github-actions github-actions bot added the GHA label Jan 8, 2025
@abhishekagarwal87 abhishekagarwal87 changed the title Run Unit tests, ITs in parallel Run Unit tests, ITs in parallel if PR is approved. Upgrade checkstyle version Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants