OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |