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

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: update StyledRangeBold 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 64aeab16eace0afc6a1ef5b082c43c1ccb14f8ad..2d0859090447d75c0b226c9741162206392d1915 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -1251,6 +1251,9 @@
},
{
"test": "url_unittests"
+ },
+ {
+ "test": "views_unittests"
}
],
"scripts": [
@@ -1396,6 +1399,9 @@
},
{
"test": "url_unittests"
+ },
+ {
+ "test": "views_unittests"
}
],
"isolated_scripts": [
@@ -1572,6 +1578,9 @@
},
{
"test": "url_unittests"
+ },
+ {
+ "test": "views_unittests"
}
],
"scripts": [
@@ -2896,6 +2905,12 @@
"swarming": {
sky 2016/06/24 16:24:35 How come you didn't set can_use_on_swarming_builde
tapted 2016/06/26 23:38:36 This was intentional - in some of the mac fyi buil
"can_use_on_swarming_builders": true
},
+ "test": "views_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "webkit_unit_tests"
},
{
@@ -3205,6 +3220,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