Re: Use windows VMs instead of windows containers on the CI
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Nazir Bilal Yavuz <byavuz81@gmail.com>
Cc: pgsql-hackers@postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2023-01-10T15:22:12Z
Lists: pgsql-hackers
On Tue, Jan 10, 2023 at 03:20:18PM +0300, Nazir Bilal Yavuz wrote: > Hi, > > I propose using windows VMs instead of containers, the patch is attached. > Currently, windows containers are used on the CI, but these container images > are needs to get pulled on every CI run, also they are slow to run. +1 > There is more than 2x speed gain when VMs are used. One consideration is that if windows runs twice as fast, we'll suddenly start using twice as many resources at cirrus/google/amazon - the windows task has been throttling everything else. Not sure if we should to do anything beyond the limits that cfbot already uses. -- Justin
Commits
-
ci: Use windows VMs instead of windows containers
- 8488babc7f49 15.2 landed
- 98811323c8e9 16.0 landed