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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/trybot.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "--gsutil-py-path", 135 "--gsutil-py-path",
136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
137 "--ninja-path", 137 "--ninja-path",
138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
139 "--target", 139 "--target",
140 "Debug", 140 "Debug",
141 "--src-dir", 141 "--src-dir",
142 "[SLAVE_BUILD]/src", 142 "[SLAVE_BUILD]/src",
143 "--goma-cache-dir", 143 "--goma-cache-dir",
144 "[GOMA_CACHE]", 144 "[GOMA_CACHE]",
145 "--buildbot-buildername",
146 "linux_ecs_ozone",
147 "--buildbot-mastername",
148 "chromium.fyi",
149 "--buildbot-slavename",
150 "test_slave",
145 "--compiler", 151 "--compiler",
146 "goma", 152 "goma",
147 "--goma-jsonstatus", 153 "--goma-jsonstatus",
148 "/path/to/tmp/json", 154 "/path/to/tmp/json",
149 "--goma-service-account-json-file", 155 "--goma-service-account-json-file",
150 "/creds/service_accounts/service-account-goma-client.json", 156 "/creds/service_accounts/service-account-goma-client.json",
151 "--goma-dir", 157 "--goma-dir",
152 "[BUILD]/goma", 158 "[BUILD]/goma",
153 "--goma-fail-fast", 159 "--goma-fail-fast",
154 "--goma-disable-local-fallback", 160 "--goma-disable-local-fallback",
(...skipping 29 matching lines...) Expand all
184 "--gsutil-py-path", 190 "--gsutil-py-path",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 191 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
186 "--ninja-path", 192 "--ninja-path",
187 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
188 "--target", 194 "--target",
189 "Debug", 195 "Debug",
190 "--src-dir", 196 "--src-dir",
191 "[SLAVE_BUILD]/src", 197 "[SLAVE_BUILD]/src",
192 "--goma-cache-dir", 198 "--goma-cache-dir",
193 "[GOMA_CACHE]", 199 "[GOMA_CACHE]",
200 "--buildbot-buildername",
201 "linux_ecs_ozone",
202 "--buildbot-mastername",
203 "chromium.fyi",
204 "--buildbot-slavename",
205 "test_slave",
194 "--compiler", 206 "--compiler",
195 "goma", 207 "goma",
196 "--goma-jsonstatus", 208 "--goma-jsonstatus",
197 "/path/to/tmp/json", 209 "/path/to/tmp/json",
198 "--goma-service-account-json-file", 210 "--goma-service-account-json-file",
199 "/creds/service_accounts/service-account-goma-client.json", 211 "/creds/service_accounts/service-account-goma-client.json",
200 "--goma-dir", 212 "--goma-dir",
201 "[BUILD]/goma", 213 "[BUILD]/goma",
202 "--goma-fail-fast", 214 "--goma-fail-fast",
203 "--goma-disable-local-fallback", 215 "--goma-disable-local-fallback",
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 "url_unittests" 729 "url_unittests"
718 ], 730 ],
719 "name": "url_unittests" 731 "name": "url_unittests"
720 }, 732 },
721 { 733 {
722 "name": "$result", 734 "name": "$result",
723 "recipe_result": null, 735 "recipe_result": null,
724 "status_code": 0 736 "status_code": 0
725 } 737 }
726 ] 738 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698