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

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

Issue 1925943002: Add views_unittests to Mac10.{9,9(dbg),10,11} and asan bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yipe - cater for r401862 and r401987 Created 4 years, 6 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.mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index ec1d3d536aa225ce5e5b575f1691df5c6e37893b..03d70680763ca4b85aea3c0a27d7c14fcf2ab07b 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -1718,6 +1718,9 @@
},
{
"test": "url_unittests"
+ },
+ {
+ "test": "views_unittests"
}
],
"scripts": [
@@ -1866,6 +1869,9 @@
},
{
"test": "url_unittests"
+ },
+ {
+ "test": "views_unittests"
}
],
"isolated_scripts": [
@@ -2045,6 +2051,9 @@
},
{
"test": "url_unittests"
+ },
+ {
+ "test": "views_unittests"
}
],
"scripts": [
@@ -2929,6 +2938,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "views_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "webkit_unit_tests"
},
{
@@ -3393,6 +3408,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "views_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "webkit_unit_tests"
},
{
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698