OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[BUILDER_CACHE]/linux_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 11 matching lines...) Expand all Loading... |
22 ] | 22 ] |
23 }, | 23 }, |
24 { | 24 { |
25 "cmd": [ | 25 "cmd": [ |
26 "python", | 26 "python", |
27 "-u", | 27 "-u", |
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
29 "--master", | 29 "--master", |
30 "tryserver.blink", | 30 "tryserver.blink", |
31 "--builder", | 31 "--builder", |
32 "linux_blink_rel", | 32 "linux_precise_blink_rel", |
33 "--slave", | 33 "--slave", |
34 "TestSlavename", | 34 "TestSlavename", |
35 "--spec", | 35 "--spec", |
36 "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'}]", | 36 "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'}]", |
37 "--root", | 37 "--root", |
38 "src", | 38 "src", |
39 "--revision_mapping_file", | 39 "--revision_mapping_file", |
40 "{\"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\"}", | 40 "{\"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\"}", |
41 "--git-cache-dir", | 41 "--git-cache-dir", |
42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 "-u", | 221 "-u", |
222 "[BUILDER_CACHE]/linux_layout/src/testing/scripts/get_compile_targets.py", | 222 "[BUILDER_CACHE]/linux_layout/src/testing/scripts/get_compile_targets.py", |
223 "--output", | 223 "--output", |
224 "/path/to/tmp/json", | 224 "/path/to/tmp/json", |
225 "--", | 225 "--", |
226 "--build-config-fs", | 226 "--build-config-fs", |
227 "Release", | 227 "Release", |
228 "--paths", | 228 "--paths", |
229 "{\"checkout\": \"[BUILDER_CACHE]/linux_layout/src\", \"runit.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAG
E_REPO[build]/scripts/slave/runtest.py\"}", | 229 "{\"checkout\": \"[BUILDER_CACHE]/linux_layout/src\", \"runit.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAG
E_REPO[build]/scripts/slave/runtest.py\"}", |
230 "--properties", | 230 "--properties", |
231 "{\"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"mastername
\": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" | 231 "{\"buildername\": \"linux_precise_blink_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"linux\"}" |
232 ], | 232 ], |
233 "name": "get compile targets for scripts", | 233 "name": "get compile targets for scripts", |
234 "~followup_annotations": [ | 234 "~followup_annotations": [ |
235 "@@@STEP_LOG_LINE@json.output@{}@@@", | 235 "@@@STEP_LOG_LINE@json.output@{}@@@", |
236 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
237 ] | 237 ] |
238 }, | 238 }, |
239 { | 239 { |
240 "cmd": [ | 240 "cmd": [ |
241 "python", | 241 "python", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 }, | 333 }, |
334 { | 334 { |
335 "cmd": [ | 335 "cmd": [ |
336 "python", | 336 "python", |
337 "-u", | 337 "-u", |
338 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb.py", | 338 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb.py", |
339 "gen", | 339 "gen", |
340 "-m", | 340 "-m", |
341 "tryserver.blink", | 341 "tryserver.blink", |
342 "-b", | 342 "-b", |
343 "linux_blink_rel", | 343 "linux_precise_blink_rel", |
344 "--config-file", | 344 "--config-file", |
345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", | 345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", |
346 "--goma-dir", | 346 "--goma-dir", |
347 "[CACHE]/cipd/goma", | 347 "[CACHE]/cipd/goma", |
348 "//out/Release" | 348 "//out/Release" |
349 ], | 349 ], |
350 "cwd": "[BUILDER_CACHE]/linux_layout/src", | 350 "cwd": "[BUILDER_CACHE]/linux_layout/src", |
351 "env": { | 351 "env": { |
352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
353 }, | 353 }, |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 }, | 406 }, |
407 { | 407 { |
408 "cmd": [ | 408 "cmd": [ |
409 "python", | 409 "python", |
410 "-u", | 410 "-u", |
411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
412 "--target", | 412 "--target", |
413 "Release", | 413 "Release", |
414 "--no-xvfb", | 414 "--no-xvfb", |
415 "--factory-properties", | 415 "--factory-properties", |
416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_blink_re
l\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blin
k\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitche
n\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \
"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\
": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swar
m_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_
blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser
ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\":
\"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit
ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r
ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\"
, \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
417 "--build-properties", | 417 "--build-properties", |
418 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_blink_re
l\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blin
k\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitche
n\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \
"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\
": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swar
m_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 418 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_
blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser
ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\":
\"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit
ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r
ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\"
, \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
419 "--step-name=webkit_tests (with patch)", | 419 "--step-name=webkit_tests (with patch)", |
420 "--builder-name=linux_blink_rel", | 420 "--builder-name=linux_precise_blink_rel", |
421 "--slave-name=TestSlavename", | 421 "--slave-name=TestSlavename", |
422 "--build-number=571", | 422 "--build-number=571", |
423 "--run-python-script", | 423 "--run-python-script", |
424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
425 "--target", | 425 "--target", |
426 "Release", | 426 "Release", |
427 "-o", | 427 "-o", |
428 "[SLAVE_BUILD]/layout-test-results", | 428 "[SLAVE_BUILD]/layout-test-results", |
429 "--build-dir", | 429 "--build-dir", |
430 "[BUILDER_CACHE]/linux_layout/src/out", | 430 "[BUILDER_CACHE]/linux_layout/src/out", |
431 "--json-test-results", | 431 "--json-test-results", |
432 "/path/to/tmp/json", | 432 "/path/to/tmp/json", |
433 "--test-results-server", | 433 "--test-results-server", |
434 "test-results.appspot.com", | 434 "test-results.appspot.com", |
435 "--build-number", | 435 "--build-number", |
436 "571", | 436 "571", |
437 "--builder-name", | 437 "--builder-name", |
438 "linux_blink_rel", | 438 "linux_precise_blink_rel", |
439 "--step-name", | 439 "--step-name", |
440 "webkit_tests (with patch)" | 440 "webkit_tests (with patch)" |
441 ], | 441 ], |
442 "cwd": "[BUILDER_CACHE]/linux_layout", | 442 "cwd": "[BUILDER_CACHE]/linux_layout", |
443 "env": { | 443 "env": { |
444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
445 }, | 445 }, |
446 "name": "webkit_tests (with patch)", | 446 "name": "webkit_tests (with patch)", |
447 "~followup_annotations": [ | 447 "~followup_annotations": [ |
448 "step returned non-zero exit code: 101", | 448 "step returned non-zero exit code: 101", |
449 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/failing78.html<br/>bad/failing46.html<br/>bad/failing101.html<br/>bad/fail
ing37.html<br/>bad/failing70.html<br/>bad/failing17.html<br/>bad/failing82.html<
br/>bad/failing120.html<br/>bad/failing73.html<br/>bad/failing112.html<br/>bad/f
ailing114.html<br/>bad/failing99.html<br/>bad/failing27.html<br/>bad/failing108.
html<br/>bad/failing76.html<br/>bad/failing50.html<br/>bad/failing23.html<br/>ba
d/failing104.html<br/>bad/failing93.html<br/>bad/failing67.html<br/>bad/failing1
24.html<br/>bad/failing53.html<br/>bad/failing69.html<br/>bad/failing117.html<br
/>bad/failing34.html<br/>bad/failing51.html<br/>bad/failing80.html<br/>bad/faili
ng20.html<br/>bad/failing107.html<br/>bad/failing56.html<br/>bad/failing68.html<
br/>bad/failing71.html<br/>bad/failing77.html<br/>bad/failing39.html<br/>bad/fai
ling92.html<br/>bad/failing90.html<br/>bad/failing89.html<br/>bad/failing122.htm
l<br/>bad/failing105.html<br/>tricky/totally-maybe-not-awesome.html<br/>bad/fail
ing36.html<br/>bad/failing44.html<br/>bad/failing21.html<br/>bad/failing85.html<
br/>bad/failing42.html<br/>bad/failing55.html<br/>bad/failing9.html<br/>bad/fail
ing15.html<br/>bad/failing65.html<br/>bad/failing118.html<br/>bad/failing95.html
<br/>bad/failing45.html<br/>bad/failing66.html<br/>bad/failing26.html<br/>bad/fa
iling35.html<br/>bad/failing74.html<br/>bad/failing109.html<br/>bad/failing97.ht
ml<br/>bad/failing58.html<br/>bad/totally-bad-probably.html<br/>bad/failing11.ht
ml<br/>bad/failing111.html<br/>bad/failing86.html<br/>bad/failing30.html<br/>bad
/failing54.html<br/>bad/failing38.html<br/>bad/failing13.html<br/>bad/failing63.
html<br/>bad/failing116.html<br/>bad/failing41.html<br/>bad/failing18.html<br/>b
ad/failing84.html<br/>bad/failing2.html<br/>bad/failing28.html<br/>bad/failing33
.html<br/>bad/failing106.html<br/>bad/failing48.html<br/>bad/failing0.html<br/>b
ad/failing4.html<br/>bad/failing64.html<br/>bad/failing47.html<br/>bad/failing12
1.html<br/>bad/failing25.html<br/>bad/failing8.html<br/>bad/failing100.html<br/>
bad/failing102.html<br/>bad/failing123.html<br/>bad/failing88.html<br/>bad/faili
ng61.html<br/>bad/failing79.html<br/>bad/failing43.html<br/>bad/failing57.html<b
r/>bad/failing16.html<br/>bad/failing96.html<br/>bad/failing94.html<br/>bad/fail
ing119.html<br/>bad/failing113.html<br/>bad/failing72.html<br/>bad/failing1.html
<br/>bad/failing103.html<br/>bad/failing110.html<br/>bad/failing32.html<br/>bad/
failing12.html<br/>bad/failing10.html<br/>bad/failing40.html<br/>bad/failing5.ht
ml<br/>bad/failing75.html<br/>bad/failing98.html<br/>bad/failing115.html<br/>bad
/failing49.html<br/>bad/failing6.html<br/>bad/failing19.html<br/>bad/failing87.h
tml<br/>bad/failing59.html<br/>bad/failing22.html<br/>bad/failing24.html<br/>bad
/failing3.html<br/>bad/failing91.html<br/>bad/failing60.html<br/>bad/failing81.h
tml<br/>bad/failing83.html<br/>bad/failing62.html<br/>bad/failing52.html<br/>bad
/failing29.html<br/>bad/failing31.html<br/>bad/failing7.html<br/>bad/failing14.h
tml<br/><br/>Total executed: 9001<br/>@@@", | 449 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/failing78.html<br/>bad/failing46.html<br/>bad/failing101.html<br/>bad/fail
ing37.html<br/>bad/failing70.html<br/>bad/failing17.html<br/>bad/failing82.html<
br/>bad/failing120.html<br/>bad/failing73.html<br/>bad/failing112.html<br/>bad/f
ailing114.html<br/>bad/failing99.html<br/>bad/failing27.html<br/>bad/failing108.
html<br/>bad/failing76.html<br/>bad/failing50.html<br/>bad/failing23.html<br/>ba
d/failing104.html<br/>bad/failing93.html<br/>bad/failing67.html<br/>bad/failing1
24.html<br/>bad/failing53.html<br/>bad/failing69.html<br/>bad/failing117.html<br
/>bad/failing34.html<br/>bad/failing51.html<br/>bad/failing80.html<br/>bad/faili
ng20.html<br/>bad/failing107.html<br/>bad/failing56.html<br/>bad/failing68.html<
br/>bad/failing71.html<br/>bad/failing77.html<br/>bad/failing39.html<br/>bad/fai
ling92.html<br/>bad/failing90.html<br/>bad/failing89.html<br/>bad/failing122.htm
l<br/>bad/failing105.html<br/>tricky/totally-maybe-not-awesome.html<br/>bad/fail
ing36.html<br/>bad/failing44.html<br/>bad/failing21.html<br/>bad/failing85.html<
br/>bad/failing42.html<br/>bad/failing55.html<br/>bad/failing9.html<br/>bad/fail
ing15.html<br/>bad/failing65.html<br/>bad/failing118.html<br/>bad/failing95.html
<br/>bad/failing45.html<br/>bad/failing66.html<br/>bad/failing26.html<br/>bad/fa
iling35.html<br/>bad/failing74.html<br/>bad/failing109.html<br/>bad/failing97.ht
ml<br/>bad/failing58.html<br/>bad/totally-bad-probably.html<br/>bad/failing11.ht
ml<br/>bad/failing111.html<br/>bad/failing86.html<br/>bad/failing30.html<br/>bad
/failing54.html<br/>bad/failing38.html<br/>bad/failing13.html<br/>bad/failing63.
html<br/>bad/failing116.html<br/>bad/failing41.html<br/>bad/failing18.html<br/>b
ad/failing84.html<br/>bad/failing2.html<br/>bad/failing28.html<br/>bad/failing33
.html<br/>bad/failing106.html<br/>bad/failing48.html<br/>bad/failing0.html<br/>b
ad/failing4.html<br/>bad/failing64.html<br/>bad/failing47.html<br/>bad/failing12
1.html<br/>bad/failing25.html<br/>bad/failing8.html<br/>bad/failing100.html<br/>
bad/failing102.html<br/>bad/failing123.html<br/>bad/failing88.html<br/>bad/faili
ng61.html<br/>bad/failing79.html<br/>bad/failing43.html<br/>bad/failing57.html<b
r/>bad/failing16.html<br/>bad/failing96.html<br/>bad/failing94.html<br/>bad/fail
ing119.html<br/>bad/failing113.html<br/>bad/failing72.html<br/>bad/failing1.html
<br/>bad/failing103.html<br/>bad/failing110.html<br/>bad/failing32.html<br/>bad/
failing12.html<br/>bad/failing10.html<br/>bad/failing40.html<br/>bad/failing5.ht
ml<br/>bad/failing75.html<br/>bad/failing98.html<br/>bad/failing115.html<br/>bad
/failing49.html<br/>bad/failing6.html<br/>bad/failing19.html<br/>bad/failing87.h
tml<br/>bad/failing59.html<br/>bad/failing22.html<br/>bad/failing24.html<br/>bad
/failing3.html<br/>bad/failing91.html<br/>bad/failing60.html<br/>bad/failing81.h
tml<br/>bad/failing83.html<br/>bad/failing62.html<br/>bad/failing52.html<br/>bad
/failing29.html<br/>bad/failing31.html<br/>bad/failing7.html<br/>bad/failing14.h
tml<br/><br/>Total executed: 9001<br/>@@@", |
450 "@@@STEP_FAILURE@@@" | 450 "@@@STEP_FAILURE@@@" |
451 ] | 451 ] |
452 }, | 452 }, |
453 { | 453 { |
454 "cmd": [ | 454 "cmd": [ |
455 "python", | 455 "python", |
456 "-u", | 456 "-u", |
457 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 457 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
458 "--results-dir", | 458 "--results-dir", |
459 "[SLAVE_BUILD]/layout-test-results", | 459 "[SLAVE_BUILD]/layout-test-results", |
460 "--build-dir", | 460 "--build-dir", |
461 "[BUILDER_CACHE]/linux_layout/src/out", | 461 "[BUILDER_CACHE]/linux_layout/src/out", |
462 "--build-number", | 462 "--build-number", |
463 "571", | 463 "571", |
464 "--builder-name", | 464 "--builder-name", |
465 "linux_blink_rel", | 465 "linux_precise_blink_rel", |
466 "--gs-bucket", | 466 "--gs-bucket", |
467 "gs://chromium-layout-test-archives", | 467 "gs://chromium-layout-test-archives", |
468 "--staging-dir", | 468 "--staging-dir", |
469 "[CACHE]/chrome_staging" | 469 "[CACHE]/chrome_staging" |
470 ], | 470 ], |
471 "cwd": "[BUILDER_CACHE]/linux_layout", | 471 "cwd": "[BUILDER_CACHE]/linux_layout", |
472 "env": { | 472 "env": { |
473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
474 }, | 474 }, |
475 "name": "archive_webkit_tests_results", | 475 "name": "archive_webkit_tests_results", |
476 "~followup_annotations": [ | 476 "~followup_annotations": [ |
477 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", | 477 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_precise_blink_rel/571/layout-test-results/results.htm
l@@@", |
478 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_rel/571/layout-test-results.zip@@@" | 478 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_precise_blink_rel/571/layout-test-results.zip@@@" |
479 ] | 479 ] |
480 }, | 480 }, |
481 { | 481 { |
482 "cmd": [ | 482 "cmd": [ |
483 "python", | 483 "python", |
484 "-u", | 484 "-u", |
485 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 485 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
486 "--master", | 486 "--master", |
487 "tryserver.blink", | 487 "tryserver.blink", |
488 "--builder", | 488 "--builder", |
489 "linux_blink_rel", | 489 "linux_precise_blink_rel", |
490 "--slave", | 490 "--slave", |
491 "TestSlavename", | 491 "TestSlavename", |
492 "--spec", | 492 "--spec", |
493 "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'}]", | 493 "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'}]", |
494 "--root", | 494 "--root", |
495 "src", | 495 "src", |
496 "--revision_mapping_file", | 496 "--revision_mapping_file", |
497 "{\"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\"}", | 497 "{\"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\"}", |
498 "--git-cache-dir", | 498 "--git-cache-dir", |
499 "[GIT_CACHE]", | 499 "[GIT_CACHE]", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 }, | 591 }, |
592 { | 592 { |
593 "cmd": [ | 593 "cmd": [ |
594 "python", | 594 "python", |
595 "-u", | 595 "-u", |
596 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb.py", | 596 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb.py", |
597 "gen", | 597 "gen", |
598 "-m", | 598 "-m", |
599 "tryserver.blink", | 599 "tryserver.blink", |
600 "-b", | 600 "-b", |
601 "linux_blink_rel", | 601 "linux_precise_blink_rel", |
602 "--config-file", | 602 "--config-file", |
603 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", | 603 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", |
604 "--goma-dir", | 604 "--goma-dir", |
605 "[CACHE]/cipd/goma", | 605 "[CACHE]/cipd/goma", |
606 "//out/Release" | 606 "//out/Release" |
607 ], | 607 ], |
608 "cwd": "[BUILDER_CACHE]/linux_layout/src", | 608 "cwd": "[BUILDER_CACHE]/linux_layout/src", |
609 "env": { | 609 "env": { |
610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
611 }, | 611 }, |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 }, | 657 }, |
658 { | 658 { |
659 "cmd": [ | 659 "cmd": [ |
660 "python", | 660 "python", |
661 "-u", | 661 "-u", |
662 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 662 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
663 "--target", | 663 "--target", |
664 "Release", | 664 "Release", |
665 "--no-xvfb", | 665 "--no-xvfb", |
666 "--factory-properties", | 666 "--factory-properties", |
667 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_blink_re
l\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blin
k\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitche
n\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \
"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\
": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swar
m_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 667 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_
blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser
ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\":
\"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit
ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r
ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\"
, \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
668 "--build-properties", | 668 "--build-properties", |
669 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_blink_re
l\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blin
k\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitche
n\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \
"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\
": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swar
m_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 669 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_
blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser
ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\":
\"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit
ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r
ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\"
, \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
670 "--step-name=webkit_tests (without patch)", | 670 "--step-name=webkit_tests (without patch)", |
671 "--builder-name=linux_blink_rel", | 671 "--builder-name=linux_precise_blink_rel", |
672 "--slave-name=TestSlavename", | 672 "--slave-name=TestSlavename", |
673 "--build-number=571", | 673 "--build-number=571", |
674 "--run-python-script", | 674 "--run-python-script", |
675 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 675 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
676 "--target", | 676 "--target", |
677 "Release", | 677 "Release", |
678 "-o", | 678 "-o", |
679 "[SLAVE_BUILD]/layout-test-results", | 679 "[SLAVE_BUILD]/layout-test-results", |
680 "--build-dir", | 680 "--build-dir", |
681 "[BUILDER_CACHE]/linux_layout/src/out", | 681 "[BUILDER_CACHE]/linux_layout/src/out", |
682 "--json-test-results", | 682 "--json-test-results", |
683 "/path/to/tmp/json", | 683 "/path/to/tmp/json", |
684 "--test-results-server", | 684 "--test-results-server", |
685 "test-results.appspot.com", | 685 "test-results.appspot.com", |
686 "--build-number", | 686 "--build-number", |
687 "571", | 687 "571", |
688 "--builder-name", | 688 "--builder-name", |
689 "linux_blink_rel", | 689 "linux_precise_blink_rel", |
690 "--step-name", | 690 "--step-name", |
691 "webkit_tests (without patch)", | 691 "webkit_tests (without patch)", |
692 "--test-list", | 692 "--test-list", |
693 "bad/failing78.html\nbad/failing46.html\nbad/failing101.html\nbad/failing3
7.html\nbad/failing70.html\nbad/failing17.html\nbad/failing82.html\nbad/failing1
20.html\nbad/failing73.html\nbad/failing112.html\nbad/failing114.html\nbad/faili
ng99.html\nbad/failing27.html\nbad/failing108.html\nbad/failing76.html\nbad/fail
ing50.html\nbad/failing23.html\nbad/failing104.html\nbad/failing93.html\nbad/fai
ling67.html\nbad/failing124.html\nbad/failing53.html\nbad/failing69.html\nbad/fa
iling117.html\nbad/failing34.html\nbad/failing51.html\nbad/failing80.html\nbad/f
ailing20.html\nbad/failing107.html\nbad/failing56.html\nbad/failing68.html\nbad/
failing71.html\nbad/failing77.html\nbad/failing39.html\nbad/failing92.html\nbad/
failing90.html\nbad/failing89.html\nbad/failing122.html\nbad/failing105.html\ntr
icky/totally-maybe-not-awesome.html\nbad/failing36.html\nbad/failing44.html\nbad
/failing21.html\nbad/failing85.html\nbad/failing42.html\nbad/failing55.html\nbad
/failing9.html\nbad/failing15.html\nbad/failing65.html\nbad/failing118.html\nbad
/failing95.html\nbad/failing45.html\nbad/failing66.html\nbad/failing26.html\nbad
/failing35.html\nbad/failing74.html\nbad/failing109.html\nbad/failing97.html\nba
d/failing58.html\nbad/totally-bad-probably.html\nbad/failing11.html\nbad/failing
111.html\nbad/failing86.html\nbad/failing30.html\nbad/failing54.html\nbad/failin
g38.html\nbad/failing13.html\nbad/failing63.html\nbad/failing116.html\nbad/faili
ng41.html\nbad/failing18.html\nbad/failing84.html\nbad/failing2.html\nbad/failin
g28.html\nbad/failing33.html\nbad/failing106.html\nbad/failing48.html\nbad/faili
ng0.html\nbad/failing4.html\nbad/failing64.html\nbad/failing47.html\nbad/failing
121.html\nbad/failing25.html\nbad/failing8.html\nbad/failing100.html\nbad/failin
g102.html\nbad/failing123.html\nbad/failing88.html\nbad/failing61.html\nbad/fail
ing79.html\nbad/failing43.html\nbad/failing57.html\nbad/failing16.html\nbad/fail
ing96.html\nbad/failing94.html\nbad/failing119.html\nbad/failing113.html\nbad/fa
iling72.html\nbad/failing1.html\nbad/failing103.html\nbad/failing110.html\nbad/f
ailing32.html\nbad/failing12.html\nbad/failing10.html\nbad/failing40.html\nbad/f
ailing5.html\nbad/failing75.html\nbad/failing98.html\nbad/failing115.html\nbad/f
ailing49.html\nbad/failing6.html\nbad/failing19.html\nbad/failing87.html\nbad/fa
iling59.html\nbad/failing22.html\nbad/failing24.html\nbad/failing3.html\nbad/fai
ling91.html\nbad/failing60.html\nbad/failing81.html\nbad/failing83.html\nbad/fai
ling62.html\nbad/failing52.html\nbad/failing29.html\nbad/failing31.html\nbad/fai
ling7.html\nbad/failing14.html", | 693 "bad/failing78.html\nbad/failing46.html\nbad/failing101.html\nbad/failing3
7.html\nbad/failing70.html\nbad/failing17.html\nbad/failing82.html\nbad/failing1
20.html\nbad/failing73.html\nbad/failing112.html\nbad/failing114.html\nbad/faili
ng99.html\nbad/failing27.html\nbad/failing108.html\nbad/failing76.html\nbad/fail
ing50.html\nbad/failing23.html\nbad/failing104.html\nbad/failing93.html\nbad/fai
ling67.html\nbad/failing124.html\nbad/failing53.html\nbad/failing69.html\nbad/fa
iling117.html\nbad/failing34.html\nbad/failing51.html\nbad/failing80.html\nbad/f
ailing20.html\nbad/failing107.html\nbad/failing56.html\nbad/failing68.html\nbad/
failing71.html\nbad/failing77.html\nbad/failing39.html\nbad/failing92.html\nbad/
failing90.html\nbad/failing89.html\nbad/failing122.html\nbad/failing105.html\ntr
icky/totally-maybe-not-awesome.html\nbad/failing36.html\nbad/failing44.html\nbad
/failing21.html\nbad/failing85.html\nbad/failing42.html\nbad/failing55.html\nbad
/failing9.html\nbad/failing15.html\nbad/failing65.html\nbad/failing118.html\nbad
/failing95.html\nbad/failing45.html\nbad/failing66.html\nbad/failing26.html\nbad
/failing35.html\nbad/failing74.html\nbad/failing109.html\nbad/failing97.html\nba
d/failing58.html\nbad/totally-bad-probably.html\nbad/failing11.html\nbad/failing
111.html\nbad/failing86.html\nbad/failing30.html\nbad/failing54.html\nbad/failin
g38.html\nbad/failing13.html\nbad/failing63.html\nbad/failing116.html\nbad/faili
ng41.html\nbad/failing18.html\nbad/failing84.html\nbad/failing2.html\nbad/failin
g28.html\nbad/failing33.html\nbad/failing106.html\nbad/failing48.html\nbad/faili
ng0.html\nbad/failing4.html\nbad/failing64.html\nbad/failing47.html\nbad/failing
121.html\nbad/failing25.html\nbad/failing8.html\nbad/failing100.html\nbad/failin
g102.html\nbad/failing123.html\nbad/failing88.html\nbad/failing61.html\nbad/fail
ing79.html\nbad/failing43.html\nbad/failing57.html\nbad/failing16.html\nbad/fail
ing96.html\nbad/failing94.html\nbad/failing119.html\nbad/failing113.html\nbad/fa
iling72.html\nbad/failing1.html\nbad/failing103.html\nbad/failing110.html\nbad/f
ailing32.html\nbad/failing12.html\nbad/failing10.html\nbad/failing40.html\nbad/f
ailing5.html\nbad/failing75.html\nbad/failing98.html\nbad/failing115.html\nbad/f
ailing49.html\nbad/failing6.html\nbad/failing19.html\nbad/failing87.html\nbad/fa
iling59.html\nbad/failing22.html\nbad/failing24.html\nbad/failing3.html\nbad/fai
ling91.html\nbad/failing60.html\nbad/failing81.html\nbad/failing83.html\nbad/fai
ling62.html\nbad/failing52.html\nbad/failing29.html\nbad/failing31.html\nbad/fai
ling7.html\nbad/failing14.html", |
694 "--skipped", | 694 "--skipped", |
695 "always" | 695 "always" |
696 ], | 696 ], |
697 "cwd": "[BUILDER_CACHE]/linux_layout", | 697 "cwd": "[BUILDER_CACHE]/linux_layout", |
698 "env": { | 698 "env": { |
699 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 699 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
(...skipping 22 matching lines...) Expand all Loading... |
722 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 722 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
723 ] | 723 ] |
724 }, | 724 }, |
725 { | 725 { |
726 "name": "$result", | 726 "name": "$result", |
727 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 727 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
728 "recipe_result": null, | 728 "recipe_result": null, |
729 "status_code": 1 | 729 "status_code": 1 |
730 } | 730 } |
731 ] | 731 ] |
OLD | NEW |