| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "client.v8", | 17 "client.v8", |
| 17 "--builder", | 18 "--builder", |
| 18 "V8 Win32 - debug builder", | 19 "V8 Win32 - debug builder", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "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'}]", | 23 "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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "v8", | 25 "v8", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"v8\": \"got_revision\"}", | 27 "{\"v8\": \"got_revision\"}", |
| 27 "--output_json", | 28 "--output_json", |
| 28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| 29 "--revision", | 30 "--revision", |
| 30 "v8@20123", | 31 "v8@20123", |
| 31 "--no_shallow", | 32 "--no_shallow", |
| 32 "--output_manifest" | 33 "--output_manifest" |
| 33 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
| 34 "name": "bot_update", | 36 "name": "bot_update", |
| 35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ }@@@", | 45 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 57 ] | 59 ] |
| 58 }, | 60 }, |
| 59 { | 61 { |
| 60 "cmd": [ | 62 "cmd": [ |
| 61 "python", | 63 "python", |
| 62 "-u", | 64 "-u", |
| 63 "[DEPOT_TOOLS]\\gclient.py", | 65 "[DEPOT_TOOLS]\\gclient.py", |
| 64 "runhooks" | 66 "runhooks" |
| 65 ], | 67 ], |
| 68 "cwd": "[SLAVE_BUILD]", |
| 66 "env": { | 69 "env": { |
| 67 "GYP_DEFINES": "target_arch=ia32 v8_enable_slow_dchecks=1 v8_optimized_deb
ug=1 v8_target_arch=ia32", | 70 "GYP_DEFINES": "target_arch=ia32 v8_enable_slow_dchecks=1 v8_optimized_deb
ug=1 v8_target_arch=ia32", |
| 68 "GYP_MSVS_VERSION": "2013" | 71 "GYP_MSVS_VERSION": "2013" |
| 69 }, | 72 }, |
| 70 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
| 71 }, | 74 }, |
| 72 { | 75 { |
| 73 "cmd": [ | 76 "cmd": [ |
| 74 "python", | 77 "python", |
| 75 "-u", | 78 "-u", |
| 76 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 79 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 77 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
| 78 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 79 }, | 83 }, |
| 80 { | 84 { |
| 81 "cmd": [ | 85 "cmd": [ |
| 82 "python", | 86 "python", |
| 83 "-u", | 87 "-u", |
| 84 "[BUILD]\\scripts\\slave\\compile.py", | 88 "[BUILD]\\scripts\\slave\\compile.py", |
| 85 "--target", | 89 "--target", |
| 86 "Debug", | 90 "Debug", |
| 87 "--src-dir", | 91 "--src-dir", |
| 88 "[SLAVE_BUILD]\\v8", | 92 "[SLAVE_BUILD]\\v8", |
| 89 "--build-tool", | 93 "--build-tool", |
| 90 "vs", | 94 "vs", |
| 91 "--" | 95 "--" |
| 92 ], | 96 ], |
| 97 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "compile" | 98 "name": "compile" |
| 94 }, | 99 }, |
| 95 { | 100 { |
| 96 "allow_subannotations": true, | 101 "allow_subannotations": true, |
| 97 "cmd": [ | 102 "cmd": [ |
| 98 "python", | 103 "python", |
| 99 "-u", | 104 "-u", |
| 100 "[BUILD]\\scripts\\slave\\zip_build.py", | 105 "[BUILD]\\scripts\\slave\\zip_build.py", |
| 101 "--target", | 106 "--target", |
| 102 "Debug", | 107 "Debug", |
| 103 "--build-url", | 108 "--build-url", |
| 104 "gs://chromium-v8/v8-win32-dbg", | 109 "gs://chromium-v8/v8-win32-dbg", |
| 105 "--src-dir", | 110 "--src-dir", |
| 106 "v8", | 111 "v8", |
| 107 "--factory-properties", | 112 "--factory-properties", |
| 108 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb
er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe
\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | 113 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb
er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe
\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", |
| 109 "--build-properties", | 114 "--build-properties", |
| 110 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb
er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe
\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" | 115 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb
er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe
\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}" |
| 111 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "package build" | 118 "name": "package build" |
| 113 }, | 119 }, |
| 114 { | 120 { |
| 115 "cmd": [], | 121 "cmd": [], |
| 122 "cwd": "[SLAVE_BUILD]", |
| 116 "name": "trigger", | 123 "name": "trigger", |
| 117 "trigger_specs": [ | 124 "trigger_specs": [ |
| 118 { | 125 { |
| 119 "builder_name": "V8 Win32 - debug - 1", | 126 "builder_name": "V8 Win32 - debug - 1", |
| 120 "properties": { | 127 "properties": { |
| 121 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 128 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 122 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 129 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 123 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 130 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
| 124 } | 131 } |
| 125 }, | 132 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 138 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 145 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 139 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 146 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
| 140 } | 147 } |
| 141 } | 148 } |
| 142 ], | 149 ], |
| 143 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 144 "@@@STEP_TEXT@V8 Win32 - debug - 1<br />V8 Win32 - debug - 2<br />V8 Win32
- debug - 3@@@" | 151 "@@@STEP_TEXT@V8 Win32 - debug - 1<br />V8 Win32 - debug - 2<br />V8 Win32
- debug - 3@@@" |
| 145 ] | 152 ] |
| 146 } | 153 } |
| 147 ] | 154 ] |
| OLD | NEW |