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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_compile_dbg", 10 "android_compile_dbg",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "cwd": "[SLAVE_BUILD]/src", 107 "cwd": "[SLAVE_BUILD]/src",
108 "env": { 108 "env": {
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
110 "GYP_CROSSCOMPILE": "1", 110 "GYP_CROSSCOMPILE": "1",
111 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", 111 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1",
112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
113 }, 113 },
114 "name": "gclient runhooks" 114 "name": "gclient runhooks"
115 }, 115 },
116 { 116 {
117 "cmd": [],
118 "name": "ensure_goma"
119 },
120 {
117 "cmd": [ 121 "cmd": [
118 "python", 122 "python",
119 "-u", 123 "-u",
124 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
125 "--platform",
126 "linux-386",
127 "--dest-directory",
128 "[SLAVE_BUILD]/cipd",
129 "--json-output",
130 "/path/to/tmp/json"
131 ],
132 "name": "ensure_goma.install cipd",
133 "~followup_annotations": [
134 "@@@STEP_NEST_LEVEL@1@@@",
135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
136 "@@@STEP_LOG_LINE@json.output@{@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
139 "@@@STEP_LOG_LINE@json.output@}@@@",
140 "@@@STEP_LOG_END@json.output@@@"
141 ]
142 },
143 {
144 "cmd": [
145 "[SLAVE_BUILD]/cipd/cipd",
146 "ensure",
147 "--root",
148 "[CACHE]/cipd/goma",
149 "--list",
150 "infra_internal/goma/client/linux-386 release",
151 "--json-output",
152 "/path/to/tmp/json",
153 "--service-account-json",
154 "/creds/service_accounts/service-account-goma-client.json"
155 ],
156 "name": "ensure_goma.ensure_installed",
157 "~followup_annotations": [
158 "@@@STEP_NEST_LEVEL@1@@@",
159 "@@@STEP_LOG_LINE@json.output@{@@@",
160 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
161 "@@@STEP_LOG_LINE@json.output@ {@@@",
162 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-386\"@@@",
164 "@@@STEP_LOG_LINE@json.output@ }@@@",
165 "@@@STEP_LOG_LINE@json.output@ ]@@@",
166 "@@@STEP_LOG_LINE@json.output@}@@@",
167 "@@@STEP_LOG_END@json.output@@@"
168 ]
169 },
170 {
171 "cmd": [
172 "python",
173 "-u",
120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
121 "--show-path", 175 "--show-path",
122 "python", 176 "python",
123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
124 "--gsutil-py-path", 178 "--gsutil-py-path",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
126 "--ninja-path", 180 "--ninja-path",
127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
128 "--target", 182 "--target",
129 "Debug", 183 "Debug",
130 "--src-dir", 184 "--src-dir",
131 "[SLAVE_BUILD]/src", 185 "[SLAVE_BUILD]/src",
132 "--goma-cache-dir", 186 "--goma-cache-dir",
133 "[GOMA_CACHE]", 187 "[GOMA_CACHE]",
134 "--build-tool", 188 "--build-tool",
135 "ninja", 189 "ninja",
136 "--compiler", 190 "--compiler",
137 "goma", 191 "goma",
138 "--goma-jsonstatus", 192 "--goma-jsonstatus",
139 "/path/to/tmp/json", 193 "/path/to/tmp/json",
140 "--goma-service-account-json-file", 194 "--goma-service-account-json-file",
141 "/creds/service_accounts/service-account-goma-client.json", 195 "/creds/service_accounts/service-account-goma-client.json",
142 "--goma-dir", 196 "--goma-dir",
143 "[BUILD]/goma", 197 "[CACHE]/cipd/goma",
144 "--goma-fail-fast", 198 "--goma-fail-fast",
145 "--goma-disable-local-fallback", 199 "--goma-disable-local-fallback",
146 "--" 200 "--"
147 ], 201 ],
148 "env": { 202 "env": {
149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 204 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
151 }, 205 },
152 "name": "compile", 206 "name": "compile",
153 "~followup_annotations": [ 207 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
155 "@@@STEP_LOG_END@json.output (invalid)@@@" 209 "@@@STEP_LOG_END@json.output (invalid)@@@"
156 ] 210 ]
157 }, 211 },
158 { 212 {
159 "name": "$result", 213 "name": "$result",
160 "recipe_result": null, 214 "recipe_result": null,
161 "status_code": 0 215 "status_code": 0
162 } 216 }
163 ] 217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698