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

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

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 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
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", 10 "android",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "--gsutil-py-path", 133 "--gsutil-py-path",
134 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 134 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
135 "--ninja-path", 135 "--ninja-path",
136 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 136 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
137 "--target", 137 "--target",
138 "Debug", 138 "Debug",
139 "--src-dir", 139 "--src-dir",
140 "[SLAVE_BUILD]/src", 140 "[SLAVE_BUILD]/src",
141 "--goma-cache-dir", 141 "--goma-cache-dir",
142 "[GOMA_CACHE]", 142 "[GOMA_CACHE]",
143 "--buildbot-buildername",
144 "android",
145 "--buildbot-mastername",
146 "tryserver.libyuv",
147 "--buildbot-slavename",
148 "slavename",
143 "--compiler", 149 "--compiler",
144 "goma", 150 "goma",
145 "--goma-jsonstatus", 151 "--goma-jsonstatus",
146 "/path/to/tmp/json", 152 "/path/to/tmp/json",
147 "--goma-service-account-json-file", 153 "--goma-service-account-json-file",
148 "/creds/service_accounts/service-account-goma-client.json", 154 "/creds/service_accounts/service-account-goma-client.json",
149 "--goma-dir", 155 "--goma-dir",
150 "[CACHE]/cipd/goma", 156 "[CACHE]/cipd/goma",
151 "--goma-fail-fast", 157 "--goma-fail-fast",
152 "--goma-disable-local-fallback", 158 "--goma-disable-local-fallback",
153 "--" 159 "--"
154 ], 160 ],
155 "env": { 161 "env": {
156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
157 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 163 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
158 }, 164 },
159 "name": "compile", 165 "name": "compile",
160 "~followup_annotations": [ 166 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
162 "@@@STEP_LOG_END@json.output (invalid)@@@" 168 "@@@STEP_LOG_END@json.output (invalid)@@@"
163 ] 169 ]
164 }, 170 },
165 { 171 {
166 "name": "$result", 172 "name": "$result",
167 "recipe_result": null, 173 "recipe_result": null,
168 "status_code": 0 174 "status_code": 0
169 } 175 }
170 ] 176 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698