aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7347a6f931b..1204824d2eb 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -549,8 +549,10 @@ task:
depends_on: SanityCheck
only_if: $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*windows.*'
- windows_container:
- image: $CONTAINER_REPO/windows_ci_vs_2019:latest
+ compute_engine_instance:
+ image_project: $IMAGE_PROJECT
+ image: family/pg-ci-windows-ci-vs-2019
+ platform: windows
cpu: $CPUS
memory: 4G
@@ -589,8 +591,10 @@ task:
# otherwise it'll be sorted before other tasks
depends_on: SanityCheck
- windows_container:
- image: $CONTAINER_REPO/windows_ci_mingw64:latest
+ compute_engine_instance:
+ image_project: $IMAGE_PROJECT
+ image: family/pg-ci-windows-ci-mingw64
+ platform: windows
cpu: $CPUS
memory: 4G