forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8488bab
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 added1 parent83c7e2f commit8488bab
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
403 |
| - | |
404 |
| - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
405 | 407 |
| |
406 | 408 |
| |
407 | 409 |
| |
|
0 commit comments
Comments
(0)