| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS_ROOT]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" |
| 10 ], | 10 ], |
| 11 "name": "gclient setup", | 11 "name": "gclient setup", |
| 12 "seed_steps": [ | 12 "seed_steps": [ |
| 13 "gclient setup", | 13 "gclient setup", |
| 14 "gclient revert", | 14 "gclient revert", |
| 15 "gclient sync" | 15 "gclient sync" |
| 16 ] | 16 ] |
| 17 }, | 17 }, |
| 18 { | 18 { |
| 19 "cmd": [ | 19 "cmd": [ |
| 20 "python", | 20 "python", |
| 21 "-u", | 21 "-u", |
| 22 "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", | 22 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 23 ".", | 23 ".", |
| 24 "[DEPOT_TOOLS_ROOT]/gclient" | 24 "[DEPOT_TOOLS]/gclient" |
| 25 ], | 25 ], |
| 26 "name": "gclient revert" | 26 "name": "gclient revert" |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 "cmd": [ | 29 "cmd": [ |
| 30 "python", | 30 "python", |
| 31 "-u", | 31 "-u", |
| 32 "[DEPOT_TOOLS_ROOT]/gclient.py", | 32 "[DEPOT_TOOLS]/gclient.py", |
| 33 "sync", | 33 "sync", |
| 34 "--nohooks", | 34 "--nohooks", |
| 35 "--output-json", | 35 "--output-json", |
| 36 "/path/to/tmp/json" | 36 "/path/to/tmp/json" |
| 37 ], | 37 ], |
| 38 "name": "gclient sync", | 38 "name": "gclient sync", |
| 39 "~followup_annotations": [ | 39 "~followup_annotations": [ |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"v8/\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"v8/\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"revision\": 50110@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"revision\": 50110@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ }@@@", | 44 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ }@@@", | 45 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 47 "@@@STEP_LOG_END@json.output@@@", | 47 "@@@STEP_LOG_END@json.output@@@", |
| 48 "@@@SET_BUILD_PROPERTY@got_v8_revision@50110@@@" | 48 "@@@SET_BUILD_PROPERTY@got_v8_revision@50110@@@" |
| 49 ] | 49 ] |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "cmd": [ | 52 "cmd": [ |
| 53 "python", | 53 "python", |
| 54 "-u", | 54 "-u", |
| 55 "[DEPOT_TOOLS_ROOT]/gclient.py", | 55 "[DEPOT_TOOLS]/gclient.py", |
| 56 "runhooks" | 56 "runhooks" |
| 57 ], | 57 ], |
| 58 "env": { | 58 "env": { |
| 59 "GYP_DEFINES": "v8_target_arch=arm" | 59 "GYP_DEFINES": "v8_target_arch=arm" |
| 60 }, | 60 }, |
| 61 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "abort_on_failure": true, | 64 "abort_on_failure": true, |
| 65 "cmd": [ | 65 "cmd": [ |
| 66 "python", | 66 "python", |
| 67 "-u", | 67 "-u", |
| 68 "[BUILD_ROOT]/scripts/slave/compile.py", | 68 "[BUILD]/scripts/slave/compile.py", |
| 69 "--target", | 69 "--target", |
| 70 "Release", | 70 "Release", |
| 71 "--build-dir", | 71 "--build-dir", |
| 72 "[SLAVE_BUILD_ROOT]/v8", | 72 "[SLAVE_BUILD]/v8", |
| 73 "--src-dir", | 73 "--src-dir", |
| 74 "[SLAVE_BUILD_ROOT]/v8", | 74 "[SLAVE_BUILD]/v8", |
| 75 "--build-tool", | 75 "--build-tool", |
| 76 "make", | 76 "make", |
| 77 "--", | 77 "--", |
| 78 "buildbot" | 78 "buildbot" |
| 79 ], | 79 ], |
| 80 "name": "compile" | 80 "name": "compile" |
| 81 } | 81 } |
| 82 ] | 82 ] |
| OLD | NEW |