| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 509 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 497 "@@@STEP_LOG_END@python.inline@@@" | 510 "@@@STEP_LOG_END@python.inline@@@" |
| 498 ] | 511 ] |
| 499 }, | 512 }, |
| 500 { | 513 { |
| 501 "name": "$result", | 514 "name": "$result", |
| 502 "recipe_result": null, | 515 "recipe_result": null, |
| 503 "status_code": 0 | 516 "status_code": 0 |
| 504 } | 517 } |
| 505 ] | 518 ] |
| OLD | NEW |