Set up BuildKite for Chrome

This commit is contained in:
Travis Ralston 2019-03-13 19:46:52 -06:00
parent f6d4c6a5a3
commit 1fb8b23d4c
4 changed files with 16 additions and 11 deletions

View file

@ -138,10 +138,10 @@ module.exports = function (config) {
],
customLaunchers: {
'ChromeHeadless': {
'VectorChromeHeadless': {
base: 'Chrome',
flags: [
// '--no-sandbox',
'--no-sandbox',
// See https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
'--headless',
'--disable-gpu',