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

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

Powered by Google App Engine
This is Rietveld 408576698