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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 ], 120 ],
121 "env": { 121 "env": {
122 "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" 122 "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"
123 }, 123 },
124 "name": "gclient runhooks (with patch)" 124 "name": "gclient runhooks (with patch)"
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
131 "--build-dir",
132 "[SLAVE_BUILD]/src/out/Release",
133 "--clean-isolated-files"
134 ],
135 "name": "clean isolated files"
136 },
137 {
138 "cmd": [
139 "python",
140 "-u",
130 "[BUILD]/scripts/slave/compile.py", 141 "[BUILD]/scripts/slave/compile.py",
131 "--target", 142 "--target",
132 "Release", 143 "Release",
133 "--src-dir", 144 "--src-dir",
134 "[SLAVE_BUILD]/src", 145 "[SLAVE_BUILD]/src",
135 "--build-tool", 146 "--build-tool",
136 "ninja", 147 "ninja",
137 "--compiler", 148 "--compiler",
138 "goma", 149 "goma",
139 "--goma-dir", 150 "--goma-dir",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 441 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
431 "@@@STEP_FAILURE@@@" 442 "@@@STEP_FAILURE@@@"
432 ] 443 ]
433 }, 444 },
434 { 445 {
435 "name": "$final_result", 446 "name": "$final_result",
436 "reason": "Step('browser_tests') failed with return_code 1", 447 "reason": "Step('browser_tests') failed with return_code 1",
437 "status_code": 1 448 "status_code": 1
438 } 449 }
439 ] 450 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698