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

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

Powered by Google App Engine
This is Rietveld 408576698