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

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

Issue 2736943004: Run big test suites with PlzNavigate on Mac/Win main-waterfall-only bots. (Closed)
Patch Set: Created 3 years, 9 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 bab06cb8035a9a6971c746ad1221b6f4bf9d2044..7308e06350697841ad354f21d231eff4071f7b46 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -418,6 +418,17 @@
"test": "browser_tests"
},
{
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_browser_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 10
+ },
+ "test": "browser_tests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -460,6 +471,26 @@
"test": "components_browsertests"
},
{
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_components_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "components_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "components_unittests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_components_unittests",
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -472,6 +503,26 @@
"test": "content_browsertests"
},
{
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_content_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "content_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "content_unittests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_content_unittests",
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -499,6 +550,22 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "extensions_browsertests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_extensions_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "extensions_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "extensions_unittests"
},
{
@@ -544,6 +611,16 @@
"test": "interactive_ui_tests"
},
{
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_interactive_ui_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "interactive_ui_tests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -706,6 +783,16 @@
"test": "unit_tests"
},
{
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_unit_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "unit_tests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
« 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