Skip to content

Commit

Permalink
[NO JIRA] Improve CI performance, remove java checks test sources fro…
Browse files Browse the repository at this point in the history
…m build_compile (#4576)
  • Loading branch information
alban-auzeill authored Nov 24, 2023
1 parent e2bee08 commit 19a1289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ build_compile_task:
<<: *COMMON_BUILD_DEFINITION
build_script:
- source cirrus-env BUILD
- regular_mvn_build_deploy_analyze -Dmaven.test.skip=true -Dsonar.skip=true
- regular_mvn_build_deploy_analyze -Dmaven.test.skip=true -Dsonar.skip=true -pl '!java-checks-test-sources/default,!java-checks-test-sources/aws'
cleanup_before_cache_script: cleanup_maven_repository

build_test_analyze_task:
Expand Down

0 comments on commit 19a1289

Please sign in to comment.