| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | 98 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" |
| 99 ] | 99 ] |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "cmd": [], | |
| 103 "name": "ensure_goma" | 102 "name": "ensure_goma" |
| 104 }, | 103 }, |
| 105 { | 104 { |
| 106 "cmd": [ | 105 "cmd": [ |
| 107 "python", | 106 "python", |
| 108 "-u", | 107 "-u", |
| 109 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 110 "--platform", | 109 "--platform", |
| 111 "linux-amd64", | 110 "linux-amd64", |
| 112 "--dest-directory", | 111 "--dest-directory", |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 248 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 250 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 249 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 251 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 250 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 252 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 251 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 253 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 252 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 254 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 253 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 255 "@@@STEP_LOG_END@python.inline@@@" | 254 "@@@STEP_LOG_END@python.inline@@@" |
| 256 ] | 255 ] |
| 257 }, | 256 }, |
| 258 { | 257 { |
| 259 "allow_subannotations": false, | |
| 260 "cmd": [ | 258 "cmd": [ |
| 261 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 259 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 262 "[SLAVE_BUILD]/src", | 260 "[SLAVE_BUILD]/src", |
| 263 "src" | 261 "src" |
| 264 ], | 262 ], |
| 265 "name": "tree truth steps" | 263 "name": "tree truth steps" |
| 266 }, | 264 }, |
| 267 { | 265 { |
| 268 "cmd": [ | 266 "cmd": [ |
| 269 "python", | 267 "python", |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 691 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 694 "@@@STEP_LOG_END@python.inline@@@" | 692 "@@@STEP_LOG_END@python.inline@@@" |
| 695 ] | 693 ] |
| 696 }, | 694 }, |
| 697 { | 695 { |
| 698 "name": "$result", | 696 "name": "$result", |
| 699 "recipe_result": null, | 697 "recipe_result": null, |
| 700 "status_code": 0 | 698 "status_code": 0 |
| 701 } | 699 } |
| 702 ] | 700 ] |
| OLD | NEW |