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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_V8_API_Stability.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 "Linux V8 API Stability", 10 "Linux V8 API Stability",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "--goma-cache-dir", 241 "--goma-cache-dir",
242 "[GOMA_CACHE]", 242 "[GOMA_CACHE]",
243 "--build-tool", 243 "--build-tool",
244 "ninja", 244 "ninja",
245 "--build-data-dir", 245 "--build-data-dir",
246 "[ROOT]/build_data_dir", 246 "[ROOT]/build_data_dir",
247 "--compiler", 247 "--compiler",
248 "goma", 248 "goma",
249 "--goma-jsonstatus", 249 "--goma-jsonstatus",
250 "/path/to/tmp/json", 250 "/path/to/tmp/json",
251 "--goma-service-account-json-file",
252 "/creds/service_accounts/service-account-goma-client.json",
251 "--goma-dir", 253 "--goma-dir",
252 "[CACHE]/cipd/goma", 254 "[CACHE]/cipd/goma",
253 "--", 255 "--",
254 "all" 256 "all"
255 ], 257 ],
256 "cwd": "[SLAVE_BUILD]", 258 "cwd": "[SLAVE_BUILD]",
257 "name": "compile", 259 "name": "compile",
258 "~followup_annotations": [ 260 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
260 "@@@STEP_LOG_END@json.output (invalid)@@@" 262 "@@@STEP_LOG_END@json.output (invalid)@@@"
261 ] 263 ]
262 }, 264 },
263 { 265 {
264 "name": "$result", 266 "name": "$result",
265 "recipe_result": null, 267 "recipe_result": null,
266 "status_code": 0 268 "status_code": 0
267 } 269 }
268 ] 270 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698