| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_rel_ng", | 10 "v8_linux64_rel_ng", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 145 "runhooks" | 145 "runhooks" |
| 146 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]/v8", | 147 "cwd": "[SLAVE_BUILD]/v8", |
| 148 "env": { | 148 "env": { |
| 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 150 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x
64", | 150 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma'
target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 151 "GYP_GENERATORS": "ninja", | 151 "GYP_GENERATORS": "ninja", |
| 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 153 }, | 153 }, |
| 154 "name": "gclient runhooks" | 154 "name": "gclient runhooks" |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "python", | 158 "python", |
| 159 "-u", | 159 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 ], | 216 ], |
| 217 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 217 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
| 218 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 219 "@@@STEP_LOG_LINE@python.inline@@@@", | 219 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 220 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 220 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 221 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 221 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 222 "@@@STEP_LOG_END@python.inline@@@" | 222 "@@@STEP_LOG_END@python.inline@@@" |
| 223 ] | 223 ] |
| 224 }, | 224 }, |
| 225 { | 225 { |
| 226 "allow_subannotations": true, | |
| 227 "cmd": [ | |
| 228 "python", | |
| 229 "-u", | |
| 230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
| 231 "--src-dir", | |
| 232 "[SLAVE_BUILD]/v8", | |
| 233 "--output-json", | |
| 234 "/path/to/tmp/json" | |
| 235 ], | |
| 236 "env": { | |
| 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 238 }, | |
| 239 "name": "clang_revision", | |
| 240 "~followup_annotations": [ | |
| 241 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 242 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 243 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 244 "@@@STEP_LOG_END@json.output@@@" | |
| 245 ] | |
| 246 }, | |
| 247 { | |
| 248 "cmd": [ | 226 "cmd": [ |
| 249 "python", | 227 "python", |
| 250 "-u", | 228 "-u", |
| 251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 252 "--show-path", | 230 "--show-path", |
| 253 "python", | 231 "python", |
| 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 255 "--gsutil-py-path", | 233 "--gsutil-py-path", |
| 256 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 234 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 257 "--ninja-path", | 235 "--ninja-path", |
| 258 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 236 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 259 "--target", | 237 "--target", |
| 260 "Release", | 238 "Release", |
| 261 "--src-dir", | 239 "--src-dir", |
| 262 "[SLAVE_BUILD]/v8", | 240 "[SLAVE_BUILD]/v8", |
| 263 "--goma-cache-dir", | 241 "--goma-cache-dir", |
| 264 "[GOMA_CACHE]", | 242 "[GOMA_CACHE]", |
| 265 "--build-tool", | 243 "--build-tool", |
| 266 "ninja", | 244 "ninja", |
| 267 "--compiler", | 245 "--compiler", |
| 268 "goma-clang", | 246 "goma", |
| 269 "--goma-jsonstatus", | 247 "--goma-jsonstatus", |
| 270 "/path/to/tmp/json", | 248 "/path/to/tmp/json", |
| 271 "--goma-service-account-json-file", | 249 "--goma-service-account-json-file", |
| 272 "/creds/service_accounts/service-account-goma-client.json", | 250 "/creds/service_accounts/service-account-goma-client.json", |
| 273 "--goma-dir", | 251 "--goma-dir", |
| 274 "[CACHE]/cipd/goma", | 252 "[CACHE]/cipd/goma", |
| 275 "--goma-fail-fast", | 253 "--goma-fail-fast", |
| 276 "--goma-disable-local-fallback", | 254 "--goma-disable-local-fallback", |
| 277 "--" | 255 "--" |
| 278 ], | 256 ], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "cmd": [], | 301 "cmd": [], |
| 324 "name": "trigger", | 302 "name": "trigger", |
| 325 "trigger_specs": [ | 303 "trigger_specs": [ |
| 326 { | 304 { |
| 327 "builder_name": "v8_linux64_rel_ng_triggered", | 305 "builder_name": "v8_linux64_rel_ng_triggered", |
| 328 "properties": { | 306 "properties": { |
| 329 "category": "cq", | 307 "category": "cq", |
| 330 "issue": 12853011, | 308 "issue": 12853011, |
| 331 "master": "tryserver.v8", | 309 "master": "tryserver.v8", |
| 332 "parent_build_environment": { | 310 "parent_build_environment": { |
| 333 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 311 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 334 "GYP_GENERATORS": "ninja" | 312 "GYP_GENERATORS": "ninja" |
| 335 }, | 313 }, |
| 336 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 314 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 337 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 315 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 338 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 316 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 339 "patch_project": "v8", | 317 "patch_project": "v8", |
| 340 "patch_storage": "rietveld", | 318 "patch_storage": "rietveld", |
| 341 "patchset": "1", | 319 "patchset": "1", |
| 342 "reason": "CQ", | 320 "reason": "CQ", |
| 343 "requester": "commit-bot@chromium.org", | 321 "requester": "commit-bot@chromium.org", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 358 "~followup_annotations": [ | 336 "~followup_annotations": [ |
| 359 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" | 337 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" |
| 360 ] | 338 ] |
| 361 }, | 339 }, |
| 362 { | 340 { |
| 363 "name": "$result", | 341 "name": "$result", |
| 364 "recipe_result": null, | 342 "recipe_result": null, |
| 365 "status_code": 0 | 343 "status_code": 0 |
| 366 } | 344 } |
| 367 ] | 345 ] |
| OLD | NEW |