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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "--gsutil-py-path", 164 "--gsutil-py-path",
165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
166 "--ninja-path", 166 "--ninja-path",
167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
168 "--target", 168 "--target",
169 "Release", 169 "Release",
170 "--src-dir", 170 "--src-dir",
171 "[SLAVE_BUILD]/src", 171 "[SLAVE_BUILD]/src",
172 "--goma-cache-dir", 172 "--goma-cache-dir",
173 "[GOMA_CACHE]", 173 "[GOMA_CACHE]",
174 "--buildbot-buildername",
175 "TestBuilder",
176 "--buildbot-mastername",
177 "chromium.testing.master",
178 "--buildbot-slavename",
179 "TestSlavename",
174 "--compiler", 180 "--compiler",
175 "goma", 181 "goma",
176 "--goma-jsonstatus", 182 "--goma-jsonstatus",
177 "/path/to/tmp/json", 183 "/path/to/tmp/json",
178 "--goma-service-account-json-file", 184 "--goma-service-account-json-file",
179 "/creds/service_accounts/service-account-goma-client.json", 185 "/creds/service_accounts/service-account-goma-client.json",
180 "--goma-dir", 186 "--goma-dir",
181 "[BUILD]/goma", 187 "[BUILD]/goma",
182 "--", 188 "--",
183 "chromium_builder_tests" 189 "chromium_builder_tests"
(...skipping 15 matching lines...) Expand all
199 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 205 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
200 ], 206 ],
201 "name": "annotated_steps" 207 "name": "annotated_steps"
202 }, 208 },
203 { 209 {
204 "name": "$result", 210 "name": "$result",
205 "recipe_result": null, 211 "recipe_result": null,
206 "status_code": 0 212 "status_code": 0
207 } 213 }
208 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698