Is there a way to prevent a project from running if another project is currently in the failed state?
We have a build that creates a database used by our integration tests. If the database is incomplete, our integration test builds fail. I would like to prevent our integration test builds from failing if the database build is currently in the failed state. Is this possible? I could solve this by using a more stable database for running tests, but my company doesn't have currently have resources for another database server.
