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]/ThinLTO_Linux_ToT", | 7 "[BUILDER_CACHE]/ThinLTO_Linux_ToT", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 "--src-dir", | 245 "--src-dir", |
246 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src", | 246 "[BUILDER_CACHE]/ThinLTO_Linux_ToT/src", |
247 "--goma-cache-dir", | 247 "--goma-cache-dir", |
248 "[GOMA_CACHE]", | 248 "[GOMA_CACHE]", |
249 "--buildbot-buildername", | 249 "--buildbot-buildername", |
250 "ThinLTO Linux ToT", | 250 "ThinLTO Linux ToT", |
251 "--buildbot-mastername", | 251 "--buildbot-mastername", |
252 "chromium.fyi", | 252 "chromium.fyi", |
253 "--buildbot-slavename", | 253 "--buildbot-slavename", |
254 "TestSlavename", | 254 "TestSlavename", |
255 "--goma-deps-cache-dir", | 255 "--goma-deps-cache-file", |
256 "[GOMA_DEPS_CACHE]", | 256 "ThinLTO_Linux_ToT.gomadeps", |
257 "--build-data-dir", | 257 "--build-data-dir", |
258 "[ROOT]/build_data_dir", | 258 "[ROOT]/build_data_dir", |
259 "--compiler", | 259 "--compiler", |
260 "clang", | 260 "clang", |
261 "--" | 261 "--" |
262 ], | 262 ], |
263 "env": { | 263 "env": { |
264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
265 "LLVM_FORCE_HEAD_REVISION": "YES" | 265 "LLVM_FORCE_HEAD_REVISION": "YES" |
266 }, | 266 }, |
267 "name": "compile" | 267 "name": "compile" |
268 }, | 268 }, |
269 { | 269 { |
270 "name": "$result", | 270 "name": "$result", |
271 "recipe_result": null, | 271 "recipe_result": null, |
272 "status_code": 0 | 272 "status_code": 0 |
273 } | 273 } |
274 ] | 274 ] |
OLD | NEW |