ci: use smaller vms for testing since we are using goma (#22887)
This commit is contained in:
parent
98e5836eb6
commit
be5511393b
3 changed files with 15 additions and 10 deletions
|
@ -206,7 +206,8 @@ function buildAppVeyor (targetBranch, options) {
|
|||
async function callAppVeyor (targetBranch, job, options) {
|
||||
console.log(`Triggering AppVeyor to run build job: ${job} on branch: ${targetBranch} with release flag.`);
|
||||
const environmentVariables = {
|
||||
ELECTRON_RELEASE: 1
|
||||
ELECTRON_RELEASE: 1,
|
||||
APPVEYOR_BUILD_WORKER_CLOUD: 'libcc-20'
|
||||
};
|
||||
|
||||
if (!options.ghRelease) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue