Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: testing/buildbot/chromium.mac.json

Issue 2841443002: Include headless tests in all swarm version for Windows, since it's been enabled (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 978ab9a91247a21f8c78495d3fce1650dae4b1c0..9766c1b78bfad378af66d725469565b1a70eff01 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -611,6 +611,28 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "headless_browsertests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_headless_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "interactive_ui_tests"
},
{
@@ -990,6 +1012,28 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_headless_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_unittests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
@@ -1343,6 +1387,28 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_headless_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "headless_unittests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
},
« no previous file with comments | « no previous file | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698