| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'custom_vars': {'dartium_base': 'svn://sv
n-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.chromium.o
rg/%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', 'manag
ed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/da
rt/branches/bleeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = None\nsolutions = [{'custom_vars': {'dartium_base': 'svn://sv
n-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.chromium.o
rg/%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', 'manag
ed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/da
rt/branches/bleeding_edge/deps/dartium.deps'}]" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
| 11 "name": "gclient setup" | 12 "name": "gclient setup" |
| 12 }, | 13 }, |
| 13 { | 14 { |
| 14 "cmd": [ | 15 "cmd": [ |
| 15 "python", | 16 "python", |
| 16 "-u", | 17 "-u", |
| 17 "[DEPOT_TOOLS]/gclient.py", | 18 "[DEPOT_TOOLS]/gclient.py", |
| 18 "sync", | 19 "sync", |
| 19 "--nohooks", | 20 "--nohooks", |
| 20 "--force", | 21 "--force", |
| 21 "--verbose", | 22 "--verbose", |
| 22 "--delete_unversioned_trees", | 23 "--delete_unversioned_trees", |
| 23 "--revision", | 24 "--revision", |
| 24 "dartium.deps@12345", | 25 "dartium.deps@12345", |
| 25 "--output-json", | 26 "--output-json", |
| 26 "/path/to/tmp/json" | 27 "/path/to/tmp/json" |
| 27 ], | 28 ], |
| 29 "cwd": "[SLAVE_BUILD]", |
| 28 "name": "gclient sync", | 30 "name": "gclient sync", |
| 29 "~followup_annotations": [ | 31 "~followup_annotations": [ |
| 30 "@@@STEP_LOG_LINE@json.output@{@@@", | 32 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"src/dart/\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src/dart/\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"revision\": 58622@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"revision\": 58622@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 61 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 63 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
| 62 ] | 64 ] |
| 63 }, | 65 }, |
| 64 { | 66 { |
| 65 "cmd": [ | 67 "cmd": [ |
| 66 "python", | 68 "python", |
| 67 "-u", | 69 "-u", |
| 68 "[DEPOT_TOOLS]/gclient.py", | 70 "[DEPOT_TOOLS]/gclient.py", |
| 69 "runhooks" | 71 "runhooks" |
| 70 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]", |
| 71 "env": { | 74 "env": { |
| 72 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_stri
p_binary=1 target_arch=x64 use_goma=1", | 75 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_stri
p_binary=1 target_arch=x64 use_goma=1", |
| 73 "GYP_GENERATORS": "ninja" | 76 "GYP_GENERATORS": "ninja" |
| 74 }, | 77 }, |
| 75 "name": "gclient runhooks" | 78 "name": "gclient runhooks" |
| 76 }, | 79 }, |
| 77 { | 80 { |
| 78 "cmd": [ | 81 "cmd": [ |
| 79 "python", | 82 "python", |
| 80 "-u", | 83 "-u", |
| 81 "[BUILD]/scripts/slave/compile.py", | 84 "[BUILD]/scripts/slave/compile.py", |
| 82 "--target", | 85 "--target", |
| 83 "Release", | 86 "Release", |
| 84 "--src-dir", | 87 "--src-dir", |
| 85 "[SLAVE_BUILD]/src", | 88 "[SLAVE_BUILD]/src", |
| 86 "--build-tool", | 89 "--build-tool", |
| 87 "ninja", | 90 "ninja", |
| 88 "--compiler", | 91 "--compiler", |
| 89 "goma", | 92 "goma", |
| 90 "--goma-dir", | 93 "--goma-dir", |
| 91 "[BUILD]/goma", | 94 "[BUILD]/goma", |
| 92 "--", | 95 "--", |
| 93 "All", | 96 "All", |
| 94 "chromium_builder_tests" | 97 "chromium_builder_tests" |
| 95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
| 96 "name": "compile" | 100 "name": "compile" |
| 97 }, | 101 }, |
| 98 { | 102 { |
| 99 "cmd": [ | 103 "cmd": [ |
| 100 "python", | 104 "python", |
| 101 "-u", | 105 "-u", |
| 102 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", | 106 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", |
| 103 "12345" | 107 "12345" |
| 104 ], | 108 ], |
| 109 "cwd": "[SLAVE_BUILD]", |
| 105 "name": "archive_build" | 110 "name": "archive_build" |
| 106 } | 111 } |
| 107 ] | 112 ] |
| OLD | NEW |