Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9881132

Browse files
committed
ci: Use windows VMs instead of windows containers
So far we have used containers for testing windows on cirrus-ci. Unfortunatelythey come with substantial overhead: First, the container images are pulledonto the host on-demand. Due to the large size of windows containers, thatends up taking nearly 4 minutes. Secondly, IO is slow, leading to CI runstaking long.Thus switch to windows VMs, improving windows CI times by well over 2x.Author: Nazir Bilal Yavuz <byavuz81@gmail.com>Discussion:https://postgr.es/m/211afb88-6df6-b74d-f1b7-84b5f21ad875@gmail.comBackpatch: 15-, where CI was added
1 parent7ae0ab0 commit9881132

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎.cirrus.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,10 @@ task:
549549
depends_on:SanityCheck
550550
only_if:$CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*windows.*'
551551

552-
windows_container:
553-
image:$CONTAINER_REPO/windows_ci_vs_2019:latest
552+
compute_engine_instance:
553+
image_project:$IMAGE_PROJECT
554+
image:family/pg-ci-windows-ci-vs-2019
555+
platform:windows
554556
cpu:$CPUS
555557
memory:4G
556558

@@ -589,8 +591,10 @@ task:
589591
# otherwise it'll be sorted before other tasks
590592
depends_on:SanityCheck
591593

592-
windows_container:
593-
image:$CONTAINER_REPO/windows_ci_mingw64:latest
594+
compute_engine_instance:
595+
image_project:$IMAGE_PROJECT
596+
image:family/pg-ci-windows-ci-mingw64
597+
platform:windows
594598
cpu:$CPUS
595599
memory:4G
596600

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp