summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2024-06-03 19:06:50 -0700
committerAndres Freund <andres@anarazel.de>2024-06-03 19:13:56 -0700
commit3a2cc5a5b99ab04b9dc7e5f6c46b564739b5eb1b (patch)
tree46fddd291b092168dcbfd7d4f6e5ab303ce45018
parent65b8c401af0a1d98ad34e60f8667e149796f8889 (diff)
ci: windows: Use the same image for VS and MinGW tasks
The VS and MinGW Windows images have been merged, to reduce the space needed for images. Before 98811323c8e the split helped boot performance, but now that we are using VMs that doesn't appear to be the case anymore. Author: Nazir Bilal Yavuz <byavuz81@gmail.com> Discussion: https://postgr.es/m/CAN55FZ2kWYjPd7uUC5QswrB3tfVJDiURqC%2BMGM6a3oeev%3DVgOA%40mail.gmail.com Backpatch: 15-, where CI was added
-rw-r--r--.cirrus.tasks.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index 82261eccb85..51a31fc6876 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -516,6 +516,7 @@ WINDOWS_ENVIRONMENT_BASE: &WINDOWS_ENVIRONMENT_BASE
PG_TEST_USE_UNIX_SOCKETS: 1
PG_REGRESS_SOCK_DIR: "c:/cirrus/"
DISK_SIZE: 50
+ IMAGE_FAMILY: pg-ci-windows-ci
sysinfo_script: |
chcp
@@ -539,7 +540,6 @@ task:
# given that it explicitly prevents crash dumps from working...
# 0x8001 is SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX
CIRRUS_WINDOWS_ERROR_MODE: 0x8001
- IMAGE_FAMILY: pg-ci-windows-ci-vs-2019
<<: *windows_task_template
@@ -600,7 +600,6 @@ task:
# Start bash in current working directory
CHERE_INVOKING: 1
BASH: C:\msys64\usr\bin\bash.exe -l
- IMAGE_FAMILY: pg-ci-windows-ci-mingw64
<<: *windows_task_template