| 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_bisect", | 10 "linux_perf_bisect", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 103 ] | 103 ] |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "cmd": [], | |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "ensure_goma" | |
| 109 }, | |
| 110 { | |
| 111 "cmd": [ | |
| 112 "python", | |
| 113 "-u", | |
| 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 115 "--platform", | |
| 116 "linux-amd64", | |
| 117 "--dest-directory", | |
| 118 "[SLAVE_BUILD]/cipd", | |
| 119 "--json-output", | |
| 120 "/path/to/tmp/json" | |
| 121 ], | |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "ensure_goma.install cipd", | |
| 124 "~followup_annotations": [ | |
| 125 "@@@STEP_NEST_LEVEL@1@@@", | |
| 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 131 "@@@STEP_LOG_END@json.output@@@" | |
| 132 ] | |
| 133 }, | |
| 134 { | |
| 135 "cmd": [ | |
| 136 "[SLAVE_BUILD]/cipd/cipd", | |
| 137 "ensure", | |
| 138 "--root", | |
| 139 "[CACHE]/cipd/goma", | |
| 140 "--list", | |
| 141 "infra_internal/goma/client/linux-amd64 release", | |
| 142 "--json-output", | |
| 143 "/path/to/tmp/json", | |
| 144 "--service-account-json", | |
| 145 "/creds/service_accounts/service-account-goma-client.json" | |
| 146 ], | |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "name": "ensure_goma.ensure_installed", | |
| 149 "~followup_annotations": [ | |
| 150 "@@@STEP_NEST_LEVEL@1@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 153 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 156 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 159 "@@@STEP_LOG_END@json.output@@@" | |
| 160 ] | |
| 161 }, | |
| 162 { | |
| 163 "cmd": [ | 106 "cmd": [ |
| 164 "python", | 107 "python", |
| 165 "-u", | 108 "-u", |
| 166 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 109 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 167 "runhooks" | 110 "runhooks" |
| 168 ], | 111 ], |
| 169 "cwd": "[SLAVE_BUILD]", | 112 "cwd": "[SLAVE_BUILD]", |
| 170 "env": { | 113 "env": { |
| 171 "GYP_CHROMIUM_NO_ACTION": "1", | 114 "GYP_CHROMIUM_NO_ACTION": "1", |
| 172 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 115 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1", |
| 173 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 174 }, | 117 }, |
| 175 "name": "gclient runhooks (with patch)" | 118 "name": "gclient runhooks (with patch)" |
| 176 }, | 119 }, |
| 177 { | 120 { |
| 178 "cmd": [ | 121 "cmd": [ |
| 179 "git", | 122 "git", |
| 180 "diff", | 123 "diff", |
| 181 "--cached", | 124 "--cached", |
| 182 "--name-only" | 125 "--name-only" |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "-u", | 170 "-u", |
| 228 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 171 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 229 "gen", | 172 "gen", |
| 230 "-m", | 173 "-m", |
| 231 "tryserver.chromium.perf", | 174 "tryserver.chromium.perf", |
| 232 "-b", | 175 "-b", |
| 233 "linux_perf_bisect", | 176 "linux_perf_bisect", |
| 234 "--config-file", | 177 "--config-file", |
| 235 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 178 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 236 "--goma-dir", | 179 "--goma-dir", |
| 237 "[CACHE]/cipd/goma", | 180 "[BUILD]/goma", |
| 238 "//out/Release" | 181 "//out/Release" |
| 239 ], | 182 ], |
| 240 "cwd": "[SLAVE_BUILD]", | 183 "cwd": "[SLAVE_BUILD]", |
| 241 "name": "generate_build_files (with patch)" | 184 "name": "generate_build_files (with patch)" |
| 242 }, | 185 }, |
| 243 { | 186 { |
| 244 "cmd": [ | 187 "cmd": [ |
| 245 "python", | 188 "python", |
| 246 "-u", | 189 "-u", |
| 247 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 190 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 248 "--show-path", | 191 "--show-path", |
| 249 "python", | 192 "python", |
| 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 251 "--gsutil-py-path", | 194 "--gsutil-py-path", |
| 252 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 195 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 253 "--ninja-path", | 196 "--ninja-path", |
| 254 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 197 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 255 "--target", | 198 "--target", |
| 256 "Release", | 199 "Release", |
| 257 "--src-dir", | 200 "--src-dir", |
| 258 "[SLAVE_BUILD]/src", | 201 "[SLAVE_BUILD]/src", |
| 259 "--goma-cache-dir", | 202 "--goma-cache-dir", |
| 260 "[GOMA_CACHE]", | 203 "[GOMA_CACHE]", |
| 261 "--build-tool", | 204 "--build-tool", |
| 262 "ninja", | 205 "ninja", |
| 263 "--compiler", | 206 "--compiler", |
| 264 "goma", | 207 "goma", |
| 265 "--goma-jsonstatus", | 208 "--goma-jsonstatus", |
| 266 "/path/to/tmp/json", | 209 "/path/to/tmp/json", |
| 267 "--goma-service-account-json-file", | |
| 268 "/creds/service_accounts/service-account-goma-client.json", | |
| 269 "--mode", | 210 "--mode", |
| 270 "official", | 211 "official", |
| 271 "--goma-dir", | 212 "--goma-dir", |
| 272 "[CACHE]/cipd/goma", | 213 "[BUILD]/goma", |
| 273 "--goma-hermetic", | 214 "--goma-hermetic", |
| 274 "fallback", | 215 "fallback", |
| 275 "--goma-fail-fast", | 216 "--goma-fail-fast", |
| 276 "--goma-disable-local-fallback", | 217 "--goma-disable-local-fallback", |
| 277 "--", | 218 "--", |
| 278 "chromium_builder_perf" | 219 "chromium_builder_perf" |
| 279 ], | 220 ], |
| 280 "cwd": "[SLAVE_BUILD]", | 221 "cwd": "[SLAVE_BUILD]", |
| 281 "name": "compile (with patch)", | 222 "name": "compile (with patch)", |
| 282 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "@@@STEP_LOG_LINE@json.output@[]@@@", | 370 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 430 "@@@STEP_LOG_END@json.output@@@" | 371 "@@@STEP_LOG_END@json.output@@@" |
| 431 ] | 372 ] |
| 432 }, | 373 }, |
| 433 { | 374 { |
| 434 "name": "$result", | 375 "name": "$result", |
| 435 "recipe_result": null, | 376 "recipe_result": null, |
| 436 "status_code": 0 | 377 "status_code": 0 |
| 437 } | 378 } |
| 438 ] | 379 ] |
| OLD | NEW |