ci: use smaller vms for testing since we are using goma (#22887)

This commit is contained in:
John Kleinschmidt 2020-03-30 15:46:42 -04:00 committed by GitHub
parent 98e5836eb6
commit be5511393b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 10 deletions

View file

@ -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) {