| 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" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 146 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 146 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ }@@@", | 147 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@}@@@", | 148 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 149 "@@@STEP_LOG_END@json.output@@@" | 149 "@@@STEP_LOG_END@json.output@@@" |
| 150 ] | 150 ] |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "python", | 154 "python", |
| 155 "-u", | 155 "-u", |
| 156 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 157 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", |
| 158 "/path/to/tmp/json" |
| 159 ], |
| 160 "cwd": "[SLAVE_BUILD]", |
| 161 "name": "read test spec (2)", |
| 162 "~followup_annotations": [ |
| 163 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", |
| 164 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 165 "@@@STEP_LOG_END@json.output@@@" |
| 166 ] |
| 167 }, |
| 168 { |
| 169 "cmd": [ |
| 170 "python", |
| 171 "-u", |
| 156 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 172 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 157 "--output", | 173 "--output", |
| 158 "/path/to/tmp/json", | 174 "/path/to/tmp/json", |
| 159 "--", | 175 "--", |
| 160 "--build-config-fs", | 176 "--build-config-fs", |
| 161 "Release", | 177 "Release", |
| 162 "--use-src-side-runtest-py", | 178 "--use-src-side-runtest-py", |
| 163 "--paths", | 179 "--paths", |
| 164 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 180 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 165 "--properties", | 181 "--properties", |
| (...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2450 "python", | 2466 "python", |
| 2451 "-u", | 2467 "-u", |
| 2452 "[BUILD]/scripts/slave/bot_update.py", | 2468 "[BUILD]/scripts/slave/bot_update.py", |
| 2453 "--master", | 2469 "--master", |
| 2454 "tryserver.chromium.linux", | 2470 "tryserver.chromium.linux", |
| 2455 "--builder", | 2471 "--builder", |
| 2456 "linux_chromium_rel_ng", | 2472 "linux_chromium_rel_ng", |
| 2457 "--slave", | 2473 "--slave", |
| 2458 "TestSlavename", | 2474 "TestSlavename", |
| 2459 "--spec", | 2475 "--spec", |
| 2460 "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'}]", | 2476 "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'}]", |
| 2461 "--root", | 2477 "--root", |
| 2462 "src", | 2478 "src", |
| 2463 "--revision_mapping_file", | 2479 "--revision_mapping_file", |
| 2464 "{\"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\"}", | 2480 "{\"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\"}", |
| 2465 "--rietveld_server", | 2481 "--rietveld_server", |
| 2466 "https://codereview.chromium.org", | 2482 "https://codereview.chromium.org", |
| 2467 "--output_json", | 2483 "--output_json", |
| 2468 "/path/to/tmp/json", | 2484 "/path/to/tmp/json", |
| 2469 "--revision", | 2485 "--revision", |
| 2470 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 2486 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2528 { | 2544 { |
| 2529 "cmd": [ | 2545 "cmd": [ |
| 2530 "python", | 2546 "python", |
| 2531 "-u", | 2547 "-u", |
| 2532 "[DEPOT_TOOLS]/gclient.py", | 2548 "[DEPOT_TOOLS]/gclient.py", |
| 2533 "runhooks" | 2549 "runhooks" |
| 2534 ], | 2550 ], |
| 2535 "cwd": "[SLAVE_BUILD]", | 2551 "cwd": "[SLAVE_BUILD]", |
| 2536 "env": { | 2552 "env": { |
| 2537 "GYP_CHROMIUM_NO_ACTION": "1", | 2553 "GYP_CHROMIUM_NO_ACTION": "1", |
| 2538 "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" | 2554 "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" |
| 2539 }, | 2555 }, |
| 2540 "name": "gclient runhooks (without patch)" | 2556 "name": "gclient runhooks (without patch)" |
| 2541 }, | 2557 }, |
| 2542 { | 2558 { |
| 2543 "cmd": [ | 2559 "cmd": [ |
| 2544 "python", | 2560 "python", |
| 2545 "-u", | 2561 "-u", |
| 2546 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 2562 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 2547 "--build-dir", | 2563 "--build-dir", |
| 2548 "[SLAVE_BUILD]/src/out/Release", | 2564 "[SLAVE_BUILD]/src/out/Release", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2790 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 2806 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 2791 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 2807 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
| 2792 ] | 2808 ] |
| 2793 }, | 2809 }, |
| 2794 { | 2810 { |
| 2795 "name": "$result", | 2811 "name": "$result", |
| 2796 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 2812 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
| 2797 "status_code": 1 | 2813 "status_code": 1 |
| 2798 } | 2814 } |
| 2799 ] | 2815 ] |
| OLD | NEW |