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

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

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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.exe", 138 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
139 "--target", 139 "--target",
140 "Release_x64", 140 "Release_x64",
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",
151 "--compiler", 145 "--compiler",
152 "goma", 146 "goma",
153 "--goma-jsonstatus", 147 "--goma-jsonstatus",
154 "/path/to/tmp/json", 148 "/path/to/tmp/json",
155 "--goma-service-account-json-file", 149 "--goma-service-account-json-file",
156 "C:\\creds\\service_accounts\\service-account-goma-client.json", 150 "C:\\creds\\service_accounts\\service-account-goma-client.json",
157 "--goma-dir", 151 "--goma-dir",
158 "[BUILD]\\goma", 152 "[BUILD]\\goma",
159 "--", 153 "--",
160 "All", 154 "All",
(...skipping 16 matching lines...) Expand all
177 "12345" 171 "12345"
178 ], 172 ],
179 "name": "archive_build" 173 "name": "archive_build"
180 }, 174 },
181 { 175 {
182 "name": "$result", 176 "name": "$result",
183 "recipe_result": null, 177 "recipe_result": null,
184 "status_code": 0 178 "status_code": 0
185 } 179 }
186 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698