| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[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 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\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 = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trun
k'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromiu
m.googlesource.com/v8/v8'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, '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\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 27 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "v8@20123", | 33 "v8@20123", |
| 33 "--no_shallow", | 34 "--no_shallow", |
| 34 "--output_manifest" | 35 "--output_manifest" |
| 35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
| 36 "env": { | 38 "env": { |
| 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 38 }, | 40 }, |
| 39 "name": "bot_update", | 41 "name": "bot_update", |
| 40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 69 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 71 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 73 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 74 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 73 ] | 75 ] |
| 74 }, | 76 }, |
| 75 { | 77 { |
| 76 "cmd": [ | 78 "cmd": [ |
| 77 "python", | 79 "python", |
| 78 "-u", | 80 "-u", |
| 79 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 81 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 80 "--version" | 82 "--version" |
| 81 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
| 82 "name": "swarming.py --version", | 85 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 86 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 87 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.4.10@@@" | 88 "@@@STEP_TEXT@0.4.10@@@" |
| 86 ] | 89 ] |
| 87 }, | 90 }, |
| 88 { | 91 { |
| 89 "cmd": [ | 92 "cmd": [ |
| 90 "python", | 93 "python", |
| 91 "-u", | 94 "-u", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 95 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 93 "runhooks" | 96 "runhooks" |
| 94 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", |
| 95 "env": { | 99 "env": { |
| 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 100 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 97 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[ROOT]\\b\\build\\
goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dch
ecks=1 v8_optimized_debug=1 v8_target_arch=ia32", | 101 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[BUILD]\\goma' tar
get_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8
_optimized_debug=1 v8_target_arch=ia32", |
| 98 "GYP_GENERATORS": "ninja", | 102 "GYP_GENERATORS": "ninja", |
| 99 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 103 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 100 }, | 104 }, |
| 101 "name": "gclient runhooks" | 105 "name": "gclient runhooks" |
| 102 }, | 106 }, |
| 103 { | 107 { |
| 104 "cmd": [ | 108 "cmd": [ |
| 105 "python", | 109 "python", |
| 106 "-u", | 110 "-u", |
| 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 111 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 108 "--show-path", | 112 "--show-path", |
| 109 "python", | 113 "python", |
| 110 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 114 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 111 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "cleanup_temp" | 117 "name": "cleanup_temp" |
| 113 }, | 118 }, |
| 114 { | 119 { |
| 115 "cmd": [ | 120 "cmd": [ |
| 116 "python", | 121 "python", |
| 117 "-u", | 122 "-u", |
| 118 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 119 "--show-path", | 124 "--show-path", |
| 120 "python", | 125 "python", |
| 121 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 126 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 122 "--gsutil-py-path", | 127 "--gsutil-py-path", |
| 123 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 128 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 124 "--ninja-path", | 129 "--ninja-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 130 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 126 "--target", | 131 "--target", |
| 127 "Debug", | 132 "Debug", |
| 128 "--src-dir", | 133 "--src-dir", |
| 129 "[CWD]\\v8", | 134 "[SLAVE_BUILD]\\v8", |
| 130 "--goma-cache-dir", | 135 "--goma-cache-dir", |
| 131 "[ROOT]\\b\\build\\slave\\goma_cache", | 136 "[GOMA_CACHE]", |
| 132 "--build-tool", | 137 "--build-tool", |
| 133 "ninja", | 138 "ninja", |
| 134 "--compiler", | 139 "--compiler", |
| 135 "goma", | 140 "goma", |
| 136 "--goma-jsonstatus", | 141 "--goma-jsonstatus", |
| 137 "/path/to/tmp/json", | 142 "/path/to/tmp/json", |
| 138 "--goma-service-account-json-file", | 143 "--goma-service-account-json-file", |
| 139 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 144 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 140 "--goma-dir", | 145 "--goma-dir", |
| 141 "[ROOT]\\b\\build\\goma", | 146 "[BUILD]\\goma", |
| 142 "--" | 147 "--" |
| 143 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", |
| 144 "env": { | 150 "env": { |
| 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 146 }, | 152 }, |
| 147 "name": "compile", | 153 "name": "compile", |
| 148 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 150 "@@@STEP_LOG_END@json.output (invalid)@@@" | 156 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 151 ] | 157 ] |
| 152 }, | 158 }, |
| 153 { | 159 { |
| 154 "cmd": [ | 160 "cmd": [ |
| 155 "python", | 161 "python", |
| 156 "-u", | 162 "-u", |
| 157 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 163 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 158 "[CWD]\\v8\\tools\\swarming_client", | 164 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 159 "batcharchive", | 165 "batcharchive", |
| 160 "--dump-json", | 166 "--dump-json", |
| 161 "/path/to/tmp/json", | 167 "/path/to/tmp/json", |
| 162 "--isolate-server", | 168 "--isolate-server", |
| 163 "https://isolateserver.appspot.com", | 169 "https://isolateserver.appspot.com", |
| 164 "--verbose", | 170 "--verbose", |
| 165 "[CWD]\\v8\\out\\Debug\\bot_default.isolated.gen.json", | 171 "[SLAVE_BUILD]\\v8\\out\\Debug\\bot_default.isolated.gen.json", |
| 166 "[CWD]\\v8\\out\\Debug\\ignition.isolated.gen.json", | 172 "[SLAVE_BUILD]\\v8\\out\\Debug\\ignition.isolated.gen.json", |
| 167 "[CWD]\\v8\\out\\Debug\\mozilla.isolated.gen.json", | 173 "[SLAVE_BUILD]\\v8\\out\\Debug\\mozilla.isolated.gen.json", |
| 168 "[CWD]\\v8\\out\\Debug\\test262.isolated.gen.json" | 174 "[SLAVE_BUILD]\\v8\\out\\Debug\\test262.isolated.gen.json" |
| 169 ], | 175 ], |
| 176 "cwd": "[SLAVE_BUILD]", |
| 170 "name": "isolate tests", | 177 "name": "isolate tests", |
| 171 "~followup_annotations": [ | 178 "~followup_annotations": [ |
| 172 "@@@STEP_LOG_LINE@json.output@{@@@", | 179 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", | 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 178 "@@@STEP_LOG_END@json.output@@@" | 185 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] | 186 ] |
| 180 }, | 187 }, |
| 181 { | 188 { |
| 182 "cmd": [ | 189 "cmd": [ |
| 183 "python", | 190 "python", |
| 184 "-u", | 191 "-u", |
| 185 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", | 192 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", |
| 186 "--", | 193 "--", |
| 187 "[ROOT]\\b\\depot_tools\\gsutil.py", | 194 "[DEPOT_TOOLS]\\gsutil.py", |
| 188 "----", | 195 "----", |
| 189 "cp", | 196 "cp", |
| 190 "-a", | 197 "-a", |
| 191 "public-read", | 198 "public-read", |
| 192 "{\"bot_default\": \"[dummy hash for bot_default]\", \"ignition\": \"[dumm
y hash for ignition]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\":
\"[dummy hash for test262]\"}", | 199 "{\"bot_default\": \"[dummy hash for bot_default]\", \"ignition\": \"[dumm
y hash for ignition]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\":
\"[dummy hash for test262]\"}", |
| 193 "gs://chromium-v8/v8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78
a1f5bd0241f64c.json" | 200 "gs://chromium-v8/v8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78
a1f5bd0241f64c.json" |
| 194 ], | 201 ], |
| 202 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "gsutil upload", | 203 "name": "gsutil upload", |
| 196 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 197 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" | 205 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" |
| 198 ] | 206 ] |
| 199 }, | 207 }, |
| 200 { | 208 { |
| 201 "allow_subannotations": true, | 209 "allow_subannotations": true, |
| 202 "cmd": [ | 210 "cmd": [ |
| 203 "python", | 211 "python", |
| 204 "-u", | 212 "-u", |
| 205 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 213 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 206 "--show-path", | 214 "--show-path", |
| 207 "python", | 215 "python", |
| 208 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 216 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 209 "--target", | 217 "--target", |
| 210 "Debug", | 218 "Debug", |
| 211 "--build-url", | 219 "--build-url", |
| 212 "gs://chromium-v8/v8-win32-dbg", | 220 "gs://chromium-v8/v8-win32-dbg", |
| 213 "--src-dir", | 221 "--src-dir", |
| 214 "v8", | 222 "v8", |
| 215 "--factory-properties", | 223 "--factory-properties", |
| 216 "{\"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\"}", | 224 "{\"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\"}", |
| 217 "--build-properties", | 225 "--build-properties", |
| 218 "{\"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\"}" | 226 "{\"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\"}" |
| 219 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
| 220 "name": "package build" | 229 "name": "package build" |
| 221 }, | 230 }, |
| 222 { | 231 { |
| 223 "cmd": [], | 232 "cmd": [], |
| 233 "cwd": "[SLAVE_BUILD]", |
| 224 "name": "trigger", | 234 "name": "trigger", |
| 225 "trigger_specs": [ | 235 "trigger_specs": [ |
| 226 { | 236 { |
| 227 "builder_name": "V8 Win32 - debug", | 237 "builder_name": "V8 Win32 - debug", |
| 228 "properties": { | 238 "properties": { |
| 229 "parent_build_environment": { | 239 "parent_build_environment": { |
| 230 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 target_arch=ia32 test
_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1
v8_target_arch=ia32", | 240 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 target_arch=ia32 test
_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1
v8_target_arch=ia32", |
| 231 "GYP_GENERATORS": "ninja" | 241 "GYP_GENERATORS": "ninja" |
| 232 }, | 242 }, |
| 233 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 243 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 246 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 247 "@@@STEP_TEXT@V8 Win32 - debug@@@" | 257 "@@@STEP_TEXT@V8 Win32 - debug@@@" |
| 248 ] | 258 ] |
| 249 }, | 259 }, |
| 250 { | 260 { |
| 251 "name": "$result", | 261 "name": "$result", |
| 252 "recipe_result": null, | 262 "recipe_result": null, |
| 253 "status_code": 0 | 263 "status_code": 0 |
| 254 } | 264 } |
| 255 ] | 265 ] |
| OLD | NEW |