| 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 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "--target", | 166 "--target", |
| 167 "Debug", | 167 "Debug", |
| 168 "--src-dir", | 168 "--src-dir", |
| 169 "[SLAVE_BUILD]/src", | 169 "[SLAVE_BUILD]/src", |
| 170 "--build-tool", | 170 "--build-tool", |
| 171 "ninja", | 171 "ninja", |
| 172 "--compiler", | 172 "--compiler", |
| 173 "goma", | 173 "goma", |
| 174 "--goma-dir", | 174 "--goma-dir", |
| 175 "[BUILD]/goma", | 175 "[BUILD]/goma", |
| 176 "--ninja-ensure-up-to-date", |
| 176 "--clobber", | 177 "--clobber", |
| 177 "--", | 178 "--", |
| 178 "cronet_package", | 179 "cronet_package", |
| 179 "cronet_sample_test_apk", | 180 "cronet_sample_test_apk", |
| 180 "cronet_test_instrumentation_apk" | 181 "cronet_test_instrumentation_apk" |
| 181 ], | 182 ], |
| 182 "cwd": "[SLAVE_BUILD]", | 183 "cwd": "[SLAVE_BUILD]", |
| 183 "env": { | 184 "env": { |
| 184 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 185 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 185 }, | 186 }, |
| 186 "name": "compile" | 187 "name": "compile" |
| 187 } | 188 } |
| 188 ] | 189 ] |
| OLD | NEW |