| 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.fyi", | 8 "client.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux32 ARM", | 10 "Linux32 ARM", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_CROSSCOMPILE": "1", | 88 "GYP_CROSSCOMPILE": "1", |
| 89 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=arm use_goma=1", | 89 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=arm use_goma=1", |
| 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 91 }, | 91 }, |
| 92 "name": "gclient runhooks" | 92 "name": "gclient runhooks" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [], |
| 96 "name": "ensure_goma" |
| 97 }, |
| 98 { |
| 95 "cmd": [ | 99 "cmd": [ |
| 96 "python", | 100 "python", |
| 97 "-u", | 101 "-u", |
| 102 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 103 "--platform", |
| 104 "linux-386", |
| 105 "--dest-directory", |
| 106 "[SLAVE_BUILD]/cipd", |
| 107 "--json-output", |
| 108 "/path/to/tmp/json" |
| 109 ], |
| 110 "name": "ensure_goma.install cipd", |
| 111 "~followup_annotations": [ |
| 112 "@@@STEP_NEST_LEVEL@1@@@", |
| 113 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 114 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 116 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 117 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 118 "@@@STEP_LOG_END@json.output@@@" |
| 119 ] |
| 120 }, |
| 121 { |
| 122 "cmd": [ |
| 123 "[SLAVE_BUILD]/cipd/cipd", |
| 124 "ensure", |
| 125 "--root", |
| 126 "[CACHE]/cipd/goma", |
| 127 "--list", |
| 128 "infra_internal/goma/client/linux-386 release", |
| 129 "--json-output", |
| 130 "/path/to/tmp/json", |
| 131 "--service-account-json", |
| 132 "/creds/service_accounts/service-account-goma-client.json" |
| 133 ], |
| 134 "name": "ensure_goma.ensure_installed", |
| 135 "~followup_annotations": [ |
| 136 "@@@STEP_NEST_LEVEL@1@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 145 "@@@STEP_LOG_END@json.output@@@" |
| 146 ] |
| 147 }, |
| 148 { |
| 149 "cmd": [ |
| 150 "python", |
| 151 "-u", |
| 98 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 99 "--show-path", | 153 "--show-path", |
| 100 "python", | 154 "python", |
| 101 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 102 "--gsutil-py-path", | 156 "--gsutil-py-path", |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 104 "--ninja-path", | 158 "--ninja-path", |
| 105 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 106 "--target", | 160 "--target", |
| 107 "Release", | 161 "Release", |
| 108 "--src-dir", | 162 "--src-dir", |
| 109 "[SLAVE_BUILD]/src", | 163 "[SLAVE_BUILD]/src", |
| 110 "--goma-cache-dir", | 164 "--goma-cache-dir", |
| 111 "[GOMA_CACHE]", | 165 "[GOMA_CACHE]", |
| 112 "--build-tool", | 166 "--build-tool", |
| 113 "ninja", | 167 "ninja", |
| 114 "--compiler", | 168 "--compiler", |
| 115 "goma", | 169 "goma", |
| 116 "--goma-jsonstatus", | 170 "--goma-jsonstatus", |
| 117 "/path/to/tmp/json", | 171 "/path/to/tmp/json", |
| 118 "--goma-service-account-json-file", | 172 "--goma-service-account-json-file", |
| 119 "/creds/service_accounts/service-account-goma-client.json", | 173 "/creds/service_accounts/service-account-goma-client.json", |
| 120 "--goma-dir", | 174 "--goma-dir", |
| 121 "[BUILD]/goma", | 175 "[CACHE]/cipd/goma", |
| 122 "--", | 176 "--", |
| 123 "All" | 177 "All" |
| 124 ], | 178 ], |
| 125 "env": { | 179 "env": { |
| 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 127 }, | 181 }, |
| 128 "name": "compile", | 182 "name": "compile", |
| 129 "~followup_annotations": [ | 183 "~followup_annotations": [ |
| 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 131 "@@@STEP_LOG_END@json.output (invalid)@@@" | 185 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 132 ] | 186 ] |
| 133 }, | 187 }, |
| 134 { | 188 { |
| 135 "name": "$result", | 189 "name": "$result", |
| 136 "recipe_result": null, | 190 "recipe_result": null, |
| 137 "status_code": 0 | 191 "status_code": 0 |
| 138 } | 192 } |
| 139 ] | 193 ] |
| OLD | NEW |