Skip to content

Prevent spurious breakage when tagging happens #331

@Geod24

Description

@Geod24

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions