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

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

Issue 1214533005: Convert gn_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 | tools/gn/gn.gyp » ('j') | tools/gn/gn_unittests.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 44947776b94bc66931fee7e324e466e139898ab1..db0c0e1c1be1e6c4629948d44f05f1c37dccd453 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -559,6 +559,9 @@
"test": "gl_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "gn_unittests"
},
{
@@ -821,6 +824,9 @@
"test": "gl_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "gn_unittests"
},
{
@@ -1075,6 +1081,9 @@
"test": "gl_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "gn_unittests"
},
{
« no previous file with comments | « no previous file | tools/gn/gn.gyp » ('j') | tools/gn/gn_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698