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", | 10 "linux_chromium_rel", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "~followup_annotations": [ | 91 "~followup_annotations": [ |
92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", | 92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", |
93 "@@@STEP_LOG_LINE@json.output@{}@@@", | 93 "@@@STEP_LOG_LINE@json.output@{}@@@", |
94 "@@@STEP_LOG_END@json.output@@@" | 94 "@@@STEP_LOG_END@json.output@@@" |
95 ] | 95 ] |
96 }, | 96 }, |
97 { | 97 { |
98 "cmd": [ | 98 "cmd": [ |
99 "python", | 99 "python", |
100 "-u", | 100 "-u", |
| 101 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 102 "--output", |
| 103 "/path/to/tmp/json", |
| 104 "--", |
| 105 "--build-config-fs", |
| 106 "Release", |
| 107 "--paths", |
| 108 "{\"build\": \"[BUILD]\"}", |
| 109 "--properties", |
| 110 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}" |
| 111 ], |
| 112 "name": "get compile targets for scripts", |
| 113 "~followup_annotations": [ |
| 114 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 115 "@@@STEP_LOG_END@json.output@@@" |
| 116 ] |
| 117 }, |
| 118 { |
| 119 "cmd": [ |
| 120 "python", |
| 121 "-u", |
101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
102 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 123 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
103 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
104 ], | 125 ], |
105 "name": "read filter exclusion spec", | 126 "name": "read filter exclusion spec", |
106 "~followup_annotations": [ | 127 "~followup_annotations": [ |
107 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 128 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
108 "@@@STEP_LOG_LINE@json.output@{@@@", | 129 "@@@STEP_LOG_LINE@json.output@{@@@", |
109 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 130 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "All", | 201 "All", |
181 "chromium_builder_tests" | 202 "chromium_builder_tests" |
182 ], | 203 ], |
183 "name": "compile (with patch)" | 204 "name": "compile (with patch)" |
184 }, | 205 }, |
185 { | 206 { |
186 "cmd": [ | 207 "cmd": [ |
187 "python", | 208 "python", |
188 "-u", | 209 "-u", |
189 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 210 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 211 "--build-config-fs", |
| 212 "Release", |
| 213 "--paths", |
| 214 "{\"build\": \"[BUILD]\"}", |
| 215 "--properties", |
| 216 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}", |
190 "run", | 217 "run", |
191 "--output", | 218 "--output", |
192 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
193 ], | 220 ], |
194 "name": "checkdeps (with patch)", | 221 "name": "checkdeps (with patch)", |
195 "~followup_annotations": [ | 222 "~followup_annotations": [ |
196 "@@@STEP_LOG_LINE@json.output@{@@@", | 223 "@@@STEP_LOG_LINE@json.output@{@@@", |
197 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
198 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
199 "@@@STEP_LOG_LINE@json.output@}@@@", | 226 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 26 matching lines...) Expand all Loading... |
226 "--json", | 253 "--json", |
227 "/path/to/tmp/json" | 254 "/path/to/tmp/json" |
228 ], | 255 ], |
229 "name": "checklicenses (with patch)", | 256 "name": "checklicenses (with patch)", |
230 "~followup_annotations": [ | 257 "~followup_annotations": [ |
231 "@@@STEP_LOG_LINE@json.output@[]@@@", | 258 "@@@STEP_LOG_LINE@json.output@[]@@@", |
232 "@@@STEP_LOG_END@json.output@@@" | 259 "@@@STEP_LOG_END@json.output@@@" |
233 ] | 260 ] |
234 } | 261 } |
235 ] | 262 ] |
OLD | NEW |