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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "all", | 185 "all", |
165 "chrome" | 186 "chrome" |
166 ], | 187 ], |
167 "name": "compile (with patch)" | 188 "name": "compile (with patch)" |
168 }, | 189 }, |
169 { | 190 { |
170 "cmd": [ | 191 "cmd": [ |
171 "python", | 192 "python", |
172 "-u", | 193 "-u", |
173 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", | 194 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 195 "--build-config-fs", |
| 196 "Release", |
| 197 "--paths", |
| 198 "{\"build\": \"[BUILD]\"}", |
| 199 "--properties", |
| 200 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}", |
174 "run", | 201 "run", |
175 "--output", | 202 "--output", |
176 "/path/to/tmp/json" | 203 "/path/to/tmp/json" |
177 ], | 204 ], |
178 "name": "checkdeps (with patch)", | 205 "name": "checkdeps (with patch)", |
179 "~followup_annotations": [ | 206 "~followup_annotations": [ |
180 "@@@STEP_LOG_LINE@json.output@{@@@", | 207 "@@@STEP_LOG_LINE@json.output@{@@@", |
181 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
182 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
183 "@@@STEP_LOG_LINE@json.output@}@@@", | 210 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 26 matching lines...) Expand all Loading... |
210 "--json", | 237 "--json", |
211 "/path/to/tmp/json" | 238 "/path/to/tmp/json" |
212 ], | 239 ], |
213 "name": "checklicenses (with patch)", | 240 "name": "checklicenses (with patch)", |
214 "~followup_annotations": [ | 241 "~followup_annotations": [ |
215 "@@@STEP_LOG_LINE@json.output@[]@@@", | 242 "@@@STEP_LOG_LINE@json.output@[]@@@", |
216 "@@@STEP_LOG_END@json.output@@@" | 243 "@@@STEP_LOG_END@json.output@@@" |
217 ] | 244 ] |
218 }, | 245 }, |
219 { | 246 { |
| 247 "cmd": [ |
| 248 "python", |
| 249 "-u", |
| 250 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py", |
| 251 "--build-config-fs", |
| 252 "Release", |
| 253 "--paths", |
| 254 "{\"build\": \"[BUILD]\"}", |
| 255 "--properties", |
| 256 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena
me\": \"TestSlavename\"}", |
| 257 "run", |
| 258 "--output", |
| 259 "/path/to/tmp/json" |
| 260 ], |
| 261 "name": "telemetry_unittests (with patch)", |
| 262 "~followup_annotations": [ |
| 263 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 267 "@@@STEP_LOG_END@json.output@@@" |
| 268 ] |
| 269 }, |
| 270 { |
220 "allow_subannotations": true, | 271 "allow_subannotations": true, |
221 "cmd": [ | |
222 "python", | |
223 "-u", | |
224 "[BUILD]/scripts/slave/runtest.py", | |
225 "--target", | |
226 "Release", | |
227 "--xvfb", | |
228 "--factory-properties", | |
229 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", | |
230 "--build-properties", | |
231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", | |
232 "--annotate=gtest", | |
233 "--test-type=telemetry_unittests", | |
234 "--builder-name=linux_chromium_rel", | |
235 "--slave-name=TestSlavename", | |
236 "--build-number=571", | |
237 "--run-python-script", | |
238 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", | |
239 "--browser=release", | |
240 "--retry-limit=3", | |
241 "--write-full-results-to", | |
242 "/path/to/tmp/json" | |
243 ], | |
244 "name": "telemetry_unittests (with patch)" | |
245 }, | |
246 { | |
247 "allow_subannotations": true, | |
248 "cmd": [ | 272 "cmd": [ |
249 "python", | 273 "python", |
250 "-u", | 274 "-u", |
251 "[BUILD]/scripts/slave/runtest.py", | 275 "[BUILD]/scripts/slave/runtest.py", |
252 "--target", | 276 "--target", |
253 "Release", | 277 "Release", |
254 "--xvfb", | 278 "--xvfb", |
255 "--factory-properties", | 279 "--factory-properties", |
256 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", | 280 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"
revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \
"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl
avename\"}", |
257 "--build-properties", | 281 "--build-properties", |
(...skipping 22 matching lines...) Expand all Loading... |
280 "--json_build_results_output_file", | 304 "--json_build_results_output_file", |
281 "/path/to/tmp/json" | 305 "/path/to/tmp/json" |
282 ], | 306 ], |
283 "name": "nacl_integration (with patch)", | 307 "name": "nacl_integration (with patch)", |
284 "~followup_annotations": [ | 308 "~followup_annotations": [ |
285 "@@@STEP_LOG_LINE@json.output@[]@@@", | 309 "@@@STEP_LOG_LINE@json.output@[]@@@", |
286 "@@@STEP_LOG_END@json.output@@@" | 310 "@@@STEP_LOG_END@json.output@@@" |
287 ] | 311 ] |
288 } | 312 } |
289 ] | 313 ] |
OLD | NEW |