OLD | NEW |
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]/linux_arm", | 7 "[BUILDER_CACHE]/linux_arm", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 "--src-dir", | 212 "--src-dir", |
213 "[BUILDER_CACHE]/linux_arm/src", | 213 "[BUILDER_CACHE]/linux_arm/src", |
214 "--goma-cache-dir", | 214 "--goma-cache-dir", |
215 "[GOMA_CACHE]", | 215 "[GOMA_CACHE]", |
216 "--buildbot-buildername", | 216 "--buildbot-buildername", |
217 "linux_arm", | 217 "linux_arm", |
218 "--buildbot-mastername", | 218 "--buildbot-mastername", |
219 "tryserver.webrtc", | 219 "tryserver.webrtc", |
220 "--buildbot-slavename", | 220 "--buildbot-slavename", |
221 "slavename", | 221 "slavename", |
222 "--goma-deps-cache-dir", | 222 "--goma-deps-cache-file", |
223 "[GOMA_DEPS_CACHE]", | 223 "linux_arm.gomadeps", |
224 "--compiler", | 224 "--compiler", |
225 "goma", | 225 "goma", |
226 "--goma-jsonstatus", | 226 "--goma-jsonstatus", |
227 "/path/to/tmp/json", | 227 "/path/to/tmp/json", |
228 "--goma-service-account-json-file", | 228 "--goma-service-account-json-file", |
229 "/creds/service_accounts/service-account-goma-client.json", | 229 "/creds/service_accounts/service-account-goma-client.json", |
230 "--goma-dir", | 230 "--goma-dir", |
231 "[CACHE]/cipd/goma", | 231 "[CACHE]/cipd/goma", |
232 "--goma-fail-fast", | 232 "--goma-fail-fast", |
233 "--goma-disable-local-fallback", | 233 "--goma-disable-local-fallback", |
234 "--" | 234 "--" |
235 ], | 235 ], |
236 "env": { | 236 "env": { |
237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
238 }, | 238 }, |
239 "name": "compile", | 239 "name": "compile", |
240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
242 "@@@STEP_LOG_END@json.output (invalid)@@@" | 242 "@@@STEP_LOG_END@json.output (invalid)@@@" |
243 ] | 243 ] |
244 }, | 244 }, |
245 { | 245 { |
246 "name": "$result", | 246 "name": "$result", |
247 "recipe_result": null, | 247 "recipe_result": null, |
248 "status_code": 0 | 248 "status_code": 0 |
249 } | 249 } |
250 ] | 250 ] |
OLD | NEW |