| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\nfrom common import chromium_utils\n\npath = sys.argv[1]
\nif os.path.exists(path):\n for p in (os.path.join(path, x) for x in os.listdi
r(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n
else:\n os.unlink(p)\n", | 6 "\nimport os, sys\nfrom common import chromium_utils\n\npath = sys.argv[1]
\nif os.path.exists(path):\n for p in (os.path.join(path, x) for x in os.listdi
r(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n
else:\n os.unlink(p)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "rmcontents everything", | 10 "name": "rmcontents everything", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "checkout", | 54 "checkout", |
| 55 "-f", | 55 "-f", |
| 56 "FETCH_HEAD" | 56 "FETCH_HEAD" |
| 57 ], | 57 ], |
| 58 "cwd": "[SLAVE_BUILD]/flutter", | 58 "cwd": "[SLAVE_BUILD]/flutter", |
| 59 "name": "git checkout" | 59 "name": "git checkout" |
| 60 }, | 60 }, |
| 61 { | 61 { |
| 62 "cmd": [ | 62 "cmd": [ |
| 63 "git", | 63 "git", |
| 64 "rev-parse", |
| 65 "HEAD" |
| 66 ], |
| 67 "cwd": "[SLAVE_BUILD]/flutter", |
| 68 "name": "read revision", |
| 69 "stdout": "/path/to/tmp/", |
| 70 "~followup_annotations": [ |
| 71 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 72 ] |
| 73 }, |
| 74 { |
| 75 "cmd": [ |
| 76 "git", |
| 64 "clean", | 77 "clean", |
| 65 "-f", | 78 "-f", |
| 66 "-d", | 79 "-d", |
| 67 "-x" | 80 "-x" |
| 68 ], | 81 ], |
| 69 "cwd": "[SLAVE_BUILD]/flutter", | 82 "cwd": "[SLAVE_BUILD]/flutter", |
| 70 "name": "git clean" | 83 "name": "git clean" |
| 71 }, | 84 }, |
| 72 { | 85 { |
| 73 "cmd": [ | 86 "cmd": [ |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" | 205 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" |
| 193 }, | 206 }, |
| 194 "name": "test packages/newton" | 207 "name": "test packages/newton" |
| 195 }, | 208 }, |
| 196 { | 209 { |
| 197 "name": "$result", | 210 "name": "$result", |
| 198 "recipe_result": null, | 211 "recipe_result": null, |
| 199 "status_code": 0 | 212 "status_code": 0 |
| 200 } | 213 } |
| 201 ] | 214 ] |
| OLD | NEW |