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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release__vs2012_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Win64 Release (VS2012)", 10 "Win64 Release (VS2012)",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "--gsutil-py-path", 131 "--gsutil-py-path",
132 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 132 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
133 "--ninja-path", 133 "--ninja-path",
134 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 134 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
135 "--target", 135 "--target",
136 "Release_x64", 136 "Release_x64",
137 "--src-dir", 137 "--src-dir",
138 "[SLAVE_BUILD]\\src", 138 "[SLAVE_BUILD]\\src",
139 "--goma-cache-dir", 139 "--goma-cache-dir",
140 "[GOMA_CACHE]", 140 "[GOMA_CACHE]",
141 "--buildbot-buildername",
142 "Win64 Release (VS2012)",
143 "--buildbot-mastername",
144 "client.libyuv",
145 "--buildbot-slavename",
146 "slavename",
141 "--compiler", 147 "--compiler",
142 "goma", 148 "goma",
143 "--goma-jsonstatus", 149 "--goma-jsonstatus",
144 "/path/to/tmp/json", 150 "/path/to/tmp/json",
145 "--goma-service-account-json-file", 151 "--goma-service-account-json-file",
146 "C:\\creds\\service_accounts\\service-account-goma-client.json", 152 "C:\\creds\\service_accounts\\service-account-goma-client.json",
147 "--goma-dir", 153 "--goma-dir",
148 "[CACHE]\\cipd\\goma", 154 "[CACHE]\\cipd\\goma",
149 "--", 155 "--",
150 "All" 156 "All"
(...skipping 24 matching lines...) Expand all
175 "libyuv_unittest.exe" 181 "libyuv_unittest.exe"
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