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

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: Updated upstream Created 3 years, 7 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 848b7596537a52db53275ddd470eb6c4c69de190..dd3f7cb7ec125f524c53d52169b60d72a82df57f 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -1067,6 +1067,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"
},
{
@@ -1470,6 +1492,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
},
@@ -1847,6 +1891,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