forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9881132
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 parent7ae0ab0 commit9881132
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
552 |
| - | |
553 |
| - | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
554 | 556 |
| |
555 | 557 |
| |
556 | 558 |
| |
| |||
589 | 591 |
| |
590 | 592 |
| |
591 | 593 |
| |
592 |
| - | |
593 |
| - | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
594 | 598 |
| |
595 | 599 |
| |
596 | 600 |
| |
|
0 commit comments
Comments
(0)