OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 "--goma-cache-dir", | 271 "--goma-cache-dir", |
272 "[GOMA_CACHE]", | 272 "[GOMA_CACHE]", |
273 "--buildbot-buildername", | 273 "--buildbot-buildername", |
274 "restart_usb_builder", | 274 "restart_usb_builder", |
275 "--buildbot-mastername", | 275 "--buildbot-mastername", |
276 "chromium.testing.master", | 276 "chromium.testing.master", |
277 "--buildbot-slavename", | 277 "--buildbot-slavename", |
278 "tehslave", | 278 "tehslave", |
279 "--goma-fail-fast", | 279 "--goma-fail-fast", |
280 "--goma-disable-local-fallback", | 280 "--goma-disable-local-fallback", |
281 "--ninja-ensure-up-to-date", | |
282 "--" | 281 "--" |
283 ], | 282 ], |
284 "env": { | 283 "env": { |
285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
287 }, | 286 }, |
288 "name": "compile" | 287 "name": "compile" |
289 }, | 288 }, |
290 { | 289 { |
291 "cmd": [ | 290 "cmd": [ |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 989 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
991 }, | 990 }, |
992 "name": "stack_tool_for_asan" | 991 "name": "stack_tool_for_asan" |
993 }, | 992 }, |
994 { | 993 { |
995 "name": "$result", | 994 "name": "$result", |
996 "recipe_result": null, | 995 "recipe_result": null, |
997 "status_code": 0 | 996 "status_code": 0 |
998 } | 997 } |
999 ] | 998 ] |
OLD | NEW |