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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorTrue.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_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 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 "Release", 140 "Release",
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 "TestBuilder",
147 "--buildbot-mastername",
148 "chromium.testing.master",
149 "--buildbot-slavename",
150 "TestSlavename",
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 "--", 159 "--",
154 "All", 160 "All",
(...skipping 16 matching lines...) Expand all
171 "12345" 177 "12345"
172 ], 178 ],
173 "name": "archive_build" 179 "name": "archive_build"
174 }, 180 },
175 { 181 {
176 "name": "$result", 182 "name": "$result",
177 "recipe_result": null, 183 "recipe_result": null,
178 "status_code": 0 184 "status_code": 0
179 } 185 }
180 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698