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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_gn.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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_gn", 10 "android_gn",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "--src-dir", 95 "--src-dir",
96 "[SLAVE_BUILD]/src", 96 "[SLAVE_BUILD]/src",
97 "--goma-cache-dir", 97 "--goma-cache-dir",
98 "[GOMA_CACHE]", 98 "[GOMA_CACHE]",
99 "--build-tool", 99 "--build-tool",
100 "ninja", 100 "ninja",
101 "--compiler", 101 "--compiler",
102 "goma", 102 "goma",
103 "--goma-jsonstatus", 103 "--goma-jsonstatus",
104 "/path/to/tmp/json", 104 "/path/to/tmp/json",
105 "--goma-service-account-json-file",
106 "/creds/service_accounts/service-account-goma-client.json",
105 "--goma-dir", 107 "--goma-dir",
106 "[BUILD]/goma", 108 "[BUILD]/goma",
107 "--goma-fail-fast", 109 "--goma-fail-fast",
108 "--goma-disable-local-fallback", 110 "--goma-disable-local-fallback",
109 "--", 111 "--",
110 "all" 112 "all"
111 ], 113 ],
112 "cwd": "[SLAVE_BUILD]", 114 "cwd": "[SLAVE_BUILD]",
113 "env": { 115 "env": {
114 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 116 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
115 }, 117 },
116 "name": "compile", 118 "name": "compile",
117 "~followup_annotations": [ 119 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
119 "@@@STEP_LOG_END@json.output (invalid)@@@" 121 "@@@STEP_LOG_END@json.output (invalid)@@@"
120 ] 122 ]
121 }, 123 },
122 { 124 {
123 "name": "$result", 125 "name": "$result",
124 "recipe_result": null, 126 "recipe_result": null,
125 "status_code": 0 127 "status_code": 0
126 } 128 }
127 ] 129 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698