Skip to content

Commit 19a1289

Browse files
[NO JIRA] Improve CI performance, remove java checks test sources from build_compile (#4576)
1 parent e2bee08 commit 19a1289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ build_compile_task:
6666
<<: *COMMON_BUILD_DEFINITION
6767
build_script:
6868
- source cirrus-env BUILD
69-
- regular_mvn_build_deploy_analyze -Dmaven.test.skip=true -Dsonar.skip=true
69+
- regular_mvn_build_deploy_analyze -Dmaven.test.skip=true -Dsonar.skip=true -pl '!java-checks-test-sources/default,!java-checks-test-sources/aws'
7070
cleanup_before_cache_script: cleanup_maven_repository
7171

7272
build_test_analyze_task:

0 commit comments

Comments
 (0)