| 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_ng", | 10 "linux_chromium_rel_ng", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin':
None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's
rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None,
'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele
nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data
': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non
e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No
ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/
/svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--issue", | 19 "--issue", |
| 20 "12853011", | 20 "12853011", |
| 21 "--patchset", | 21 "--patchset", |
| 22 "1", | 22 "1", |
| 23 "--rietveld_server", | 23 "--rietveld_server", |
| 24 "https://codereview.chromium.org", | 24 "https://codereview.chromium.org", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "[DEPOT_TOOLS]/gclient.py", | 115 "[DEPOT_TOOLS]/gclient.py", |
| 116 "runhooks" | 116 "runhooks" |
| 117 ], | 117 ], |
| 118 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
| 119 "env": { | 119 "env": { |
| 120 "GYP_CHROMIUM_NO_ACTION": "1", | 120 "GYP_CHROMIUM_NO_ACTION": "1", |
| 121 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 121 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' internal_gles2_c
onform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare
use_goma=1" |
| 122 }, | 122 }, |
| 123 "name": "gclient runhooks (with patch)" | 123 "name": "gclient runhooks (with patch)" |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "cmd": [ | 126 "cmd": [ |
| 127 "python", | 127 "python", |
| 128 "-u", | 128 "-u", |
| 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 130 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 130 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 131 "/path/to/tmp/json" | 131 "/path/to/tmp/json" |
| 132 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", | 133 "cwd": "[SLAVE_BUILD]", |
| 134 "name": "read test spec", | 134 "name": "read test spec", |
| 135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 136 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 136 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@{}@@@", | 137 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 138 "@@@STEP_LOG_END@json.output@@@" | 138 "@@@STEP_LOG_END@json.output@@@" |
| 139 ] | 139 ] |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "python", | 143 "python", |
| 144 "-u", | 144 "-u", |
| 145 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 146 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", |
| 147 "/path/to/tmp/json" |
| 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "read test spec (2)", |
| 151 "~followup_annotations": [ |
| 152 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", |
| 153 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 154 "@@@STEP_LOG_END@json.output@@@" |
| 155 ] |
| 156 }, |
| 157 { |
| 158 "cmd": [ |
| 159 "python", |
| 160 "-u", |
| 145 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 161 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 146 "--output", | 162 "--output", |
| 147 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
| 148 "--", | 164 "--", |
| 149 "--build-config-fs", | 165 "--build-config-fs", |
| 150 "Release", | 166 "Release", |
| 151 "--use-src-side-runtest-py", | 167 "--use-src-side-runtest-py", |
| 152 "--paths", | 168 "--paths", |
| 153 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 169 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 154 "--properties", | 170 "--properties", |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "python", | 365 "python", |
| 350 "-u", | 366 "-u", |
| 351 "[BUILD]/scripts/slave/bot_update.py", | 367 "[BUILD]/scripts/slave/bot_update.py", |
| 352 "--master", | 368 "--master", |
| 353 "tryserver.chromium.linux", | 369 "tryserver.chromium.linux", |
| 354 "--builder", | 370 "--builder", |
| 355 "linux_chromium_rel_ng", | 371 "linux_chromium_rel_ng", |
| 356 "--slave", | 372 "--slave", |
| 357 "TestSlavename", | 373 "TestSlavename", |
| 358 "--spec", | 374 "--spec", |
| 359 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 375 "cache_dir = None\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.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin':
None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's
rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None,
'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele
nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data
': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non
e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No
ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/
/svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
| 360 "--root", | 376 "--root", |
| 361 "src", | 377 "src", |
| 362 "--revision_mapping_file", | 378 "--revision_mapping_file", |
| 363 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 379 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 364 "--rietveld_server", | 380 "--rietveld_server", |
| 365 "https://codereview.chromium.org", | 381 "https://codereview.chromium.org", |
| 366 "--output_json", | 382 "--output_json", |
| 367 "/path/to/tmp/json", | 383 "/path/to/tmp/json", |
| 368 "--revision", | 384 "--revision", |
| 369 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 385 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 { | 443 { |
| 428 "cmd": [ | 444 "cmd": [ |
| 429 "python", | 445 "python", |
| 430 "-u", | 446 "-u", |
| 431 "[DEPOT_TOOLS]/gclient.py", | 447 "[DEPOT_TOOLS]/gclient.py", |
| 432 "runhooks" | 448 "runhooks" |
| 433 ], | 449 ], |
| 434 "cwd": "[SLAVE_BUILD]", | 450 "cwd": "[SLAVE_BUILD]", |
| 435 "env": { | 451 "env": { |
| 436 "GYP_CHROMIUM_NO_ACTION": "1", | 452 "GYP_CHROMIUM_NO_ACTION": "1", |
| 437 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 453 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' internal_gles2_c
onform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare
use_goma=1" |
| 438 }, | 454 }, |
| 439 "name": "gclient runhooks (without patch)" | 455 "name": "gclient runhooks (without patch)" |
| 440 }, | 456 }, |
| 441 { | 457 { |
| 442 "cmd": [ | 458 "cmd": [ |
| 443 "python", | 459 "python", |
| 444 "-u", | 460 "-u", |
| 445 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 461 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 446 "gen", | 462 "gen", |
| 447 "-m", | 463 "-m", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", | 512 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", |
| 497 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 513 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 498 ] | 514 ] |
| 499 }, | 515 }, |
| 500 { | 516 { |
| 501 "name": "$result", | 517 "name": "$result", |
| 502 "reason": "Step('compile (with patch)') failed with return_code 1", | 518 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 503 "status_code": 1 | 519 "status_code": 1 |
| 504 } | 520 } |
| 505 ] | 521 ] |
| OLD | NEW |