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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 "--gsutil-py-path", | 179 "--gsutil-py-path", |
180 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 180 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
181 "--ninja-path", | 181 "--ninja-path", |
182 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 182 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
183 "--target", | 183 "--target", |
184 "Release", | 184 "Release", |
185 "--src-dir", | 185 "--src-dir", |
186 "[SLAVE_BUILD]/src", | 186 "[SLAVE_BUILD]/src", |
187 "--goma-cache-dir", | 187 "--goma-cache-dir", |
188 "[GOMA_CACHE]", | 188 "[GOMA_CACHE]", |
189 "--build-tool", | |
190 "ninja", | |
191 "--goma-fail-fast", | 189 "--goma-fail-fast", |
192 "--goma-disable-local-fallback", | 190 "--goma-disable-local-fallback", |
193 "--" | 191 "--" |
194 ], | 192 ], |
195 "env": { | 193 "env": { |
196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
197 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 195 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
198 }, | 196 }, |
199 "name": "compile" | 197 "name": "compile" |
200 }, | 198 }, |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 "~followup_annotations": [ | 945 "~followup_annotations": [ |
948 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" | 946 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" |
949 ] | 947 ] |
950 }, | 948 }, |
951 { | 949 { |
952 "name": "$result", | 950 "name": "$result", |
953 "recipe_result": null, | 951 "recipe_result": null, |
954 "status_code": 0 | 952 "status_code": 0 |
955 } | 953 } |
956 ] | 954 ] |
OLD | NEW |