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

Unified Diff: masters/master.chromium.perf/slaves.cfg

Issue 2436863004: Add new chromium recipe builder to chromium.perf (Closed)
Patch Set: Remove old file. Created 4 years, 2 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: masters/master.chromium.perf/slaves.cfg
diff --git a/masters/master.chromium.perf/slaves.cfg b/masters/master.chromium.perf/slaves.cfg
index 3daff0806ff79ae88072f570021c519ca08eb0ab..1a8222f92f5b0785d24ac1b81b7d5b2498187fe9 100644
--- a/masters/master.chromium.perf/slaves.cfg
+++ b/masters/master.chromium.perf/slaves.cfg
@@ -37,6 +37,8 @@ _AddBuildSlaves(
'Android Builder', 'linux', 'trusty',
['slave%d-c1' % x for x in [53, 54, 78, 79, 80, 81]])
_AddBuildSlaves(
+ 'Android Temporary Compile', 'linux', 'trusty', ['slaveXXX-c1'])
sullivan 2016/10/20 19:56:11 Why Android Compile in the previous one and Tempor
+_AddBuildSlaves(
'Android arm64 Builder', 'linux', 'trusty',
['slave%d-c1' % x for x in [7, 55, 56, 82, 83, 84]])
_AddBuildSlaves(
« no previous file with comments | « masters/master.chromium.perf/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698