| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux UBSan vptr", | 10 "Linux UBSan vptr", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 46 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
| 47 ] | 47 ] |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "cmd": [], |
| 51 "name": "ensure_goma" |
| 52 }, |
| 53 { |
| 54 "cmd": [ |
| 55 "python", |
| 56 "-u", |
| 57 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 58 "--platform", |
| 59 "linux-amd64", |
| 60 "--dest-directory", |
| 61 "[SLAVE_BUILD]/cipd", |
| 62 "--json-output", |
| 63 "/path/to/tmp/json" |
| 64 ], |
| 65 "name": "ensure_goma.install cipd", |
| 66 "~followup_annotations": [ |
| 67 "@@@STEP_NEST_LEVEL@1@@@", |
| 68 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 73 "@@@STEP_LOG_END@json.output@@@" |
| 74 ] |
| 75 }, |
| 76 { |
| 77 "cmd": [ |
| 78 "[SLAVE_BUILD]/cipd/cipd", |
| 79 "ensure", |
| 80 "--root", |
| 81 "[CACHE]/cipd/goma", |
| 82 "--list", |
| 83 "infra_internal/goma/client/linux-amd64 release", |
| 84 "--json-output", |
| 85 "/path/to/tmp/json", |
| 86 "--service-account-json", |
| 87 "/creds/service_accounts/service-account-goma-client.json" |
| 88 ], |
| 89 "name": "ensure_goma.ensure_installed", |
| 90 "~followup_annotations": [ |
| 91 "@@@STEP_NEST_LEVEL@1@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 94 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 95 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 96 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 97 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 100 "@@@STEP_LOG_END@json.output@@@" |
| 101 ] |
| 102 }, |
| 103 { |
| 50 "cmd": [ | 104 "cmd": [ |
| 51 "python", | 105 "python", |
| 52 "-u", | 106 "-u", |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 54 "runhooks" | 108 "runhooks" |
| 55 ], | 109 ], |
| 56 "cwd": "[SLAVE_BUILD]/src", | 110 "cwd": "[SLAVE_BUILD]/src", |
| 57 "env": { | 111 "env": { |
| 58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 59 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' re
lease_extra_cflags=-fno-sanitize-recover=undefined target_arch=x64 ubsan_vptr=1
use_goma=1", | 113 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' release_extra_cflags=-fno-sanitize-recover=undefined target_arch=x64 ubsan_vp
tr=1 use_goma=1", |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 61 }, | 115 }, |
| 62 "name": "gclient runhooks" | 116 "name": "gclient runhooks" |
| 63 }, | 117 }, |
| 64 { | 118 { |
| 65 "allow_subannotations": true, | 119 "allow_subannotations": true, |
| 66 "cmd": [ | 120 "cmd": [ |
| 67 "python", | 121 "python", |
| 68 "-u", | 122 "-u", |
| 69 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "[SLAVE_BUILD]/src", | 155 "[SLAVE_BUILD]/src", |
| 102 "--goma-cache-dir", | 156 "--goma-cache-dir", |
| 103 "[GOMA_CACHE]", | 157 "[GOMA_CACHE]", |
| 104 "--compiler", | 158 "--compiler", |
| 105 "goma-clang", | 159 "goma-clang", |
| 106 "--goma-jsonstatus", | 160 "--goma-jsonstatus", |
| 107 "/path/to/tmp/json", | 161 "/path/to/tmp/json", |
| 108 "--goma-service-account-json-file", | 162 "--goma-service-account-json-file", |
| 109 "/creds/service_accounts/service-account-goma-client.json", | 163 "/creds/service_accounts/service-account-goma-client.json", |
| 110 "--goma-dir", | 164 "--goma-dir", |
| 111 "[BUILD]/goma", | 165 "[CACHE]/cipd/goma", |
| 112 "--", | 166 "--", |
| 113 "All" | 167 "All" |
| 114 ], | 168 ], |
| 115 "env": { | 169 "env": { |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 117 }, | 171 }, |
| 118 "name": "compile", | 172 "name": "compile", |
| 119 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 174 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 121 "@@@STEP_LOG_END@json.output (invalid)@@@" | 175 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 139 "libyuv_unittest" | 193 "libyuv_unittest" |
| 140 ], | 194 ], |
| 141 "name": "libyuv_unittest" | 195 "name": "libyuv_unittest" |
| 142 }, | 196 }, |
| 143 { | 197 { |
| 144 "name": "$result", | 198 "name": "$result", |
| 145 "recipe_result": null, | 199 "recipe_result": null, |
| 146 "status_code": 0 | 200 "status_code": 0 |
| 147 } | 201 } |
| 148 ] | 202 ] |
| OLD | NEW |