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

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

Powered by Google App Engine
This is Rietveld 408576698