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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "-u", | 88 "-u", |
89 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 89 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
90 "--output", | 90 "--output", |
91 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
92 "--", | 92 "--", |
93 "--build-config-fs", | 93 "--build-config-fs", |
94 "Release", | 94 "Release", |
95 "--paths", | 95 "--paths", |
96 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 96 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
97 "--properties", | 97 "--properties", |
98 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}" | 98 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}" |
99 ], | 99 ], |
100 "name": "get compile targets for scripts", | 100 "name": "get compile targets for scripts", |
101 "~followup_annotations": [ | 101 "~followup_annotations": [ |
102 "@@@STEP_LOG_LINE@json.output@{}@@@", | 102 "@@@STEP_LOG_LINE@json.output@{}@@@", |
103 "@@@STEP_LOG_END@json.output@@@" | 103 "@@@STEP_LOG_END@json.output@@@" |
104 ] | 104 ] |
105 }, | 105 }, |
106 { | 106 { |
107 "cmd": [ | 107 "cmd": [ |
108 "python", | 108 "python", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "@@@STEP_TEXT@No compile necessary@@@", | 157 "@@@STEP_TEXT@No compile necessary@@@", |
158 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
162 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 164 ] |
165 } | 165 } |
166 ] | 166 ] |
OLD | NEW |