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

Unified Diff: testing/buildbot/chromium.mac.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
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 2b3ceb838df4e4bad4f5251ee8449ed0febfe2cc..a87c3b97af425008bb346f867423938f763d287f 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -293,6 +293,12 @@
"can_use_on_swarming_builders": true
},
"test": "url_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "views_unittests"
}
],
"isolated_scripts": [
@@ -620,6 +626,12 @@
"can_use_on_swarming_builders": true
},
"test": "url_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "views_unittests"
}
],
"isolated_scripts": [
@@ -948,6 +960,12 @@
"can_use_on_swarming_builders": true
},
"test": "url_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "views_unittests"
}
],
"isolated_scripts": [
@@ -1276,6 +1294,12 @@
"can_use_on_swarming_builders": true
},
"test": "url_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "views_unittests"
}
],
"isolated_scripts": [

Powered by Google App Engine
This is Rietveld 408576698