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/client_libyuv_linux64_debug_forced.json

Issue 2306523002: 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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux64 Debug", 10 "Linux64 Debug",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "--gsutil-py-path", 130 "--gsutil-py-path",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
132 "--ninja-path", 132 "--ninja-path",
133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
134 "--target", 134 "--target",
135 "Debug", 135 "Debug",
136 "--src-dir", 136 "--src-dir",
137 "[SLAVE_BUILD]/src", 137 "[SLAVE_BUILD]/src",
138 "--goma-cache-dir", 138 "--goma-cache-dir",
139 "[GOMA_CACHE]", 139 "[GOMA_CACHE]",
140 "--buildbot-buildername",
141 "Linux64 Debug",
142 "--buildbot-mastername",
143 "client.libyuv",
144 "--buildbot-slavename",
145 "slavename",
140 "--compiler", 146 "--compiler",
141 "goma", 147 "goma",
142 "--goma-jsonstatus", 148 "--goma-jsonstatus",
143 "/path/to/tmp/json", 149 "/path/to/tmp/json",
144 "--goma-service-account-json-file", 150 "--goma-service-account-json-file",
145 "/creds/service_accounts/service-account-goma-client.json", 151 "/creds/service_accounts/service-account-goma-client.json",
146 "--goma-dir", 152 "--goma-dir",
147 "[CACHE]/cipd/goma", 153 "[CACHE]/cipd/goma",
148 "--", 154 "--",
149 "All" 155 "All"
(...skipping 25 matching lines...) Expand all
175 "libyuv_unittest" 181 "libyuv_unittest"
176 ], 182 ],
177 "name": "libyuv_unittest" 183 "name": "libyuv_unittest"
178 }, 184 },
179 { 185 {
180 "name": "$result", 186 "name": "$result",
181 "recipe_result": null, 187 "recipe_result": null,
182 "status_code": 0 188 "status_code": 0
183 } 189 }
184 ] 190 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698