| 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 "[START_DIR]" | 7 "[START_DIR]" |
| 8 ], | 8 ], |
| 9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "python", | 235 "python", |
| 236 "-u", | 236 "-u", |
| 237 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 237 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 238 "runhooks" | 238 "runhooks" |
| 239 ], | 239 ], |
| 240 "cwd": "[START_DIR]/src", | 240 "cwd": "[START_DIR]/src", |
| 241 "env": { | 241 "env": { |
| 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 243 "GYP_CHROMIUM_NO_ACTION": "1", | 243 "GYP_CHROMIUM_NO_ACTION": "1", |
| 244 "GYP_CROSSCOMPILE": "1", | 244 "GYP_CROSSCOMPILE": "1", |
| 245 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter=
1 disable_file_support=1 disable_ftp_support=1 enable_data_reduction_proxy_suppo
rt=1 enable_websockets=0 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm
use_goma=1 use_platform_icu_alternatives=1", | 245 "GYP_DEFINES": "OS=android component=static_library enable_data_reduction_
proxy_support=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma
=1", |
| 246 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA
RT_DIR]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 246 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA
RT_DIR]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 247 }, | 247 }, |
| 248 "name": "gclient runhooks" | 248 "name": "gclient runhooks" |
| 249 }, | 249 }, |
| 250 { | 250 { |
| 251 "cmd": [ | 251 "cmd": [ |
| 252 "python", | 252 "python", |
| 253 "-u", | 253 "-u", |
| 254 "[START_DIR]/src/tools/mb/mb.py", | 254 "[START_DIR]/src/tools/mb/mb.py", |
| 255 "gen", | 255 "gen", |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 848 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 849 "@@@STEP_LOG_END@python.inline@@@" | 849 "@@@STEP_LOG_END@python.inline@@@" |
| 850 ] | 850 ] |
| 851 }, | 851 }, |
| 852 { | 852 { |
| 853 "name": "$result", | 853 "name": "$result", |
| 854 "recipe_result": null, | 854 "recipe_result": null, |
| 855 "status_code": 0 | 855 "status_code": 0 |
| 856 } | 856 } |
| 857 ] | 857 ] |
| OLD | NEW |