| 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 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisector", | 10 "linux_perf_bisector", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 90 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 97 ] | 97 ] |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "cmd": [], | |
| 101 "cwd": "[SLAVE_BUILD]", | |
| 102 "name": "ensure_goma" | |
| 103 }, | |
| 104 { | |
| 105 "cmd": [ | |
| 106 "python", | |
| 107 "-u", | |
| 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 109 "--platform", | |
| 110 "linux-amd64", | |
| 111 "--dest-directory", | |
| 112 "[SLAVE_BUILD]/cipd", | |
| 113 "--json-output", | |
| 114 "/path/to/tmp/json" | |
| 115 ], | |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "ensure_goma.install cipd", | |
| 118 "~followup_annotations": [ | |
| 119 "@@@STEP_NEST_LEVEL@1@@@", | |
| 120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 121 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 125 "@@@STEP_LOG_END@json.output@@@" | |
| 126 ] | |
| 127 }, | |
| 128 { | |
| 129 "cmd": [ | |
| 130 "[SLAVE_BUILD]/cipd/cipd", | |
| 131 "ensure", | |
| 132 "--root", | |
| 133 "[CACHE]/cipd/goma", | |
| 134 "--list", | |
| 135 "infra_internal/goma/client/linux-amd64 release", | |
| 136 "--json-output", | |
| 137 "/path/to/tmp/json", | |
| 138 "--service-account-json", | |
| 139 "/creds/service_accounts/service-account-goma-client.json" | |
| 140 ], | |
| 141 "cwd": "[SLAVE_BUILD]", | |
| 142 "name": "ensure_goma.ensure_installed", | |
| 143 "~followup_annotations": [ | |
| 144 "@@@STEP_NEST_LEVEL@1@@@", | |
| 145 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 147 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 153 "@@@STEP_LOG_END@json.output@@@" | |
| 154 ] | |
| 155 }, | |
| 156 { | |
| 157 "cmd": [ | 100 "cmd": [ |
| 158 "python", | 101 "python", |
| 159 "-u", | 102 "-u", |
| 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 161 "runhooks" | 104 "runhooks" |
| 162 ], | 105 ], |
| 163 "cwd": "[SLAVE_BUILD]", | 106 "cwd": "[SLAVE_BUILD]", |
| 164 "env": { | 107 "env": { |
| 165 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 108 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1", |
| 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 167 }, | 110 }, |
| 168 "name": "gclient runhooks" | 111 "name": "gclient runhooks" |
| 169 }, | 112 }, |
| 170 { | 113 { |
| 171 "cmd": [ | 114 "cmd": [ |
| 172 "python", | 115 "python", |
| 173 "-u", | 116 "-u", |
| 174 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 117 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 175 "--output", | 118 "--output", |
| (...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1317 "@@@STEP_LOG_LINE@json.output@}@@@", | 1260 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1318 "@@@STEP_LOG_END@json.output@@@" | 1261 "@@@STEP_LOG_END@json.output@@@" |
| 1319 ] | 1262 ] |
| 1320 }, | 1263 }, |
| 1321 { | 1264 { |
| 1322 "name": "$result", | 1265 "name": "$result", |
| 1323 "recipe_result": null, | 1266 "recipe_result": null, |
| 1324 "status_code": 0 | 1267 "status_code": 0 |
| 1325 } | 1268 } |
| 1326 ] | 1269 ] |
| OLD | NEW |