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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--build-data-dir", 225 "--build-data-dir",
226 "[ROOT]/build_data_dir", 226 "[ROOT]/build_data_dir",
227 "--compiler", 227 "--compiler",
228 "goma", 228 "goma",
229 "--goma-jsonstatus", 229 "--goma-jsonstatus",
230 "/path/to/tmp/json", 230 "/path/to/tmp/json",
231 "--goma-service-account-json-file",
232 "/creds/service_accounts/service-account-goma-client.json",
231 "--goma-dir", 233 "--goma-dir",
232 "[CACHE]/cipd/goma", 234 "[CACHE]/cipd/goma",
233 "--ninja-ensure-up-to-date", 235 "--ninja-ensure-up-to-date",
234 "--", 236 "--",
235 "base_unittests", 237 "base_unittests",
236 "chromium_swarm_tests" 238 "chromium_swarm_tests"
237 ], 239 ],
238 "cwd": "[SLAVE_BUILD]", 240 "cwd": "[SLAVE_BUILD]",
239 "name": "compile", 241 "name": "compile",
240 "~followup_annotations": [ 242 "~followup_annotations": [
(...skipping 26 matching lines...) Expand all
267 ], 269 ],
268 "cwd": "[SLAVE_BUILD]", 270 "cwd": "[SLAVE_BUILD]",
269 "name": "base_unittests" 271 "name": "base_unittests"
270 }, 272 },
271 { 273 {
272 "name": "$result", 274 "name": "$result",
273 "recipe_result": null, 275 "recipe_result": null,
274 "status_code": 0 276 "status_code": 0
275 } 277 }
276 ] 278 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698