| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[BUILDER_CACHE]/linux", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", | 221 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 222 "--output", | 222 "--output", |
| 223 "/path/to/tmp/json", | 223 "/path/to/tmp/json", |
| 224 "--", | 224 "--", |
| 225 "--build-config-fs", | 225 "--build-config-fs", |
| 226 "Debug", | 226 "Debug", |
| 227 "--use-src-side-runtest-py", | 227 "--use-src-side-runtest-py", |
| 228 "--paths", | 228 "--paths", |
| 229 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", | 229 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", |
| 230 "--properties", | 230 "--properties", |
| 231 "{\"buildername\": \"linux_chromium_dbg_32_ng\", \"buildnumber\": 571, \"m
astername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"t
arget_platform\": \"linux\"}" | 231 "{\"buildername\": \"linux_chromium_trusty_dbg_32_ng\", \"buildnumber\": 5
71, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename
\", \"target_platform\": \"linux\"}" |
| 232 ], | 232 ], |
| 233 "name": "get compile targets for scripts", | 233 "name": "get compile targets for scripts", |
| 234 "~followup_annotations": [ | 234 "~followup_annotations": [ |
| 235 "@@@STEP_LOG_LINE@json.output@{}@@@", | 235 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 237 ] |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| 241 "python", | 241 "python", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 }, | 334 }, |
| 335 { | 335 { |
| 336 "cmd": [ | 336 "cmd": [ |
| 337 "python", | 337 "python", |
| 338 "-u", | 338 "-u", |
| 339 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", | 339 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 340 "gen", | 340 "gen", |
| 341 "-m", | 341 "-m", |
| 342 "tryserver.chromium.linux", | 342 "tryserver.chromium.linux", |
| 343 "-b", | 343 "-b", |
| 344 "linux_chromium_dbg_32_ng", | 344 "linux_chromium_trusty_dbg_32_ng", |
| 345 "--config-file", | 345 "--config-file", |
| 346 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", | 346 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 347 "--goma-dir", | 347 "--goma-dir", |
| 348 "[CACHE]/cipd/goma", | 348 "[CACHE]/cipd/goma", |
| 349 "//out/Debug" | 349 "//out/Debug" |
| 350 ], | 350 ], |
| 351 "cwd": "[BUILDER_CACHE]/linux/src", | 351 "cwd": "[BUILDER_CACHE]/linux/src", |
| 352 "env": { | 352 "env": { |
| 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 354 }, | 354 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 366 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 366 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 367 "--ninja-path", | 367 "--ninja-path", |
| 368 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 368 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 369 "--target", | 369 "--target", |
| 370 "Debug", | 370 "Debug", |
| 371 "--src-dir", | 371 "--src-dir", |
| 372 "[BUILDER_CACHE]/linux/src", | 372 "[BUILDER_CACHE]/linux/src", |
| 373 "--goma-cache-dir", | 373 "--goma-cache-dir", |
| 374 "[GOMA_CACHE]", | 374 "[GOMA_CACHE]", |
| 375 "--buildbot-buildername", | 375 "--buildbot-buildername", |
| 376 "linux_chromium_dbg_32_ng", | 376 "linux_chromium_trusty_dbg_32_ng", |
| 377 "--buildbot-mastername", | 377 "--buildbot-mastername", |
| 378 "tryserver.chromium.linux", | 378 "tryserver.chromium.linux", |
| 379 "--buildbot-slavename", | 379 "--buildbot-slavename", |
| 380 "TestSlavename", | 380 "TestSlavename", |
| 381 "--goma-deps-cache-dir", | 381 "--goma-deps-cache-dir", |
| 382 "[GOMA_DEPS_CACHE]", | 382 "[GOMA_DEPS_CACHE]", |
| 383 "--compiler", | 383 "--compiler", |
| 384 "goma", | 384 "goma", |
| 385 "--goma-jsonstatus", | 385 "--goma-jsonstatus", |
| 386 "/path/to/tmp/json", | 386 "/path/to/tmp/json", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 411 "import sys; sys.exit(0)" | 411 "import sys; sys.exit(0)" |
| 412 ], | 412 ], |
| 413 "name": "mark: before_tests" | 413 "name": "mark: before_tests" |
| 414 }, | 414 }, |
| 415 { | 415 { |
| 416 "name": "$result", | 416 "name": "$result", |
| 417 "recipe_result": null, | 417 "recipe_result": null, |
| 418 "status_code": 0 | 418 "status_code": 0 |
| 419 } | 419 } |
| 420 ] | 420 ] |
| OLD | NEW |