File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ linux_6_cpu_12G_java_17_template: &LINUX_6_CPU_12G_JAVA_17
55
55
cpu : 6
56
56
memory : 24G
57
57
58
- windows_4_cpu_15G_template : &WINDOWS_4_CPU_15G
58
+ windows_16_cpu_32G_template : &WINDOWS_16_CPU_32G
59
59
ec2_instance :
60
60
experimental : true # see https://github.com/cirruslabs/cirrus-ci-docs/issues/1051
61
61
image : base-windows-jdk17-v*
62
62
platform : windows
63
63
region : eu-central-1
64
- type : t3.xlarge
64
+ type : c5.4xlarge # 3.6 GHz (3.9GHz single core) Intel Xeon Scalable Processor, 16 vCPU, 32 GiB Memory
65
65
subnet_id : ${CIRRUS_AWS_SUBNET}
66
66
preemptible : false
67
67
use_ssd : true
@@ -185,7 +185,7 @@ qa_plug_pub_win_task:
185
185
SQ_VERSION : LATEST_RELEASE[9.9]
186
186
GRADLE_TASK : " :its:plugin:test"
187
187
ITS_PROJECT : " plugin"
188
- << : *WINDOWS_4_CPU_15G
188
+ << : *WINDOWS_16_CPU_32G
189
189
<< : *GRADLE_ITS_TEMPLATE
190
190
191
191
qa_ruling_kotlin_task :
@@ -222,7 +222,7 @@ qa_ruling_kotlin_compiler_task:
222
222
223
223
build_win_task :
224
224
<< : *QA_TASK_FILTER
225
- << : *WINDOWS_4_CPU_15G
225
+ << : *WINDOWS_16_CPU_32G
226
226
<< : *SETUP_GRADLE_CACHE
227
227
build_script :
228
228
- ./gradlew build -Pqa --info --console plain --no-daemon --build-cache
You can’t perform that action at this time.
0 commit comments