| 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 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": [ | 12 "cmd": [ |
| 13 "python", | 13 "python", |
| 14 "-u", | 14 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 16 "--master", |
| 17 "chromium.fyi", | 17 "chromium.fyi", |
| 18 "--builder", | 18 "--builder", |
| 19 "Chromium Win 10", | 19 "Win 10 Fast Ring", |
| 20 "--slave", | 20 "--slave", |
| 21 "TestSlavename", | 21 "TestSlavename", |
| 22 "--spec", | 22 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 24 "--root", | 24 "--root", |
| 25 "src", | 25 "src", |
| 26 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 28 "--git-cache-dir", | 28 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 29 "[GIT_CACHE]", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "cmd": [ | 167 "cmd": [ |
| 168 "python", | 168 "python", |
| 169 "-u", | 169 "-u", |
| 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 171 "runhooks" | 171 "runhooks" |
| 172 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", | 173 "cwd": "[SLAVE_BUILD]", |
| 174 "env": { | 174 "env": { |
| 175 "GYP_CHROMIUM_NO_ACTION": "1", |
| 175 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", | 176 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", |
| 176 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 177 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 177 }, | 178 }, |
| 178 "name": "gclient runhooks" | 179 "name": "gclient runhooks" |
| 179 }, | 180 }, |
| 180 { | 181 { |
| 181 "cmd": [ | 182 "cmd": [ |
| 182 "python", | 183 "python", |
| 183 "-u", | 184 "-u", |
| 184 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 185 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 185 "--output", | 186 "--output", |
| 186 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
| 187 "--", | 188 "--", |
| 188 "--build-config-fs", | 189 "--build-config-fs", |
| 189 "Release_x64", | 190 "Release_x64", |
| 190 "--paths", | 191 "--paths", |
| 191 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 192 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 192 "--properties", | 193 "--properties", |
| 193 "{\"buildername\": \"Chromium Win 10\", \"buildnumber\": 571, \"mastername
\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w
in\"}" | 194 "{\"buildername\": \"Win 10 Fast Ring\", \"buildnumber\": 571, \"masternam
e\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" |
| 194 ], | 195 ], |
| 195 "cwd": "[SLAVE_BUILD]", | 196 "cwd": "[SLAVE_BUILD]", |
| 196 "name": "get compile targets for scripts", | 197 "name": "get compile targets for scripts", |
| 197 "~followup_annotations": [ | 198 "~followup_annotations": [ |
| 198 "@@@STEP_LOG_LINE@json.output@{}@@@", | 199 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 199 "@@@STEP_LOG_END@json.output@@@" | 200 "@@@STEP_LOG_END@json.output@@@" |
| 200 ] | 201 ] |
| 201 }, | 202 }, |
| 202 { | 203 { |
| 203 "cmd": [ | 204 "cmd": [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 224 "python", | 225 "python", |
| 225 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 226 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 226 ], | 227 ], |
| 227 "cwd": "[SLAVE_BUILD]", | 228 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "cleanup_temp" | 229 "name": "cleanup_temp" |
| 229 }, | 230 }, |
| 230 { | 231 { |
| 231 "cmd": [ | 232 "cmd": [ |
| 232 "python", | 233 "python", |
| 233 "-u", | 234 "-u", |
| 235 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 236 "gen", |
| 237 "-m", |
| 238 "chromium.fyi", |
| 239 "-b", |
| 240 "Win 10 Fast Ring", |
| 241 "--config-file", |
| 242 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 243 "--goma-dir", |
| 244 "[CACHE]\\cipd\\goma", |
| 245 "//out/Release_x64" |
| 246 ], |
| 247 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "generate_build_files" |
| 249 }, |
| 250 { |
| 251 "cmd": [ |
| 252 "python", |
| 253 "-u", |
| 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 235 "--show-path", | 255 "--show-path", |
| 236 "python", | 256 "python", |
| 237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 257 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 238 "--gsutil-py-path", | 258 "--gsutil-py-path", |
| 239 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 259 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 240 "--ninja-path", | 260 "--ninja-path", |
| 241 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 261 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 242 "--target", | 262 "--target", |
| 243 "Release_x64", | 263 "Release_x64", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 267 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 268 "@@@STEP_LOG_END@json.output (invalid)@@@" | 288 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 269 ] | 289 ] |
| 270 }, | 290 }, |
| 271 { | 291 { |
| 272 "name": "$result", | 292 "name": "$result", |
| 273 "recipe_result": null, | 293 "recipe_result": null, |
| 274 "status_code": 0 | 294 "status_code": 0 |
| 275 } | 295 } |
| 276 ] | 296 ] |
| OLD | NEW |