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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/check_ecs_deps_fail.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.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",
139 "--compiler", 145 "--compiler",
140 "goma", 146 "goma",
141 "--goma-jsonstatus", 147 "--goma-jsonstatus",
142 "/path/to/tmp/json", 148 "/path/to/tmp/json",
143 "--goma-service-account-json-file", 149 "--goma-service-account-json-file",
144 "/creds/service_accounts/service-account-goma-client.json", 150 "/creds/service_accounts/service-account-goma-client.json",
145 "--goma-dir", 151 "--goma-dir",
146 "[BUILD]/goma", 152 "[BUILD]/goma",
147 "--", 153 "--",
148 "content_shell" 154 "content_shell"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "--gsutil-py-path", 186 "--gsutil-py-path",
181 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 187 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
182 "--ninja-path", 188 "--ninja-path",
183 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 189 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
184 "--target", 190 "--target",
185 "Debug", 191 "Debug",
186 "--src-dir", 192 "--src-dir",
187 "[SLAVE_BUILD]/src", 193 "[SLAVE_BUILD]/src",
188 "--goma-cache-dir", 194 "--goma-cache-dir",
189 "[GOMA_CACHE]", 195 "[GOMA_CACHE]",
196 "--buildbot-buildername",
197 "linux_ecs_ozone",
198 "--buildbot-mastername",
199 "chromium.fyi",
200 "--buildbot-slavename",
201 "test_slave",
190 "--compiler", 202 "--compiler",
191 "goma", 203 "goma",
192 "--goma-jsonstatus", 204 "--goma-jsonstatus",
193 "/path/to/tmp/json", 205 "/path/to/tmp/json",
194 "--goma-service-account-json-file", 206 "--goma-service-account-json-file",
195 "/creds/service_accounts/service-account-goma-client.json", 207 "/creds/service_accounts/service-account-goma-client.json",
196 "--goma-dir", 208 "--goma-dir",
197 "[BUILD]/goma", 209 "[BUILD]/goma",
198 "--", 210 "--",
199 "aura_unittests", 211 "aura_unittests",
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "url_unittests" 723 "url_unittests"
712 ], 724 ],
713 "name": "url_unittests" 725 "name": "url_unittests"
714 }, 726 },
715 { 727 {
716 "name": "$result", 728 "name": "$result",
717 "recipe_result": null, 729 "recipe_result": null,
718 "status_code": 0 730 "status_code": 0
719 } 731 }
720 ] 732 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/basic.json ('k') | scripts/slave/recipes/ozone_ecs.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698