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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/force_swarming.json

Issue 620703002: Add isolate.clean_isolated_files and use in all related recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "python", 132 "python",
133 "-u", 133 "-u",
134 "[BUILD]/scripts/slave/cleanup_temp.py" 134 "[BUILD]/scripts/slave/cleanup_temp.py"
135 ], 135 ],
136 "name": "cleanup_temp" 136 "name": "cleanup_temp"
137 }, 137 },
138 { 138 {
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
141 "-u", 141 "-u",
142 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
143 "--build-dir",
144 "[SLAVE_BUILD]/src/out/Release",
145 "--clean-isolated-files"
146 ],
147 "name": "clean isolated files"
148 },
149 {
150 "cmd": [
151 "python",
152 "-u",
142 "[BUILD]/scripts/slave/compile.py", 153 "[BUILD]/scripts/slave/compile.py",
143 "--target", 154 "--target",
144 "Release", 155 "Release",
145 "--src-dir", 156 "--src-dir",
146 "[SLAVE_BUILD]/src", 157 "[SLAVE_BUILD]/src",
147 "--build-tool", 158 "--build-tool",
148 "ninja", 159 "ninja",
149 "--compiler", 160 "--compiler",
150 "goma", 161 "goma",
151 "--goma-dir", 162 "--goma-dir",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "https://chromium-swarm.appspot.com", 382 "https://chromium-swarm.appspot.com",
372 "--shards", 383 "--shards",
373 "5", 384 "5",
374 "--decorate", 385 "--decorate",
375 "--print-status-updates", 386 "--print-status-updates",
376 "base_unittests (with patch)/Linux/[dummy hash for base_unittests]/linux_c hromium_rel_ng/571" 387 "base_unittests (with patch)/Linux/[dummy hash for base_unittests]/linux_c hromium_rel_ng/571"
377 ], 388 ],
378 "name": "base_unittests (with patch)" 389 "name": "base_unittests (with patch)"
379 } 390 }
380 ] 391 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698