| 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]/android", | 7 "[BUILDER_CACHE]/android", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 121 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 125 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 125 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 126 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 126 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
| 127 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | 127 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" |
| 128 ] | 128 ] |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 "cmd": [], | |
| 132 "name": "ensure_goma" | 131 "name": "ensure_goma" |
| 133 }, | 132 }, |
| 134 { | 133 { |
| 135 "cmd": [ | 134 "cmd": [ |
| 136 "python", | 135 "python", |
| 137 "-u", | 136 "-u", |
| 138 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 139 "--platform", | 138 "--platform", |
| 140 "linux-386", | 139 "linux-386", |
| 141 "--dest-directory", | 140 "--dest-directory", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 350 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 352 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 351 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 353 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 352 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 354 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 353 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 355 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 354 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 356 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 355 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 357 "@@@STEP_LOG_END@python.inline@@@" | 356 "@@@STEP_LOG_END@python.inline@@@" |
| 358 ] | 357 ] |
| 359 }, | 358 }, |
| 360 { | 359 { |
| 361 "allow_subannotations": false, | |
| 362 "cmd": [ | 360 "cmd": [ |
| 363 "[BUILDER_CACHE]/android/src/build/tree_truth.sh", | 361 "[BUILDER_CACHE]/android/src/build/tree_truth.sh", |
| 364 "[BUILDER_CACHE]/android/src", | 362 "[BUILDER_CACHE]/android/src", |
| 365 "src" | 363 "src" |
| 366 ], | 364 ], |
| 367 "name": "tree truth steps" | 365 "name": "tree truth steps" |
| 368 }, | 366 }, |
| 369 { | 367 { |
| 370 "cmd": [ | 368 "cmd": [ |
| 371 "python", | 369 "python", |
| (...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1751 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1752 "@@@STEP_LOG_END@python.inline@@@" | 1750 "@@@STEP_LOG_END@python.inline@@@" |
| 1753 ] | 1751 ] |
| 1754 }, | 1752 }, |
| 1755 { | 1753 { |
| 1756 "name": "$result", | 1754 "name": "$result", |
| 1757 "recipe_result": null, | 1755 "recipe_result": null, |
| 1758 "status_code": 0 | 1756 "status_code": 0 |
| 1759 } | 1757 } |
| 1760 ] | 1758 ] |
| OLD | NEW |