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

Side by Side Diff: scripts/slave/gatekeeper_trees.json

Issue 2184603003: Move memory FYI slaves to memory full master and switch configs over. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update expectations Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_swarming/api.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "chromiumos": { 2 "chromiumos": {
3 "masters": { 3 "masters": {
4 "https://build.chromium.org/p/chromiumos": ["*"], 4 "https://build.chromium.org/p/chromiumos": ["*"],
5 "https://build.chromium.org/p/chromium.chromiumos": ["*"] 5 "https://build.chromium.org/p/chromium.chromiumos": ["*"]
6 } 6 }
7 }, 7 },
8 "build": { 8 "build": {
9 "build-db": "build_db.json", 9 "build-db": "build_db.json",
10 "masters": { 10 "masters": {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 }, 134 },
135 "chromium.perf": { 135 "chromium.perf": {
136 "masters": { 136 "masters": {
137 "https://build.chromium.org/p/chromium.perf": ["*"] 137 "https://build.chromium.org/p/chromium.perf": ["*"]
138 } 138 }
139 }, 139 },
140 "non-closers": { 140 "non-closers": {
141 "masters": { 141 "masters": {
142 "https://build.chromium.org/p/chromium.fyi": ["*"], 142 "https://build.chromium.org/p/chromium.fyi": ["*"],
143 "https://build.chromium.org/p/chromium.lkgr": ["*"], 143 "https://build.chromium.org/p/chromium.lkgr": ["*"],
144 "https://build.chromium.org/p/chromium.memory.fyi": ["*"],
benwells 2016/07/28 08:14:15 This is deliberately making chromium.memory.full a
145 "https://build.chromium.org/p/client.boringssl": ["*"], 144 "https://build.chromium.org/p/client.boringssl": ["*"],
146 "https://build.chromium.org/p/client.catapult": ["*"], 145 "https://build.chromium.org/p/client.catapult": ["*"],
147 "https://build.chromium.org/p/client.crashpad": ["*"], 146 "https://build.chromium.org/p/client.crashpad": ["*"],
148 "https://build.chromium.org/p/client.libvpx": ["*"] 147 "https://build.chromium.org/p/client.libvpx": ["*"]
149 } 148 }
150 } 149 }
151 } 150 }
OLDNEW
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_swarming/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698