Skip to content

Commit c82d1a2

Browse files
committed
[NO JIRA] Use a more powerful machine for Windows builds
1 parent 977aab3 commit c82d1a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ linux_6_cpu_12G_java_17_template: &LINUX_6_CPU_12G_JAVA_17
5555
cpu: 6
5656
memory: 24G
5757

58-
windows_4_cpu_15G_template: &WINDOWS_4_CPU_15G
58+
windows_16_cpu_32G_template: &WINDOWS_16_CPU_32G
5959
ec2_instance:
6060
experimental: true # see https://github.com/cirruslabs/cirrus-ci-docs/issues/1051
6161
image: base-windows-jdk17-v*
6262
platform: windows
6363
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
6565
subnet_id: ${CIRRUS_AWS_SUBNET}
6666
preemptible: false
6767
use_ssd: true
@@ -185,7 +185,7 @@ qa_plug_pub_win_task:
185185
SQ_VERSION: LATEST_RELEASE[9.9]
186186
GRADLE_TASK: ":its:plugin:test"
187187
ITS_PROJECT: "plugin"
188-
<<: *WINDOWS_4_CPU_15G
188+
<<: *WINDOWS_16_CPU_32G
189189
<<: *GRADLE_ITS_TEMPLATE
190190

191191
qa_ruling_kotlin_task:
@@ -222,7 +222,7 @@ qa_ruling_kotlin_compiler_task:
222222

223223
build_win_task:
224224
<<: *QA_TASK_FILTER
225-
<<: *WINDOWS_4_CPU_15G
225+
<<: *WINDOWS_16_CPU_32G
226226
<<: *SETUP_GRADLE_CACHE
227227
build_script:
228228
- ./gradlew build -Pqa --info --console plain --no-daemon --build-cache

0 commit comments

Comments
 (0)