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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.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_swarming", 10 "linux_chromium_rel_swarming",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ], 124 ],
125 "env": { 125 "env": {
126 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_ outdir=https://isolateserver.appspot.com use_goma=1" 126 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_ outdir=https://isolateserver.appspot.com use_goma=1"
127 }, 127 },
128 "name": "gclient runhooks (with patch)" 128 "name": "gclient runhooks (with patch)"
129 }, 129 },
130 { 130 {
131 "cmd": [ 131 "cmd": [
132 "python", 132 "python",
133 "-u", 133 "-u",
134 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
135 "--build-dir",
136 "[SLAVE_BUILD]/src/out/Release",
137 "--clean-isolated-files"
138 ],
139 "name": "clean isolated files"
140 },
141 {
142 "cmd": [
143 "python",
144 "-u",
134 "[BUILD]/scripts/slave/compile.py", 145 "[BUILD]/scripts/slave/compile.py",
135 "--target", 146 "--target",
136 "Release", 147 "Release",
137 "--src-dir", 148 "--src-dir",
138 "[SLAVE_BUILD]/src", 149 "[SLAVE_BUILD]/src",
139 "--build-tool", 150 "--build-tool",
140 "ninja", 151 "ninja",
141 "--compiler", 152 "--compiler",
142 "goma", 153 "goma",
143 "--goma-dir", 154 "--goma-dir",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "https://chromium-swarm.appspot.com", 484 "https://chromium-swarm.appspot.com",
474 "--shards", 485 "--shards",
475 "5", 486 "5",
476 "--decorate", 487 "--decorate",
477 "--print-status-updates", 488 "--print-status-updates",
478 "browser_tests (with patch)/Linux/[dummy hash for browser_tests]/linux_chr omium_rel_swarming/571" 489 "browser_tests (with patch)/Linux/[dummy hash for browser_tests]/linux_chr omium_rel_swarming/571"
479 ], 490 ],
480 "name": "browser_tests (with patch)" 491 "name": "browser_tests (with patch)"
481 } 492 }
482 ] 493 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698