File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,6 @@ artifacts {
6262tasks.withType<Test >().configureEach {
6363 useJUnitPlatform()
6464
65- classpath - = classpath.filter {
66- // pollutes test logger
67- it.name == " clouds-docker-impl.jar"
68- }
69-
7065 ciOnly {
7166 retry {
7267 failOnPassedAfterRetry.set(false )
Original file line number Diff line number Diff line change 1313phases :
1414 install :
1515 commands :
16+ - |
17+ >/home/codebuild-user/.gradle/gradle.properties echo "
18+ org.gradle.jvmargs=-Xmx4g
19+ kotlin.daemon.jvmargs=-Xmx4g
20+ "
1621 - useradd codebuild-user
1722 - dnf install -y acl
1823 - chown -R codebuild-user:codebuild-user /codebuild/output
1924 - chown -R codebuild-user:codebuild-user /codebuild/local-cache
2025 - chown -R codebuild-user:codebuild-user /home/codebuild-user
21- - |
22- >/home/codebuild-user/gradle.properties echo "
23- org.gradle.jvmargs=-Xmx4096m
24- kotlin.daemon.jvmargs=-Xmx4096m
25- "
2626 - setfacl -m d:o::rwx,o::rwx /root
2727 - mkdir /tmp/testArtifacts; chmod 777 /tmp/testArtifacts
2828 - export AWS_CODEARTIFACT_NUGET_LOGFILE=/tmp/testArtifacts/codeArtifactNuGet.log
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ kotlin.code.style=official
1818# Gradle settings
1919org.gradle.parallel =true
2020org.gradle.caching =true
21- org.gradle.jvmargs =-Xmx2048m
22- kotlin.daemon.jvmargs =-Xmx2048m
21+ org.gradle.jvmargs =-Xmx2g
22+ kotlin.daemon.jvmargs =-Xmx2g
2323
2424# prefer non-enterprise variant of test-retry
2525systemProp.develocity.testretry.enabled =false
You can’t perform that action at this time.
0 commit comments