-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Use of GitHub Actions, and enable dependabot #1497
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
base: main
Are you sure you want to change the base?
Conversation
I also integrated GitHub Action in the PRs. |
00923e7
to
9b6fda3
Compare
I don’t think we should remove the unit test retry. @cshannon pointed that out as a good solution to get past some flaky tests and tests that fail when concurrent builds are running |
@mattrpav ok I readd it. I will also use a different strategy for tests to use different jdk. |
8b60aef
to
376e097
Compare
FYI, I enabled again Jenkins on PR. I will disable it only when GitHub Action will be happy. |
Keep a backup of Jenkinsfile for now
Re-add -Dsurefire.rerunFailingTestsCount=3 option to tests
…cluding Sonar stage
8a6ba25
to
2d32e56
Compare
Keep a backup of Jenkinsfile for now