File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ linux_image_template: &LINUX_IMAGE
46
46
namespace : default
47
47
use_in_memory_disk : true
48
48
49
- linux_1_cpu_1G_template : &LINUX_1_CPU_2G
49
+ linux_1_cpu_4G_template : &LINUX_1_CPU_4G
50
50
eks_container :
51
51
<< : *LINUX_IMAGE
52
52
cpu : 1
53
- memory : 2G
53
+ memory : 4G
54
54
55
55
linux_2_cpu_6G_java_17_template : &LINUX_2_CPU_6G_JAVA_17
56
56
eks_container :
@@ -97,15 +97,15 @@ build_task:
97
97
ws_scan_task :
98
98
depends_on :
99
99
- build
100
- << : *LINUX_1_CPU_2G
100
+ << : *LINUX_1_CPU_4G
101
101
# run only on master and long-term branches
102
102
only_if : $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
103
103
env :
104
104
WS_APIKEY : VAULT[development/kv/data/mend data.apikey]
105
105
<< : *SETUP_GRADLE_CACHE
106
106
whitesource_script :
107
107
- source cirrus-env QA
108
- - GRADLE_OPTS="-Xmx64m -Dorg.gradle.jvmargs='-Xmx1G' " ./gradlew ${GRADLE_COMMON_FLAGS} processResources
108
+ - GRADLE_OPTS="-Xmx64m -Dorg.gradle.jvmargs='-Xmx1G -Dkotlin.daemon.jvm.options=-Xmx1500m,Xms=500m' -Dorg.gradle.daemon=false " ./gradlew ${GRADLE_COMMON_FLAGS} processResources
109
109
- ./export_ws_variables.sh
110
110
- source ws_scan.sh
111
111
allow_failures : " true"
@@ -143,7 +143,7 @@ promote_task:
143
143
- qa_plugin
144
144
- ws_scan
145
145
<< : *ONLY_IF_SONARSOURCE_QA
146
- << : *LINUX_1_CPU_2G
146
+ << : *LINUX_1_CPU_4G
147
147
env :
148
148
# promotion cloud function
149
149
GCF_ACCESS_TOKEN : VAULT[development/kv/data/promote data.token]
You can’t perform that action at this time.
0 commit comments