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