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

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

Issue 2111463002: Add Mac, Win builders back to the CQ for extra coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make chrome_official_builder, chrome_official_builder_no_unittests exist unconditionally on windows 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 | « infra/config/cq.cfg ('k') | 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 2fafd6041a0511e14506f55d738d28126aa8190a..e8f25507c429aa66385eee2916beb1ab9c89e229 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -1,17 +1,22 @@
{
- "Mac GN": {
- "additional_compile_targets": [
- "all"
- ]
- },
- "Mac GN (dbg)": {
- "additional_compile_targets": [
- "all"
- ]
- },
"Mac GYP": {
"additional_compile_targets": [
- "all"
+ "base_unittests",
+ "browser_tests",
+ "chrome",
+ "content_browsertests",
+ "content_unittests",
+ "interactive_ui_tests",
+ "ipc_tests",
+ "media_unittests",
+ "net_unittests",
+ "printing_unittests",
+ "skia_unittests",
+ "sql_unittests",
+ "sync_unit_tests",
+ "ui_base_unittests",
+ "unit_tests",
+ "url_unittests"
]
},
"Mac GYP (dbg)": {
« no previous file with comments | « infra/config/cq.cfg ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698