Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.json

Issue 2026473002: WebRTC: Use goma from cipd (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "Android64 Builder (dbg)", 10 "Android64 Builder (dbg)",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "cwd": "[SLAVE_BUILD]/src", 101 "cwd": "[SLAVE_BUILD]/src",
102 "env": { 102 "env": {
103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
104 "GYP_CROSSCOMPILE": "1", 104 "GYP_CROSSCOMPILE": "1",
105 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm64 use_goma=1", 105 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm64 use_goma=1",
106 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 106 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
107 }, 107 },
108 "name": "gclient runhooks" 108 "name": "gclient runhooks"
109 }, 109 },
110 { 110 {
111 "cmd": [],
112 "name": "ensure_goma"
113 },
114 {
111 "cmd": [ 115 "cmd": [
112 "python", 116 "python",
113 "-u", 117 "-u",
118 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
119 "--platform",
120 "linux-amd64",
121 "--dest-directory",
122 "[SLAVE_BUILD]/cipd",
123 "--json-output",
124 "/path/to/tmp/json"
125 ],
126 "name": "ensure_goma.install cipd",
127 "~followup_annotations": [
128 "@@@STEP_NEST_LEVEL@1@@@",
129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
130 "@@@STEP_LOG_LINE@json.output@{@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
133 "@@@STEP_LOG_LINE@json.output@}@@@",
134 "@@@STEP_LOG_END@json.output@@@"
135 ]
136 },
137 {
138 "cmd": [
139 "[SLAVE_BUILD]/cipd/cipd",
140 "ensure",
141 "--root",
142 "[CACHE]/cipd/goma",
143 "--list",
144 "infra_internal/goma/client/linux-amd64 release",
145 "--json-output",
146 "/path/to/tmp/json",
147 "--service-account-json",
148 "/creds/service_accounts/service-account-goma-client.json"
149 ],
150 "name": "ensure_goma.ensure_installed",
151 "~followup_annotations": [
152 "@@@STEP_NEST_LEVEL@1@@@",
153 "@@@STEP_LOG_LINE@json.output@{@@@",
154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
155 "@@@STEP_LOG_LINE@json.output@ {@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
158 "@@@STEP_LOG_LINE@json.output@ }@@@",
159 "@@@STEP_LOG_LINE@json.output@ ]@@@",
160 "@@@STEP_LOG_LINE@json.output@}@@@",
161 "@@@STEP_LOG_END@json.output@@@"
162 ]
163 },
164 {
165 "cmd": [
166 "python",
167 "-u",
114 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
115 "--show-path", 169 "--show-path",
116 "python", 170 "python",
117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
118 "--gsutil-py-path", 172 "--gsutil-py-path",
119 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
120 "--ninja-path", 174 "--ninja-path",
121 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
122 "--target", 176 "--target",
123 "Debug", 177 "Debug",
124 "--src-dir", 178 "--src-dir",
125 "[SLAVE_BUILD]/src", 179 "[SLAVE_BUILD]/src",
126 "--goma-cache-dir", 180 "--goma-cache-dir",
127 "[GOMA_CACHE]", 181 "[GOMA_CACHE]",
128 "--build-tool", 182 "--build-tool",
129 "ninja", 183 "ninja",
130 "--compiler", 184 "--compiler",
131 "goma", 185 "goma",
132 "--goma-jsonstatus", 186 "--goma-jsonstatus",
133 "/path/to/tmp/json", 187 "/path/to/tmp/json",
134 "--goma-service-account-json-file", 188 "--goma-service-account-json-file",
135 "/creds/service_accounts/service-account-goma-client.json", 189 "/creds/service_accounts/service-account-goma-client.json",
136 "--goma-dir", 190 "--goma-dir",
137 "[BUILD]/goma", 191 "[CACHE]/cipd/goma",
138 "--" 192 "--"
139 ], 193 ],
140 "env": { 194 "env": {
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
142 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 196 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
143 }, 197 },
144 "name": "compile", 198 "name": "compile",
145 "~followup_annotations": [ 199 "~followup_annotations": [
146 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
147 "@@@STEP_LOG_END@json.output (invalid)@@@" 201 "@@@STEP_LOG_END@json.output (invalid)@@@"
148 ] 202 ]
149 }, 203 },
150 { 204 {
151 "name": "$result", 205 "name": "$result",
152 "recipe_result": null, 206 "recipe_result": null,
153 "status_code": 0 207 "status_code": 0
154 } 208 }
155 ] 209 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698