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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux64_gcc.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux64_GCC", 7 "[BUILDER_CACHE]/Linux64_GCC",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "--gsutil-py-path", 182 "--gsutil-py-path",
183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
184 "--ninja-path", 184 "--ninja-path",
185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
186 "--target", 186 "--target",
187 "Release", 187 "Release",
188 "--src-dir", 188 "--src-dir",
189 "[BUILDER_CACHE]/Linux64_GCC/src", 189 "[BUILDER_CACHE]/Linux64_GCC/src",
190 "--goma-cache-dir", 190 "--goma-cache-dir",
191 "[GOMA_CACHE]", 191 "[GOMA_CACHE]",
192 "--buildbot-buildername",
193 "Linux64 GCC",
194 "--buildbot-mastername",
195 "client.webrtc.fyi",
196 "--buildbot-slavename",
197 "slavename",
198 "--goma-deps-cache-dir", 192 "--goma-deps-cache-dir",
199 "[GOMA_DEPS_CACHE]", 193 "[GOMA_DEPS_CACHE]",
200 "--compiler", 194 "--compiler",
201 "goma", 195 "goma",
202 "--goma-jsonstatus", 196 "--goma-jsonstatus",
203 "/path/to/tmp/json", 197 "/path/to/tmp/json",
204 "--goma-service-account-json-file", 198 "--goma-service-account-json-file",
205 "/creds/service_accounts/service-account-goma-client.json", 199 "/creds/service_accounts/service-account-goma-client.json",
206 "--goma-dir", 200 "--goma-dir",
207 "[CACHE]/cipd/goma", 201 "[CACHE]/cipd/goma",
208 "--" 202 "--"
209 ], 203 ],
210 "env": { 204 "env": {
211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
212 }, 206 },
213 "name": "compile", 207 "name": "compile",
214 "~followup_annotations": [ 208 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 209 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
216 "@@@STEP_LOG_END@json.output (invalid)@@@" 210 "@@@STEP_LOG_END@json.output (invalid)@@@"
217 ] 211 ]
218 }, 212 },
219 { 213 {
220 "name": "$result", 214 "name": "$result",
221 "recipe_result": null, 215 "recipe_result": null,
222 "status_code": 0 216 "status_code": 0
223 } 217 }
224 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698