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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ChromePracticeFullTester.json

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ChromePracticeFullTester", 10 "ChromePracticeFullTester",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--src-dir", 219 "--src-dir",
220 "[SLAVE_BUILD]/src", 220 "[SLAVE_BUILD]/src",
221 "--goma-cache-dir", 221 "--goma-cache-dir",
222 "[GOMA_CACHE]", 222 "[GOMA_CACHE]",
223 "--build-tool", 223 "--build-tool",
224 "ninja", 224 "ninja",
225 "--compiler", 225 "--compiler",
226 "goma", 226 "goma",
227 "--goma-jsonstatus", 227 "--goma-jsonstatus",
228 "/path/to/tmp/json", 228 "/path/to/tmp/json",
229 "--goma-service-account-json-file",
230 "/creds/service_accounts/service-account-goma-client.json",
229 "--goma-dir", 231 "--goma-dir",
230 "[BUILD]/goma", 232 "[BUILD]/goma",
231 "--ninja-ensure-up-to-date", 233 "--ninja-ensure-up-to-date",
232 "--", 234 "--",
233 "base_unittests", 235 "base_unittests",
234 "chromium_swarm_tests" 236 "chromium_swarm_tests"
235 ], 237 ],
236 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
237 "name": "compile", 239 "name": "compile",
238 "~followup_annotations": [ 240 "~followup_annotations": [
(...skipping 26 matching lines...) Expand all
265 ], 267 ],
266 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
267 "name": "base_unittests" 269 "name": "base_unittests"
268 }, 270 },
269 { 271 {
270 "name": "$result", 272 "name": "$result",
271 "recipe_result": null, 273 "recipe_result": null,
272 "status_code": 0 274 "status_code": 0
273 } 275 }
274 ] 276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698