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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gn_.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "-u", 119 "-u",
120 "[DEPOT_TOOLS]/gn.py", 120 "[DEPOT_TOOLS]/gn.py",
121 "--root=[SLAVE_BUILD]/src", 121 "--root=[SLAVE_BUILD]/src",
122 "gen", 122 "gen",
123 "//out/Debug", 123 "//out/Debug",
124 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" 124 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\""
125 ], 125 ],
126 "name": "gn" 126 "name": "gn"
127 }, 127 },
128 { 128 {
129 "cmd": [],
130 "name": "ensure_goma"
131 },
132 {
133 "cmd": [
134 "python",
135 "-u",
136 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
137 "--platform",
138 "mac-amd64",
139 "--dest-directory",
140 "[SLAVE_BUILD]/cipd",
141 "--json-output",
142 "/path/to/tmp/json"
143 ],
144 "name": "ensure_goma.install cipd",
145 "~followup_annotations": [
146 "@@@STEP_NEST_LEVEL@1@@@",
147 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
148 "@@@STEP_LOG_LINE@json.output@{@@@",
149 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
151 "@@@STEP_LOG_LINE@json.output@}@@@",
152 "@@@STEP_LOG_END@json.output@@@"
153 ]
154 },
155 {
156 "cmd": [
157 "[SLAVE_BUILD]/cipd/cipd",
158 "ensure",
159 "--root",
160 "[CACHE]/cipd/goma",
161 "--list",
162 "infra_internal/goma/client/mac-amd64 release",
163 "--json-output",
164 "/path/to/tmp/json",
165 "--service-account-json",
166 "/creds/service_accounts/service-account-goma-client.json"
167 ],
168 "name": "ensure_goma.ensure_installed",
169 "~followup_annotations": [
170 "@@@STEP_NEST_LEVEL@1@@@",
171 "@@@STEP_LOG_LINE@json.output@{@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
173 "@@@STEP_LOG_LINE@json.output@ {@@@",
174 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
175 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
176 "@@@STEP_LOG_LINE@json.output@ }@@@",
177 "@@@STEP_LOG_LINE@json.output@ ]@@@",
178 "@@@STEP_LOG_LINE@json.output@}@@@",
179 "@@@STEP_LOG_END@json.output@@@"
180 ]
181 },
182 {
129 "allow_subannotations": true, 183 "allow_subannotations": true,
130 "cmd": [ 184 "cmd": [
131 "python", 185 "python",
132 "-u", 186 "-u",
133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
134 "--src-dir", 188 "--src-dir",
135 "[SLAVE_BUILD]/src", 189 "[SLAVE_BUILD]/src",
136 "--output-json", 190 "--output-json",
137 "/path/to/tmp/json" 191 "/path/to/tmp/json"
138 ], 192 ],
(...skipping 28 matching lines...) Expand all
167 "[GOMA_CACHE]", 221 "[GOMA_CACHE]",
168 "--build-tool", 222 "--build-tool",
169 "ninja", 223 "ninja",
170 "--compiler", 224 "--compiler",
171 "goma-clang", 225 "goma-clang",
172 "--goma-jsonstatus", 226 "--goma-jsonstatus",
173 "/path/to/tmp/json", 227 "/path/to/tmp/json",
174 "--goma-service-account-json-file", 228 "--goma-service-account-json-file",
175 "/creds/service_accounts/service-account-goma-client.json", 229 "/creds/service_accounts/service-account-goma-client.json",
176 "--goma-dir", 230 "--goma-dir",
177 "[BUILD]/goma", 231 "[CACHE]/cipd/goma",
178 "--", 232 "--",
179 "all" 233 "all"
180 ], 234 ],
181 "env": { 235 "env": {
182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
183 }, 237 },
184 "name": "compile", 238 "name": "compile",
185 "~followup_annotations": [ 239 "~followup_annotations": [
186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
187 "@@@STEP_LOG_END@json.output (invalid)@@@" 241 "@@@STEP_LOG_END@json.output (invalid)@@@"
188 ] 242 ]
189 }, 243 },
190 { 244 {
191 "name": "$result", 245 "name": "$result",
192 "recipe_result": null, 246 "recipe_result": null,
193 "status_code": 0 247 "status_code": 0
194 } 248 }
195 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698