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_arm", | 10 "linux_arm", |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 "-u", | 104 "-u", |
105 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 105 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
106 "--output", | 106 "--output", |
107 "/path/to/tmp/json", | 107 "/path/to/tmp/json", |
108 "--", | 108 "--", |
109 "--build-config-fs", | 109 "--build-config-fs", |
110 "Release", | 110 "Release", |
111 "--paths", | 111 "--paths", |
112 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 112 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
113 "--properties", | 113 "--properties", |
114 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}" | 114 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"mastername\": \"
tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"linux\"}" |
115 ], | 115 ], |
116 "name": "get compile targets for scripts", | 116 "name": "get compile targets for scripts", |
117 "~followup_annotations": [ | 117 "~followup_annotations": [ |
118 "@@@STEP_LOG_LINE@json.output@{}@@@", | 118 "@@@STEP_LOG_LINE@json.output@{}@@@", |
119 "@@@STEP_LOG_END@json.output@@@" | 119 "@@@STEP_LOG_END@json.output@@@" |
120 ] | 120 ] |
121 }, | 121 }, |
122 { | 122 { |
123 "cmd": [ | 123 "cmd": [ |
124 "python", | 124 "python", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "@@@STEP_TEXT@No compile necessary@@@", | 174 "@@@STEP_TEXT@No compile necessary@@@", |
175 "@@@STEP_LOG_LINE@json.output@{@@@", | 175 "@@@STEP_LOG_LINE@json.output@{@@@", |
176 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
177 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
178 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
179 "@@@STEP_LOG_LINE@json.output@}@@@", | 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
180 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
181 ] | 181 ] |
182 } | 182 } |
183 ] | 183 ] |
OLD | NEW |