OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.perf.fyi", | 8 "chromium.perf.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux CT Top1k Repaint Perf", | 10 "Linux CT Top1k Repaint Perf", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "checkout", | 127 "checkout", |
128 "-f", | 128 "-f", |
129 "FETCH_HEAD" | 129 "FETCH_HEAD" |
130 ], | 130 ], |
131 "cwd": "[SLAVE_BUILD]/swarming.client", | 131 "cwd": "[SLAVE_BUILD]/swarming.client", |
132 "name": "git checkout (swarming_client)" | 132 "name": "git checkout (swarming_client)" |
133 }, | 133 }, |
134 { | 134 { |
135 "cmd": [ | 135 "cmd": [ |
136 "git", | 136 "git", |
| 137 "rev-parse", |
| 138 "HEAD" |
| 139 ], |
| 140 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 141 "name": "read revision", |
| 142 "stdout": "/path/to/tmp/", |
| 143 "~followup_annotations": [ |
| 144 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 145 ] |
| 146 }, |
| 147 { |
| 148 "cmd": [ |
| 149 "git", |
137 "clean", | 150 "clean", |
138 "-f", | 151 "-f", |
139 "-d", | 152 "-d", |
140 "-x" | 153 "-x" |
141 ], | 154 ], |
142 "cwd": "[SLAVE_BUILD]/swarming.client", | 155 "cwd": "[SLAVE_BUILD]/swarming.client", |
143 "name": "git clean (swarming_client)" | 156 "name": "git clean (swarming_client)" |
144 }, | 157 }, |
145 { | 158 { |
146 "cmd": [ | 159 "cmd": [ |
(...skipping 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1408 "~followup_annotations": [ | 1421 "~followup_annotations": [ |
1409 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" | 1422 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" |
1410 ] | 1423 ] |
1411 }, | 1424 }, |
1412 { | 1425 { |
1413 "name": "$result", | 1426 "name": "$result", |
1414 "recipe_result": null, | 1427 "recipe_result": null, |
1415 "status_code": 0 | 1428 "status_code": 0 |
1416 } | 1429 } |
1417 ] | 1430 ] |
OLD | NEW |