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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_gn.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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 "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",
107 "--goma-dir", 105 "--goma-dir",
108 "[BUILD]/goma", 106 "[BUILD]/goma",
109 "--goma-fail-fast", 107 "--goma-fail-fast",
110 "--goma-disable-local-fallback", 108 "--goma-disable-local-fallback",
111 "--", 109 "--",
112 "all" 110 "all"
113 ], 111 ],
114 "cwd": "[SLAVE_BUILD]", 112 "cwd": "[SLAVE_BUILD]",
115 "env": { 113 "env": {
116 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 114 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
117 }, 115 },
118 "name": "compile", 116 "name": "compile",
119 "~followup_annotations": [ 117 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
121 "@@@STEP_LOG_END@json.output (invalid)@@@" 119 "@@@STEP_LOG_END@json.output (invalid)@@@"
122 ] 120 ]
123 }, 121 },
124 { 122 {
125 "name": "$result", 123 "name": "$result",
126 "recipe_result": null, 124 "recipe_result": null,
127 "status_code": 0 125 "status_code": 0
128 } 126 }
129 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698