Try applying some revision:
```
CONDUIT_TOKEN=<token> ./apply-revision.sh Dxxxx
```
This effectively only runs smoke tests at this time, but testing `land-patch.sh`
will become more relevant as autogen gets added:
```
git checkout master
git checkout <this-patch> land-patch.sh
./land-patch.sh --dry-run
```