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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 ], 112 ],
113 "cwd": "[SLAVE_BUILD]/src", 113 "cwd": "[SLAVE_BUILD]/src",
114 "env": { 114 "env": {
115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
116 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x 64 use_goma=1", 116 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x 64 use_goma=1",
117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
118 }, 118 },
119 "name": "gclient runhooks" 119 "name": "gclient runhooks"
120 }, 120 },
121 { 121 {
122 "cmd": [],
123 "name": "ensure_goma"
124 },
125 {
126 "cmd": [
127 "python",
128 "-u",
129 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
130 "--platform",
131 "mac-amd64",
132 "--dest-directory",
133 "[SLAVE_BUILD]/cipd",
134 "--json-output",
135 "/path/to/tmp/json"
136 ],
137 "name": "ensure_goma.install cipd",
138 "~followup_annotations": [
139 "@@@STEP_NEST_LEVEL@1@@@",
140 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
141 "@@@STEP_LOG_LINE@json.output@{@@@",
142 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
143 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
144 "@@@STEP_LOG_LINE@json.output@}@@@",
145 "@@@STEP_LOG_END@json.output@@@"
146 ]
147 },
148 {
149 "cmd": [
150 "[SLAVE_BUILD]/cipd/cipd",
151 "ensure",
152 "--root",
153 "[CACHE]/cipd/goma",
154 "--list",
155 "infra_internal/goma/client/mac-amd64 release",
156 "--json-output",
157 "/path/to/tmp/json",
158 "--service-account-json",
159 "/creds/service_accounts/service-account-goma-client.json"
160 ],
161 "name": "ensure_goma.ensure_installed",
162 "~followup_annotations": [
163 "@@@STEP_NEST_LEVEL@1@@@",
164 "@@@STEP_LOG_LINE@json.output@{@@@",
165 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
166 "@@@STEP_LOG_LINE@json.output@ {@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
168 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
169 "@@@STEP_LOG_LINE@json.output@ }@@@",
170 "@@@STEP_LOG_LINE@json.output@ ]@@@",
171 "@@@STEP_LOG_LINE@json.output@}@@@",
172 "@@@STEP_LOG_END@json.output@@@"
173 ]
174 },
175 {
122 "allow_subannotations": true, 176 "allow_subannotations": true,
123 "cmd": [ 177 "cmd": [
124 "python", 178 "python",
125 "-u", 179 "-u",
126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
127 "--src-dir", 181 "--src-dir",
128 "[SLAVE_BUILD]/src", 182 "[SLAVE_BUILD]/src",
129 "--output-json", 183 "--output-json",
130 "/path/to/tmp/json" 184 "/path/to/tmp/json"
131 ], 185 ],
(...skipping 28 matching lines...) Expand all
160 "[GOMA_CACHE]", 214 "[GOMA_CACHE]",
161 "--build-tool", 215 "--build-tool",
162 "ninja", 216 "ninja",
163 "--compiler", 217 "--compiler",
164 "goma-clang", 218 "goma-clang",
165 "--goma-jsonstatus", 219 "--goma-jsonstatus",
166 "/path/to/tmp/json", 220 "/path/to/tmp/json",
167 "--goma-service-account-json-file", 221 "--goma-service-account-json-file",
168 "/creds/service_accounts/service-account-goma-client.json", 222 "/creds/service_accounts/service-account-goma-client.json",
169 "--goma-dir", 223 "--goma-dir",
170 "[BUILD]/goma", 224 "[CACHE]/cipd/goma",
171 "--goma-fail-fast", 225 "--goma-fail-fast",
172 "--goma-disable-local-fallback", 226 "--goma-disable-local-fallback",
173 "--", 227 "--",
174 "All" 228 "All"
175 ], 229 ],
176 "env": { 230 "env": {
177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
178 }, 232 },
179 "name": "compile", 233 "name": "compile",
180 "~followup_annotations": [ 234 "~followup_annotations": [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "webrtc_perf_tests" 336 "webrtc_perf_tests"
283 ], 337 ],
284 "name": "webrtc_perf_tests" 338 "name": "webrtc_perf_tests"
285 }, 339 },
286 { 340 {
287 "name": "$result", 341 "name": "$result",
288 "recipe_result": null, 342 "recipe_result": null,
289 "status_code": 0 343 "status_code": 0
290 } 344 }
291 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698