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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/basic.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "linux_ecs_ozone", 10 "linux_ecs_ozone",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "--gsutil-py-path", 129 "--gsutil-py-path",
130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
131 "--ninja-path", 131 "--ninja-path",
132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
133 "--target", 133 "--target",
134 "Debug", 134 "Debug",
135 "--src-dir", 135 "--src-dir",
136 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
137 "--goma-cache-dir", 137 "--goma-cache-dir",
138 "[GOMA_CACHE]", 138 "[GOMA_CACHE]",
139 "--buildbot-buildername",
140 "linux_ecs_ozone",
141 "--buildbot-mastername",
142 "chromium.fyi",
143 "--buildbot-slavename",
144 "test_slave",
145 "--compiler", 139 "--compiler",
146 "goma", 140 "goma",
147 "--goma-jsonstatus", 141 "--goma-jsonstatus",
148 "/path/to/tmp/json", 142 "/path/to/tmp/json",
149 "--goma-service-account-json-file", 143 "--goma-service-account-json-file",
150 "/creds/service_accounts/service-account-goma-client.json", 144 "/creds/service_accounts/service-account-goma-client.json",
151 "--goma-dir", 145 "--goma-dir",
152 "[BUILD]/goma", 146 "[BUILD]/goma",
153 "--", 147 "--",
154 "content_shell" 148 "content_shell"
(...skipping 27 matching lines...) Expand all
182 "--gsutil-py-path", 176 "--gsutil-py-path",
183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 177 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
184 "--ninja-path", 178 "--ninja-path",
185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 179 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
186 "--target", 180 "--target",
187 "Debug", 181 "Debug",
188 "--src-dir", 182 "--src-dir",
189 "[SLAVE_BUILD]/src", 183 "[SLAVE_BUILD]/src",
190 "--goma-cache-dir", 184 "--goma-cache-dir",
191 "[GOMA_CACHE]", 185 "[GOMA_CACHE]",
192 "--buildbot-buildername",
193 "linux_ecs_ozone",
194 "--buildbot-mastername",
195 "chromium.fyi",
196 "--buildbot-slavename",
197 "test_slave",
198 "--compiler", 186 "--compiler",
199 "goma", 187 "goma",
200 "--goma-jsonstatus", 188 "--goma-jsonstatus",
201 "/path/to/tmp/json", 189 "/path/to/tmp/json",
202 "--goma-service-account-json-file", 190 "--goma-service-account-json-file",
203 "/creds/service_accounts/service-account-goma-client.json", 191 "/creds/service_accounts/service-account-goma-client.json",
204 "--goma-dir", 192 "--goma-dir",
205 "[BUILD]/goma", 193 "[BUILD]/goma",
206 "--", 194 "--",
207 "aura_unittests", 195 "aura_unittests",
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 "url_unittests" 707 "url_unittests"
720 ], 708 ],
721 "name": "url_unittests" 709 "name": "url_unittests"
722 }, 710 },
723 { 711 {
724 "name": "$result", 712 "name": "$result",
725 "recipe_result": null, 713 "recipe_result": null,
726 "status_code": 0 714 "status_code": 0
727 } 715 }
728 ] 716 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.expected/basic.json ('k') | scripts/slave/recipes/ozone_ecs.expected/check_ecs_deps_fail.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698