File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -724,6 +724,13 @@ WINDOWS_ENVIRONMENT_BASE: &WINDOWS_ENVIRONMENT_BASE
724
724
# "suites".
725
725
T_C : " \" C:/Program Files/Git/usr/bin/timeout.exe\" -v -k60s 15m"
726
726
727
+ compute_engine_instance :
728
+ image_project : $IMAGE_PROJECT
729
+ image : family/pg-ci-windows
730
+ platform : windows
731
+ cpu : $CPUS
732
+ memory : 4G
733
+
727
734
sysinfo_script : |
728
735
chcp
729
736
systeminfo
@@ -749,13 +756,6 @@ task:
749
756
depends_on : SanityCheck
750
757
only_if : $CIRRUS_CHANGE_MESSAGE !=~ '.*\nci-os-only:.*' || $CIRRUS_CHANGE_MESSAGE =~ '.*\nci-os-only:[^\n]*windows.*'
751
758
752
- compute_engine_instance :
753
- image_project : $IMAGE_PROJECT
754
- image : family/pg-ci-windows-ci-vs-2019
755
- platform : windows
756
- cpu : $CPUS
757
- memory : 4G
758
-
759
759
setup_additional_packages_script : |
760
760
REM choco install -y --no-progress ...
761
761
@@ -848,13 +848,6 @@ task:
848
848
# otherwise it'll be sorted before other tasks
849
849
depends_on : SanityCheck
850
850
851
- compute_engine_instance :
852
- image_project : $IMAGE_PROJECT
853
- image : family/pg-ci-windows-ci-mingw64
854
- platform : windows
855
- cpu : $CPUS
856
- memory : 4G
857
-
858
851
env :
859
852
TEST_JOBS : 4 # higher concurrency causes occasional failures
860
853
CCACHE_DIR : C:/msys64/ccache
You can’t perform that action at this time.
0 commit comments