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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_mac_64_MirrorTrue.json

Issue 2307743002: Reland "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_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org'}, 'deps_file': '.DEPS.git', 'managed': True , 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/dart/branch es/bleeding_edge/deps/dartium.deps'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org'}, 'deps_file': '.DEPS.git', 'managed': True , 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/dart/branch es/bleeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "--gsutil-py-path", 157 "--gsutil-py-path",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
159 "--ninja-path", 159 "--ninja-path",
160 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 160 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
161 "--target", 161 "--target",
162 "Release", 162 "Release",
163 "--src-dir", 163 "--src-dir",
164 "[SLAVE_BUILD]/src", 164 "[SLAVE_BUILD]/src",
165 "--goma-cache-dir", 165 "--goma-cache-dir",
166 "[GOMA_CACHE]", 166 "[GOMA_CACHE]",
167 "--buildbot-buildername",
168 "TestBuilder",
169 "--buildbot-mastername",
170 "chromium.testing.master",
171 "--buildbot-slavename",
172 "TestSlavename",
167 "--compiler", 173 "--compiler",
168 "goma-clang", 174 "goma-clang",
169 "--goma-jsonstatus", 175 "--goma-jsonstatus",
170 "/path/to/tmp/json", 176 "/path/to/tmp/json",
171 "--goma-service-account-json-file", 177 "--goma-service-account-json-file",
172 "/creds/service_accounts/service-account-goma-client.json", 178 "/creds/service_accounts/service-account-goma-client.json",
173 "--goma-dir", 179 "--goma-dir",
174 "[BUILD]/goma", 180 "[BUILD]/goma",
175 "--", 181 "--",
176 "All", 182 "All",
(...skipping 16 matching lines...) Expand all
193 "12345" 199 "12345"
194 ], 200 ],
195 "name": "archive_build" 201 "name": "archive_build"
196 }, 202 },
197 { 203 {
198 "name": "$result", 204 "name": "$result",
199 "recipe_result": null, 205 "recipe_result": null,
200 "status_code": 0 206 "status_code": 0
201 } 207 }
202 ] 208 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698