| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "python", | 229 "python", |
| 230 "-u", | 230 "-u", |
| 231 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 231 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 232 "runhooks" | 232 "runhooks" |
| 233 ], | 233 ], |
| 234 "cwd": "[SLAVE_BUILD]/src", | 234 "cwd": "[SLAVE_BUILD]/src", |
| 235 "env": { | 235 "env": { |
| 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 237 "GYP_CHROMIUM_NO_ACTION": "1", | 237 "GYP_CHROMIUM_NO_ACTION": "1", |
| 238 "GYP_CROSSCOMPILE": "1", | 238 "GYP_CROSSCOMPILE": "1", |
| 239 "GYP_DEFINES": "OS=android asan=1 clang=1 component=static_library disable
_brotli_filter=1 disable_file_support=1 disable_ftp_support=1 enable_websockets=
0 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1 use_platfor
m_icu_alternatives=1", | 239 "GYP_DEFINES": "OS=android asan=1 clang=1 component=static_library disable
_brotli_filter=1 disable_file_support=1 disable_ftp_support=1 enable_websockets=
0 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1 use_partiti
on_alloc=0 use_platform_icu_alternatives=1", |
| 240 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 240 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 241 }, | 241 }, |
| 242 "name": "gclient runhooks" | 242 "name": "gclient runhooks" |
| 243 }, | 243 }, |
| 244 { | 244 { |
| 245 "cmd": [ | 245 "cmd": [ |
| 246 "python", | 246 "python", |
| 247 "-u", | 247 "-u", |
| 248 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 248 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 249 "gen", | 249 "gen", |
| (...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 824 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 825 "@@@STEP_LOG_END@python.inline@@@" | 825 "@@@STEP_LOG_END@python.inline@@@" |
| 826 ] | 826 ] |
| 827 }, | 827 }, |
| 828 { | 828 { |
| 829 "name": "$result", | 829 "name": "$result", |
| 830 "recipe_result": null, | 830 "recipe_result": null, |
| 831 "status_code": 0 | 831 "status_code": 0 |
| 832 } | 832 } |
| 833 ] | 833 ] |
| OLD | NEW |