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_asan_rel", | 10 "linux_chromium_asan_rel", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "-u", | 103 "-u", |
104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
105 "--output", | 105 "--output", |
106 "/path/to/tmp/json", | 106 "/path/to/tmp/json", |
107 "--", | 107 "--", |
108 "--build-config-fs", | 108 "--build-config-fs", |
109 "Release", | 109 "Release", |
110 "--paths", | 110 "--paths", |
111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
112 "--properties", | 112 "--properties", |
113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}" | 113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}" |
114 ], | 114 ], |
115 "name": "get compile targets for scripts", | 115 "name": "get compile targets for scripts", |
116 "~followup_annotations": [ | 116 "~followup_annotations": [ |
117 "@@@STEP_LOG_LINE@json.output@{}@@@", | 117 "@@@STEP_LOG_LINE@json.output@{}@@@", |
118 "@@@STEP_LOG_END@json.output@@@" | 118 "@@@STEP_LOG_END@json.output@@@" |
119 ] | 119 ] |
120 }, | 120 }, |
121 { | 121 { |
122 "cmd": [ | 122 "cmd": [ |
123 "python", | 123 "python", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "@@@STEP_FAILURE@@@", | 198 "@@@STEP_FAILURE@@@", |
199 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb
9ca6\"@@@" | 199 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb
9ca6\"@@@" |
200 ] | 200 ] |
201 }, | 201 }, |
202 { | 202 { |
203 "name": "$final_result", | 203 "name": "$final_result", |
204 "reason": "Step('swarming.py --version') failed with return_code 1", | 204 "reason": "Step('swarming.py --version') failed with return_code 1", |
205 "status_code": 1 | 205 "status_code": 1 |
206 } | 206 } |
207 ] | 207 ] |
OLD | NEW |