| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Arm - debug builder", | 10 "V8 Arm - debug builder", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 21 "--revision", | 21 "--revision", |
| 22 "v8@20123", | 22 "v8@20123", |
| 23 "--no_shallow", | 23 "--no_shallow", |
| 24 "--output_manifest" | 24 "--output_manifest" |
| 25 ], | 25 ], |
| 26 "cwd": "[SLAVE_BUILD]", |
| 26 "name": "bot_update", | 27 "name": "bot_update", |
| 27 "~followup_annotations": [ | 28 "~followup_annotations": [ |
| 28 "@@@STEP_TEXT@Some step text@@@", | 29 "@@@STEP_TEXT@Some step text@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ }@@@", | 36 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 48 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 49 ] | 50 ] |
| 50 }, | 51 }, |
| 51 { | 52 { |
| 52 "cmd": [ | 53 "cmd": [ |
| 53 "python", | 54 "python", |
| 54 "-u", | 55 "-u", |
| 55 "[DEPOT_TOOLS]/gclient.py", | 56 "[DEPOT_TOOLS]/gclient.py", |
| 56 "runhooks" | 57 "runhooks" |
| 57 ], | 58 ], |
| 59 "cwd": "[SLAVE_BUILD]", |
| 58 "env": { | 60 "env": { |
| 59 "CXX": "/usr/bin/arm-linux-gnueabihf-g++", | 61 "CXX": "/usr/bin/arm-linux-gnueabihf-g++", |
| 60 "GYP_CROSSCOMPILE": "1", | 62 "GYP_CROSSCOMPILE": "1", |
| 61 "GYP_DEFINES": "arm_float_abi=hard target_arch=arm v8_enable_slow_dchecks=
1 v8_optimized_debug=1 v8_target_arch=arm", | 63 "GYP_DEFINES": "arm_float_abi=hard target_arch=arm v8_enable_slow_dchecks=
1 v8_optimized_debug=1 v8_target_arch=arm", |
| 62 "LINK": "/usr/bin/arm-linux-gnueabihf-g++" | 64 "LINK": "/usr/bin/arm-linux-gnueabihf-g++" |
| 63 }, | 65 }, |
| 64 "name": "gclient runhooks" | 66 "name": "gclient runhooks" |
| 65 }, | 67 }, |
| 66 { | 68 { |
| 67 "cmd": [ | 69 "cmd": [ |
| 68 "python", | 70 "python", |
| 69 "-u", | 71 "-u", |
| 70 "[BUILD]/scripts/slave/cleanup_temp.py" | 72 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 71 ], | 73 ], |
| 74 "cwd": "[SLAVE_BUILD]", |
| 72 "name": "cleanup_temp" | 75 "name": "cleanup_temp" |
| 73 }, | 76 }, |
| 74 { | 77 { |
| 75 "cmd": [ | 78 "cmd": [ |
| 76 "python", | 79 "python", |
| 77 "-u", | 80 "-u", |
| 78 "[BUILD]/scripts/slave/compile.py", | 81 "[BUILD]/scripts/slave/compile.py", |
| 79 "--target", | 82 "--target", |
| 80 "Debug", | 83 "Debug", |
| 81 "--src-dir", | 84 "--src-dir", |
| 82 "[SLAVE_BUILD]/v8", | 85 "[SLAVE_BUILD]/v8", |
| 83 "--build-tool", | 86 "--build-tool", |
| 84 "make", | 87 "make", |
| 85 "--crosstool", | 88 "--crosstool", |
| 86 "/usr/bin/arm-linux-gnueabihf", | 89 "/usr/bin/arm-linux-gnueabihf", |
| 87 "--arch", | 90 "--arch", |
| 88 "arm", | 91 "arm", |
| 89 "--" | 92 "--" |
| 90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
| 91 "name": "compile" | 95 "name": "compile" |
| 92 }, | 96 }, |
| 93 { | 97 { |
| 94 "allow_subannotations": true, | 98 "allow_subannotations": true, |
| 95 "cmd": [ | 99 "cmd": [ |
| 96 "python", | 100 "python", |
| 97 "-u", | 101 "-u", |
| 98 "[BUILD]/scripts/slave/zip_build.py", | 102 "[BUILD]/scripts/slave/zip_build.py", |
| 99 "--target", | 103 "--target", |
| 100 "Debug", | 104 "Debug", |
| 101 "--build-url", | 105 "--build-url", |
| 102 "gs://chromium-v8/v8-arm-dbg", | 106 "gs://chromium-v8/v8-arm-dbg", |
| 103 "--src-dir", | 107 "--src-dir", |
| 104 "v8", | 108 "v8", |
| 105 "--factory-properties", | 109 "--factory-properties", |
| 106 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Arm - debug builder\", \"buildnumber
\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\"
: \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}", | 110 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Arm - debug builder\", \"buildnumber
\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\"
: \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}", |
| 107 "--build-properties", | 111 "--build-properties", |
| 108 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Arm - debug builder\", \"buildnumber
\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\"
: \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}" | 112 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Arm - debug builder\", \"buildnumber
\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\"
: \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\"
: \"/path/to/workdir/TestSlavename\"}" |
| 109 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "package build" | 115 "name": "package build" |
| 111 }, | 116 }, |
| 112 { | 117 { |
| 113 "cmd": [], | 118 "cmd": [], |
| 119 "cwd": "[SLAVE_BUILD]", |
| 114 "name": "trigger", | 120 "name": "trigger", |
| 115 "trigger_specs": [ | 121 "trigger_specs": [ |
| 116 { | 122 { |
| 117 "builder_name": "V8 Arm - debug - 1", | 123 "builder_name": "V8 Arm - debug - 1", |
| 118 "properties": { | 124 "properties": { |
| 119 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 125 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 120 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 126 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 121 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 127 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
| 122 } | 128 } |
| 123 }, | 129 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 136 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 142 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 137 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 143 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
| 138 } | 144 } |
| 139 } | 145 } |
| 140 ], | 146 ], |
| 141 "~followup_annotations": [ | 147 "~followup_annotations": [ |
| 142 "@@@STEP_TEXT@V8 Arm - debug - 1<br />V8 Arm - debug - 2<br />V8 Arm GC St
ress@@@" | 148 "@@@STEP_TEXT@V8 Arm - debug - 1<br />V8 Arm - debug - 2<br />V8 Arm GC St
ress@@@" |
| 143 ] | 149 ] |
| 144 } | 150 } |
| 145 ] | 151 ] |
| OLD | NEW |