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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux", 10 "linux",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "--gsutil-py-path", 132 "--gsutil-py-path",
133 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 133 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
134 "--ninja-path", 134 "--ninja-path",
135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
136 "--target", 136 "--target",
137 "Debug", 137 "Debug",
138 "--src-dir", 138 "--src-dir",
139 "[SLAVE_BUILD]/src", 139 "[SLAVE_BUILD]/src",
140 "--goma-cache-dir", 140 "--goma-cache-dir",
141 "[GOMA_CACHE]", 141 "[GOMA_CACHE]",
142 "--buildbot-buildername",
143 "linux",
144 "--buildbot-mastername",
145 "tryserver.libyuv",
146 "--buildbot-slavename",
147 "slavename",
142 "--compiler", 148 "--compiler",
143 "goma", 149 "goma",
144 "--goma-jsonstatus", 150 "--goma-jsonstatus",
145 "/path/to/tmp/json", 151 "/path/to/tmp/json",
146 "--goma-service-account-json-file", 152 "--goma-service-account-json-file",
147 "/creds/service_accounts/service-account-goma-client.json", 153 "/creds/service_accounts/service-account-goma-client.json",
148 "--goma-dir", 154 "--goma-dir",
149 "[CACHE]/cipd/goma", 155 "[CACHE]/cipd/goma",
150 "--goma-fail-fast", 156 "--goma-fail-fast",
151 "--goma-disable-local-fallback", 157 "--goma-disable-local-fallback",
(...skipping 27 matching lines...) Expand all
179 "libyuv_unittest" 185 "libyuv_unittest"
180 ], 186 ],
181 "name": "libyuv_unittest" 187 "name": "libyuv_unittest"
182 }, 188 },
183 { 189 {
184 "name": "$result", 190 "name": "$result",
185 "recipe_result": null, 191 "recipe_result": null,
186 "status_code": 0 192 "status_code": 0
187 } 193 }
188 ] 194 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698