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_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "-u", | 112 "-u", |
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
114 "--output", | 114 "--output", |
115 "/path/to/tmp/json", | 115 "/path/to/tmp/json", |
116 "--", | 116 "--", |
117 "--build-config-fs", | 117 "--build-config-fs", |
118 "Release", | 118 "Release", |
119 "--paths", | 119 "--paths", |
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
121 "--properties", | 121 "--properties", |
122 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"slav
ename\": \"TestSlavename\"}" | 122 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" |
123 ], | 123 ], |
124 "name": "get compile targets for scripts", | 124 "name": "get compile targets for scripts", |
125 "~followup_annotations": [ | 125 "~followup_annotations": [ |
126 "@@@STEP_LOG_LINE@json.output@{}@@@", | 126 "@@@STEP_LOG_LINE@json.output@{}@@@", |
127 "@@@STEP_LOG_END@json.output@@@" | 127 "@@@STEP_LOG_END@json.output@@@" |
128 ] | 128 ] |
129 }, | 129 }, |
130 { | 130 { |
131 "cmd": [ | 131 "cmd": [ |
132 "killall", | 132 "killall", |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 "~followup_annotations": [ | 377 "~followup_annotations": [ |
378 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 378 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
379 ] | 379 ] |
380 }, | 380 }, |
381 { | 381 { |
382 "name": "$final_result", | 382 "name": "$final_result", |
383 "reason": "Step('compile (with patch)') failed with return_code 1", | 383 "reason": "Step('compile (with patch)') failed with return_code 1", |
384 "status_code": 1 | 384 "status_code": 1 |
385 } | 385 } |
386 ] | 386 ] |
OLD | NEW |