thaliproject / CI

CI project for testing mobile devices
MIT License
2 stars 3 forks source link

We have to figure out how to not accidentally let in PRs that are not tested against the latest vNext #62

Closed yaronyg closed 8 years ago

yaronyg commented 8 years ago

The issue is that someone creates two PRs and tests both at the same time against vNext using CI. They both pass. But when the first is checked in the tests for the second are no longer relevant because they aren't against the 'new' vNext created by the first check in. So how do we detect that the second PR needs to have its tests run again before it's checked in?