CI runs on the DevOps pool for ubuntu-latest and windows-latest, respectively…
As for OS, it looks like this table is kept up-to-date:
I *think* they may be assumed to be single-threaded and parallelism is accomplished via “jobs”:
(@Sean may correct me on that)
What details do you need and I’ll try to find them. 😊
- Bret
From: Rebecca Cran via Groups.Io
Sent: Friday, March 20, 2020 6:33 PM
To: devel@edk2.groups.io
Subject: [EXTERNAL] [edk2-devel] Information about the VMs used to do EDK2 CI?
I was wondering if it might be possible to get information about the VMs
used to run EDK2 CI?
For example I noticed the Edk2ToolsBuild.py script doesn't try and build
BaseTools in parallel, causing it to take 45 seconds - whereas it takes
around 10 when run with "make -j4" and 6 with "make -j16". However,
without knowing the specifications of the VMs used, I'm not sure if I
should work on optimizing things like that to run better.
--
Rebecca Cran