| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "cmd": [ | 11 "cmd": [ |
| 12 "python", | 12 "python", |
| 13 "-u", | 13 "-u", |
| 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 15 "[BUILDER_CACHE]\\win", | 15 "[BUILDER_CACHE]\\Win_x64_GN", |
| 16 "511" | 16 "511" |
| 17 ], | 17 ], |
| 18 "name": "makedirs checkout path", | 18 "name": "makedirs checkout path", |
| 19 "~followup_annotations": [ | 19 "~followup_annotations": [ |
| 20 "@@@STEP_LOG_LINE@python.inline@@@@", | 20 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 52 "/path/to/tmp/json", | 52 "/path/to/tmp/json", |
| 53 "--revision", | 53 "--revision", |
| 54 "src@HEAD", | 54 "src@HEAD", |
| 55 "--revision", | 55 "--revision", |
| 56 "src/third_party/libjingle/source/talk@HEAD", | 56 "src/third_party/libjingle/source/talk@HEAD", |
| 57 "--revision", | 57 "--revision", |
| 58 "src/third_party/webrtc@HEAD", | 58 "src/third_party/webrtc@HEAD", |
| 59 "--force", | 59 "--force", |
| 60 "--output_manifest" | 60 "--output_manifest" |
| 61 ], | 61 ], |
| 62 "cwd": "[BUILDER_CACHE]\\win", | 62 "cwd": "[BUILDER_CACHE]\\Win_x64_GN", |
| 63 "env": { | 63 "env": { |
| 64 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 64 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 65 }, | 65 }, |
| 66 "name": "bot_update", | 66 "name": "bot_update", |
| 67 "~followup_annotations": [ | 67 "~followup_annotations": [ |
| 68 "@@@STEP_TEXT@Some step text@@@", | 68 "@@@STEP_TEXT@Some step text@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@{@@@", | 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "@@@STEP_LOG_LINE@json.output@ }@@@", | 208 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 209 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 210 "@@@STEP_LOG_LINE@json.output@}@@@", | 210 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 211 "@@@STEP_LOG_END@json.output@@@" | 211 "@@@STEP_LOG_END@json.output@@@" |
| 212 ] | 212 ] |
| 213 }, | 213 }, |
| 214 { | 214 { |
| 215 "cmd": [ | 215 "cmd": [ |
| 216 "python", | 216 "python", |
| 217 "-u", | 217 "-u", |
| 218 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", | 218 "[BUILDER_CACHE]\\Win_x64_GN\\src\\tools\\swarming_client\\swarming.py", |
| 219 "--version" | 219 "--version" |
| 220 ], | 220 ], |
| 221 "name": "swarming.py --version", | 221 "name": "swarming.py --version", |
| 222 "stdout": "/path/to/tmp/", | 222 "stdout": "/path/to/tmp/", |
| 223 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 224 "@@@STEP_TEXT@0.8.6@@@" | 224 "@@@STEP_TEXT@0.8.6@@@" |
| 225 ] | 225 ] |
| 226 }, | 226 }, |
| 227 { | 227 { |
| 228 "cmd": [ | 228 "cmd": [ |
| 229 "python", | 229 "python", |
| 230 "-u", | 230 "-u", |
| 231 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 231 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 232 "runhooks" | 232 "runhooks" |
| 233 ], | 233 ], |
| 234 "cwd": "[BUILDER_CACHE]\\win\\src", | 234 "cwd": "[BUILDER_CACHE]\\Win_x64_GN\\src", |
| 235 "env": { | 235 "env": { |
| 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 237 "GYP_CHROMIUM_NO_ACTION": "1", | 237 "GYP_CHROMIUM_NO_ACTION": "1", |
| 238 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", | 238 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 239 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 239 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 240 }, | 240 }, |
| 241 "name": "gclient runhooks" | 241 "name": "gclient runhooks" |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 "cmd": [ | 244 "cmd": [ |
| 245 "python", | 245 "python", |
| 246 "-u", | 246 "-u", |
| 247 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", | 247 "[BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\scripts\\get_compile_targets.p
y", |
| 248 "--output", | 248 "--output", |
| 249 "/path/to/tmp/json", | 249 "/path/to/tmp/json", |
| 250 "--", | 250 "--", |
| 251 "--build-config-fs", | 251 "--build-config-fs", |
| 252 "Release_x64", | 252 "Release_x64", |
| 253 "--paths", | 253 "--paths", |
| 254 "{\"checkout\": \"[BUILDER_CACHE]\\\\win\\\\src\", \"runit.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 254 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_x64_GN\\\\src\", \"runit.py\": \"
RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"
RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 255 "--properties", | 255 "--properties", |
| 256 "{\"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" | 256 "{\"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" |
| 257 ], | 257 ], |
| 258 "name": "get compile targets for scripts", | 258 "name": "get compile targets for scripts", |
| 259 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@json.output@{}@@@", | 260 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 261 "@@@STEP_LOG_END@json.output@@@" | 261 "@@@STEP_LOG_END@json.output@@@" |
| 262 ] | 262 ] |
| 263 }, | 263 }, |
| 264 { | 264 { |
| 265 "cmd": [ | 265 "cmd": [ |
| 266 "python", | 266 "python", |
| 267 "-u", | 267 "-u", |
| 268 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 268 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 269 "[BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium.webrtc.fyi.json", | 269 "[BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\buildbot\\chromium.webrtc.fyi.
json", |
| 270 "/path/to/tmp/json" | 270 "/path/to/tmp/json" |
| 271 ], | 271 ], |
| 272 "name": "read test spec (chromium.webrtc.fyi.json)", | 272 "name": "read test spec (chromium.webrtc.fyi.json)", |
| 273 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 274 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium
.webrtc.fyi.json@@@", | 274 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_x64_GN\\src\\testing\\buildbot\\c
hromium.webrtc.fyi.json@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@{}@@@", | 275 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 276 "@@@STEP_LOG_END@json.output@@@" | 276 "@@@STEP_LOG_END@json.output@@@" |
| 277 ] | 277 ] |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 "cmd": [ | 280 "cmd": [ |
| 281 "python", | 281 "python", |
| 282 "-u", | 282 "-u", |
| 283 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 283 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 284 "--show-path", | 284 "--show-path", |
| 285 "python", | 285 "python", |
| 286 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 286 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 287 ], | 287 ], |
| 288 "name": "cleanup_temp" | 288 "name": "cleanup_temp" |
| 289 }, | 289 }, |
| 290 { | 290 { |
| 291 "cmd": [ | 291 "cmd": [ |
| 292 "python", | 292 "python", |
| 293 "-u", | 293 "-u", |
| 294 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py", | 294 "[BUILDER_CACHE]\\Win_x64_GN\\src\\tools\\mb\\mb.py", |
| 295 "gen", | 295 "gen", |
| 296 "-m", | 296 "-m", |
| 297 "chromium.webrtc.fyi", | 297 "chromium.webrtc.fyi", |
| 298 "-b", | 298 "-b", |
| 299 "Win x64 GN", | 299 "Win x64 GN", |
| 300 "--config-file", | 300 "--config-file", |
| 301 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", | 301 "[BUILDER_CACHE]\\Win_x64_GN\\src\\tools\\mb\\mb_config.pyl", |
| 302 "--goma-dir", | 302 "--goma-dir", |
| 303 "[CACHE]\\cipd\\goma", | 303 "[CACHE]\\cipd\\goma", |
| 304 "//out/Release_x64" | 304 "//out/Release_x64" |
| 305 ], | 305 ], |
| 306 "cwd": "[BUILDER_CACHE]\\win\\src", | 306 "cwd": "[BUILDER_CACHE]\\Win_x64_GN\\src", |
| 307 "env": { | 307 "env": { |
| 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 309 }, | 309 }, |
| 310 "name": "generate_build_files" | 310 "name": "generate_build_files" |
| 311 }, | 311 }, |
| 312 { | 312 { |
| 313 "cmd": [ | 313 "cmd": [ |
| 314 "python", | 314 "python", |
| 315 "-u", | 315 "-u", |
| 316 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 316 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 317 "--show-path", | 317 "--show-path", |
| 318 "python", | 318 "python", |
| 319 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 319 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 320 "--gsutil-py-path", | 320 "--gsutil-py-path", |
| 321 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 321 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 322 "--ninja-path", | 322 "--ninja-path", |
| 323 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 323 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 324 "--target", | 324 "--target", |
| 325 "Release_x64", | 325 "Release_x64", |
| 326 "--src-dir", | 326 "--src-dir", |
| 327 "[BUILDER_CACHE]\\win\\src", | 327 "[BUILDER_CACHE]\\Win_x64_GN\\src", |
| 328 "--goma-cache-dir", | 328 "--goma-cache-dir", |
| 329 "[GOMA_CACHE]", | 329 "[GOMA_CACHE]", |
| 330 "--goma-deps-cache-dir", | 330 "--goma-deps-cache-dir", |
| 331 "[GOMA_DEPS_CACHE]", | 331 "[GOMA_DEPS_CACHE]", |
| 332 "--build-data-dir", | 332 "--build-data-dir", |
| 333 "[ROOT]\\build_data_dir", | 333 "[ROOT]\\build_data_dir", |
| 334 "--compiler", | 334 "--compiler", |
| 335 "goma", | 335 "goma", |
| 336 "--goma-jsonstatus", | 336 "--goma-jsonstatus", |
| 337 "/path/to/tmp/json", | 337 "/path/to/tmp/json", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 362 "--show-path", | 362 "--show-path", |
| 363 "python", | 363 "python", |
| 364 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 364 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 365 "--target", | 365 "--target", |
| 366 "Release_x64", | 366 "Release_x64", |
| 367 "--gsutil-py-path", | 367 "--gsutil-py-path", |
| 368 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 368 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 369 "--staging-dir", | 369 "--staging-dir", |
| 370 "[CACHE]\\chrome_staging", | 370 "[CACHE]\\chrome_staging", |
| 371 "--src-dir", | 371 "--src-dir", |
| 372 "[BUILDER_CACHE]\\win\\src", | 372 "[BUILDER_CACHE]\\Win_x64_GN\\src", |
| 373 "--build-url", | 373 "--build-url", |
| 374 "gs://chromium-webrtc/chromium.webrtc.fyi/Win x64 GN", | 374 "gs://chromium-webrtc/chromium.webrtc.fyi/Win x64 GN", |
| 375 "--build_revision", | 375 "--build_revision", |
| 376 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 376 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 377 "--factory-properties", | 377 "--factory-properties", |
| 378 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 378 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 379 "--build-properties", | 379 "--build-properties", |
| 380 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 380 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win x64 GN\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builder
name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam
e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 381 ], | 381 ], |
| 382 "name": "package build" | 382 "name": "package build" |
| 383 }, | 383 }, |
| 384 { | 384 { |
| 385 "name": "$result", | 385 "name": "$result", |
| 386 "recipe_result": null, | 386 "recipe_result": null, |
| 387 "status_code": 0 | 387 "status_code": 0 |
| 388 } | 388 } |
| 389 ] | 389 ] |
| OLD | NEW |