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

Side by Side Diff: scripts/slave/recipes/swarming/canary.expected/linux_Debug.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 ], 113 ],
114 "env": { 114 "env": {
115 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver-de v.appspot.com use_goma=1" 115 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver-de v.appspot.com use_goma=1"
116 }, 116 },
117 "name": "gclient runhooks" 117 "name": "gclient runhooks"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
124 "--build-dir",
125 "[SLAVE_BUILD]/src/out/Debug",
126 "--clean-isolated-files"
127 ],
128 "name": "clean isolated files"
129 },
130 {
131 "cmd": [
132 "python",
133 "-u",
123 "[BUILD]/scripts/slave/compile.py", 134 "[BUILD]/scripts/slave/compile.py",
124 "--target", 135 "--target",
125 "Debug", 136 "Debug",
126 "--src-dir", 137 "--src-dir",
127 "[SLAVE_BUILD]/src", 138 "[SLAVE_BUILD]/src",
128 "--build-tool", 139 "--build-tool",
129 "ninja", 140 "ninja",
130 "--compiler", 141 "--compiler",
131 "goma", 142 "goma",
132 "--goma-dir", 143 "--goma-dir",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "--shards", 300 "--shards",
290 "1", 301 "1",
291 "--decorate", 302 "--decorate",
292 "--print-status-updates", 303 "--print-status-updates",
293 "--verbose", 304 "--verbose",
294 "dummy_target_2/Linux/[dummy hash for dummy_target_2]/TestBuilder/571" 305 "dummy_target_2/Linux/[dummy hash for dummy_target_2]/TestBuilder/571"
295 ], 306 ],
296 "name": "dummy_target_2" 307 "name": "dummy_target_2"
297 } 308 }
298 ] 309 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/swarming/canary.py ('k') | scripts/slave/recipes/swarming/canary.expected/linux_Release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698