File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ tests:
118118 name : acceptance
119119- ARTIFACT_SLUG : distributedtestfiles
120120 CALL_STACK_TIMEOUT : ' 11700'
121- CPUS : ' 96 '
121+ CPUS : ' 80 '
122122 DISK : ' 200GB'
123123 DUNIT_PARALLEL_FORKS : ' 24'
124124 EXECUTE_TEST_TIMEOUT : 4h
125125 GRADLE_TASK : distributedTest
126126 MAX_IN_FLIGHT : 2
127127 PARALLEL_DUNIT : ' true'
128128 PLATFORM : linux
129- RAM : ' 250 '
129+ RAM : ' 320 '
130130 name : distributed
131131- ARTIFACT_SLUG : integrationtestfiles
132132 CALL_STACK_TIMEOUT : ' 1500'
@@ -138,31 +138,31 @@ tests:
138138 MAX_IN_FLIGHT : 1
139139 PARALLEL_DUNIT : ' true'
140140 PLATFORM : linux
141- RAM : ' 90 '
141+ RAM : ' 96 '
142142 name : integration
143143- ARTIFACT_SLUG : upgradetestfiles
144144 CALL_STACK_TIMEOUT : ' 13500'
145- CPUS : ' 96 '
145+ CPUS : ' 80 '
146146 DISK : ' 200GB'
147147 DUNIT_PARALLEL_FORKS : ' 48'
148148 EXECUTE_TEST_TIMEOUT : 4h
149149 GRADLE_TASK : upgradeTest
150150 MAX_IN_FLIGHT : 2
151151 PARALLEL_DUNIT : ' true'
152152 PLATFORM : linux
153- RAM : ' 210 '
153+ RAM : ' 320 '
154154 name : upgrade
155155- ARTIFACT_SLUG : stressnewtestfiles
156156 CALL_STACK_TIMEOUT : ' 35100'
157- CPUS : ' 96 '
157+ CPUS : ' 80 '
158158 DISK : ' 300GB'
159159 DUNIT_PARALLEL_FORKS : ' 24'
160160 EXECUTE_TEST_TIMEOUT : 10h
161161 GRADLE_TASK : repeatTest
162162 PARALLEL_DUNIT : ' true'
163163 PARALLEL_GRADLE : ' false'
164164 PLATFORM : linux
165- RAM : ' 280 '
165+ RAM : ' 320 '
166166 name : stress-new
167167- ARTIFACT_SLUG : windows-acceptancetestfiles
168168 CPUS : ' 6'
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ RAM_MEGABYTES=$( expr ${RAM} \* 1024 )
133133MACHINE_PREFIX=" e2"
134134
135135if (( ${RAM} > 128 )) || (( ${CPUS} > 32 )) ; then
136- MACHINE_PREFIX=" n1 "
136+ MACHINE_PREFIX=" n2 "
137137fi
138138
139139if (( ${RAM} == ${CPUS} )) ; then
You can’t perform that action at this time.
0 commit comments