OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
11 "cmd": [ | 11 "cmd": [ |
12 "python", | 12 "python", |
13 "-u", | 13 "-u", |
14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
15 "--master", | 15 "--master", |
16 "chromium.win", | 16 "chromium.fyi", |
17 "--builder", | 17 "--builder", |
18 "Win8 GYP", | 18 "Mojo Windows", |
19 "--slave", | 19 "--slave", |
20 "TestSlavename", | 20 "TestSlavename", |
21 "--spec", | 21 "--spec", |
22 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 22 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 23 "--root", |
24 "src", | 24 "src", |
25 "--revision_mapping_file", | 25 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 26 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
27 "--git-cache-dir", | 27 "--git-cache-dir", |
28 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 { | 198 { |
199 "cmd": [ | 199 "cmd": [ |
200 "python", | 200 "python", |
201 "-u", | 201 "-u", |
202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
203 "--output", | 203 "--output", |
204 "/path/to/tmp/json", | 204 "/path/to/tmp/json", |
205 "--", | 205 "--", |
206 "--build-config-fs", | 206 "--build-config-fs", |
207 "Release", | 207 "Release", |
208 "--use-src-side-runtest-py", | |
209 "--paths", | 208 "--paths", |
210 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 209 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
211 "--properties", | 210 "--properties", |
212 "{\"buildername\": \"Win8 GYP\", \"buildnumber\": 571, \"mastername\": \"c
hromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" | 211 "{\"buildername\": \"Mojo Windows\", \"buildnumber\": 571, \"mastername\":
\"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\
"}" |
213 ], | 212 ], |
214 "name": "get compile targets for scripts", | 213 "name": "get compile targets for scripts", |
215 "~followup_annotations": [ | 214 "~followup_annotations": [ |
216 "@@@STEP_LOG_LINE@json.output@{}@@@", | 215 "@@@STEP_LOG_LINE@json.output@{}@@@", |
217 "@@@STEP_LOG_END@json.output@@@" | 216 "@@@STEP_LOG_END@json.output@@@" |
218 ] | 217 ] |
219 }, | 218 }, |
220 { | 219 { |
221 "cmd": [ | 220 "cmd": [ |
222 "python", | 221 "python", |
223 "-u", | 222 "-u", |
224 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
225 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 224 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
226 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
227 ], | 226 ], |
228 "name": "read test spec (chromium.win.json)", | 227 "name": "read test spec (chromium.fyi.json)", |
229 "~followup_annotations": [ | 228 "~followup_annotations": [ |
230 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 229 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
231 "@@@STEP_LOG_LINE@json.output@{@@@", | 230 "@@@STEP_LOG_LINE@json.output@{@@@", |
232 "@@@STEP_LOG_LINE@json.output@ \"Win8 GYP\": {@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"Mojo Windows\": {@@@", |
233 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 232 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
234 "@@@STEP_LOG_LINE@json.output@ {@@@", | 233 "@@@STEP_LOG_LINE@json.output@ {@@@", |
235 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
236 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
237 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 236 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
239 "@@@STEP_LOG_LINE@json.output@ }@@@", | 238 "@@@STEP_LOG_LINE@json.output@ }@@@", |
240 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 239 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
241 "@@@STEP_LOG_LINE@json.output@ }@@@", | 240 "@@@STEP_LOG_LINE@json.output@ }@@@", |
242 "@@@STEP_LOG_LINE@json.output@}@@@", | 241 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 22 matching lines...) Expand all Loading... |
265 ], | 264 ], |
266 "name": "clean isolated files" | 265 "name": "clean isolated files" |
267 }, | 266 }, |
268 { | 267 { |
269 "cmd": [ | 268 "cmd": [ |
270 "python", | 269 "python", |
271 "-u", | 270 "-u", |
272 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 271 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
273 "gen", | 272 "gen", |
274 "-m", | 273 "-m", |
275 "chromium.win", | 274 "chromium.fyi", |
276 "-b", | 275 "-b", |
277 "Win8 GYP", | 276 "Mojo Windows", |
278 "--config-file", | 277 "--config-file", |
279 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 278 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
280 "--goma-dir", | 279 "--goma-dir", |
281 "[CACHE]\\cipd\\goma", | 280 "[CACHE]\\cipd\\goma", |
282 "--swarming-targets-file", | 281 "--swarming-targets-file", |
283 "browser_tests\n", | 282 "browser_tests\n", |
284 "//out/Release" | 283 "//out/Release" |
285 ], | 284 ], |
286 "env": { | 285 "env": { |
287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
444 }, | 443 }, |
445 "name": "process_dumps" | 444 "name": "process_dumps" |
446 }, | 445 }, |
447 { | 446 { |
448 "name": "$result", | 447 "name": "$result", |
449 "recipe_result": null, | 448 "recipe_result": null, |
450 "status_code": 0 | 449 "status_code": 0 |
451 } | 450 } |
452 ] | 451 ] |
OLD | NEW |