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

chore: Stop running Maven commands in multi treads in nightly CI #3366

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

blakeli0
Copy link
Collaborator

@blakeli0 blakeli0 commented Nov 12, 2024

Nightly CI could fail due to running maven commands in multi-treads on Windows, see #3362 for details. Remove -T 1C in nightly.yaml to stop running Maven commands in multi treads in nightly CI. This is acceptable since running time is not a main concern in nightly CI.

Fixes: #3362

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Nov 12, 2024
Copy link

sonarcloud bot commented Nov 25, 2024

Copy link

sonarcloud bot commented Nov 25, 2024

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@blakeli0 blakeli0 merged commit efa3c0e into main Nov 26, 2024
48 of 49 checks passed
@blakeli0 blakeli0 deleted the blakeli0-patch-3 branch November 26, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly-java8 build on windows-2022 failed.
2 participants