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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.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.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 27 matching lines...) Expand all
176 "--gsutil-py-path", 182 "--gsutil-py-path",
177 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
178 "--ninja-path", 184 "--ninja-path",
179 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
180 "--target", 186 "--target",
181 "Debug", 187 "Debug",
182 "--src-dir", 188 "--src-dir",
183 "[SLAVE_BUILD]/src", 189 "[SLAVE_BUILD]/src",
184 "--goma-cache-dir", 190 "--goma-cache-dir",
185 "[GOMA_CACHE]", 191 "[GOMA_CACHE]",
192 "--buildbot-buildername",
193 "linux_ecs_ozone",
194 "--buildbot-mastername",
195 "chromium.fyi",
196 "--buildbot-slavename",
197 "test_slave",
186 "--compiler", 198 "--compiler",
187 "goma", 199 "goma",
188 "--goma-jsonstatus", 200 "--goma-jsonstatus",
189 "/path/to/tmp/json", 201 "/path/to/tmp/json",
190 "--goma-service-account-json-file", 202 "--goma-service-account-json-file",
191 "/creds/service_accounts/service-account-goma-client.json", 203 "/creds/service_accounts/service-account-goma-client.json",
192 "--goma-dir", 204 "--goma-dir",
193 "[BUILD]/goma", 205 "[BUILD]/goma",
194 "--", 206 "--",
195 "aura_unittests", 207 "aura_unittests",
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 "url_unittests" 719 "url_unittests"
708 ], 720 ],
709 "name": "url_unittests" 721 "name": "url_unittests"
710 }, 722 },
711 { 723 {
712 "name": "$result", 724 "name": "$result",
713 "recipe_result": null, 725 "recipe_result": null,
714 "status_code": 0 726 "status_code": 0
715 } 727 }
716 ] 728 ]
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