| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux UBSan", | 10 "Linux UBSan", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]/src", | 85 "cwd": "[SLAVE_BUILD]/src", |
| 86 "env": { | 86 "env": { |
| 87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 88 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recov
er=undefined rtc_use_h264=1 target_arch=x64 ubsan=1 use_goma=1", | 88 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recov
er=undefined rtc_use_h264=1 target_arch=x64 ubsan=1 use_goma=1", |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 90 }, |
| 91 "name": "gclient runhooks" | 91 "name": "gclient runhooks" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "cmd": [], |
| 95 "name": "ensure_goma" |
| 96 }, |
| 97 { |
| 98 "cmd": [ |
| 99 "python", |
| 100 "-u", |
| 101 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 102 "--platform", |
| 103 "linux-amd64", |
| 104 "--dest-directory", |
| 105 "[SLAVE_BUILD]/cipd", |
| 106 "--json-output", |
| 107 "/path/to/tmp/json" |
| 108 ], |
| 109 "name": "ensure_goma.install cipd", |
| 110 "~followup_annotations": [ |
| 111 "@@@STEP_NEST_LEVEL@1@@@", |
| 112 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 113 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 114 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 116 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 117 "@@@STEP_LOG_END@json.output@@@" |
| 118 ] |
| 119 }, |
| 120 { |
| 121 "cmd": [ |
| 122 "[SLAVE_BUILD]/cipd/cipd", |
| 123 "ensure", |
| 124 "--root", |
| 125 "[CACHE]/cipd/goma", |
| 126 "--list", |
| 127 "infra_internal/goma/client/linux-amd64 release", |
| 128 "--json-output", |
| 129 "/path/to/tmp/json", |
| 130 "--service-account-json", |
| 131 "/creds/service_accounts/service-account-goma-client.json" |
| 132 ], |
| 133 "name": "ensure_goma.ensure_installed", |
| 134 "~followup_annotations": [ |
| 135 "@@@STEP_NEST_LEVEL@1@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 144 "@@@STEP_LOG_END@json.output@@@" |
| 145 ] |
| 146 }, |
| 147 { |
| 94 "allow_subannotations": true, | 148 "allow_subannotations": true, |
| 95 "cmd": [ | 149 "cmd": [ |
| 96 "python", | 150 "python", |
| 97 "-u", | 151 "-u", |
| 98 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 152 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 99 "--src-dir", | 153 "--src-dir", |
| 100 "[SLAVE_BUILD]/src", | 154 "[SLAVE_BUILD]/src", |
| 101 "--output-json", | 155 "--output-json", |
| 102 "/path/to/tmp/json" | 156 "/path/to/tmp/json" |
| 103 ], | 157 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 132 "[GOMA_CACHE]", | 186 "[GOMA_CACHE]", |
| 133 "--build-tool", | 187 "--build-tool", |
| 134 "ninja", | 188 "ninja", |
| 135 "--compiler", | 189 "--compiler", |
| 136 "goma-clang", | 190 "goma-clang", |
| 137 "--goma-jsonstatus", | 191 "--goma-jsonstatus", |
| 138 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
| 139 "--goma-service-account-json-file", | 193 "--goma-service-account-json-file", |
| 140 "/creds/service_accounts/service-account-goma-client.json", | 194 "/creds/service_accounts/service-account-goma-client.json", |
| 141 "--goma-dir", | 195 "--goma-dir", |
| 142 "[BUILD]/goma", | 196 "[CACHE]/cipd/goma", |
| 143 "--", | 197 "--", |
| 144 "All" | 198 "All" |
| 145 ], | 199 ], |
| 146 "env": { | 200 "env": { |
| 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 148 }, | 202 }, |
| 149 "name": "compile", | 203 "name": "compile", |
| 150 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 152 "@@@STEP_LOG_END@json.output (invalid)@@@" | 206 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "webrtc_nonparallel_tests" | 607 "webrtc_nonparallel_tests" |
| 554 ], | 608 ], |
| 555 "name": "webrtc_nonparallel_tests" | 609 "name": "webrtc_nonparallel_tests" |
| 556 }, | 610 }, |
| 557 { | 611 { |
| 558 "name": "$result", | 612 "name": "$result", |
| 559 "recipe_result": null, | 613 "recipe_result": null, |
| 560 "status_code": 0 | 614 "status_code": 0 |
| 561 } | 615 } |
| 562 ] | 616 ] |
| OLD | NEW |