-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
At the moment, we frequently hit the following issue:
- Buildkite builds a project
- Some change is made in the project (e.g. in
.travis.yml
) - Nothing happens for a while
- A new release is tagged
- The Buildkite build is broken, stalling all
auto-merge
in DMD/druntime/phobos (although not blocking direct merge) - The person around has to find a solution, which is either fixing buildkite, disabling the test, or fixing the lib + getting a patch release
As the number of project grows, so does this issue.
We could set as a requirement that a project being built via Buildkite also uses Buildkite itself as one of its CI, but that will obviously trigger more issues (especially since the logs aren't public).
Another idea would be to have a fallback to the previous version for the next X hours after a new release is created, but have dlang-bot create an issue in this repo tagging the maintainer and us.
Any thought @wilzbach ?
Metadata
Metadata
Assignees
Labels
No labels