| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "--src-dir", | 155 "--src-dir", |
| 156 "[SLAVE_BUILD]/src", | 156 "[SLAVE_BUILD]/src", |
| 157 "--goma-cache-dir", | 157 "--goma-cache-dir", |
| 158 "[GOMA_CACHE]", | 158 "[GOMA_CACHE]", |
| 159 "--build-tool", | 159 "--build-tool", |
| 160 "ninja", | 160 "ninja", |
| 161 "--compiler", | 161 "--compiler", |
| 162 "goma", | 162 "goma", |
| 163 "--goma-jsonstatus", | 163 "--goma-jsonstatus", |
| 164 "/path/to/tmp/json", | 164 "/path/to/tmp/json", |
| 165 "--goma-service-account-json-file", |
| 166 "/creds/service_accounts/service-account-goma-client.json", |
| 165 "--goma-dir", | 167 "--goma-dir", |
| 166 "[BUILD]/goma", | 168 "[BUILD]/goma", |
| 167 "--", | 169 "--", |
| 168 "content_shell_apk" | 170 "content_shell_apk" |
| 169 ], | 171 ], |
| 170 "cwd": "[SLAVE_BUILD]", | 172 "cwd": "[SLAVE_BUILD]", |
| 171 "env": { | 173 "env": { |
| 172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 173 }, | 175 }, |
| 174 "name": "compile", | 176 "name": "compile", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 187 ], | 189 ], |
| 188 "cwd": "[SLAVE_BUILD]", | 190 "cwd": "[SLAVE_BUILD]", |
| 189 "name": "dartium_test" | 191 "name": "dartium_test" |
| 190 }, | 192 }, |
| 191 { | 193 { |
| 192 "name": "$result", | 194 "name": "$result", |
| 193 "recipe_result": null, | 195 "recipe_result": null, |
| 194 "status_code": 0 | 196 "status_code": 0 |
| 195 } | 197 } |
| 196 ] | 198 ] |
| OLD | NEW |