Giter Club home page Giter Club logo

Comments (2)

vito avatar vito commented on July 22, 2024

Here's what happened:

  1. With v6.1.x we tweaked our release process so we always ship from release pipelines, rather than shipping releases that "roll forward" (i.e. latest -> latest) from our main pipeline.
  2. Release pipelines have a bump-cbd-versions job which created 96dea55 on the release/x.x.x branch of this repo and tagged it as v6.1.0.
    • In the past, these commits have always been for non-latest releases, but this time it was for v6.1.0.
  3. The master pipeline also has a bump-cbd-versions job, which triggers whenever a new release appears on bosh.io.
    • Normally, this job wouldn't fire when shipping from a release pipeline, because patch releases of older versions wouldn't trigger the job. In this case, a new 'latest' release was shipped, so it triggered the job in addition to the release pipeline's own 'bump' job.

So, when the main pipeline's bump-cbd-versions job triggered, it created and pushed 022e40a to master, but then it got stuck in a loop pushing the v6.1.0 tag because it already exists. The build ran in a loop for 3 days before finally failing.

It was tempting for me to say "just don't track the master branch - track all branches" but it turns out the order of the versions isn't exactly useful to track - it's chronologically sorted, not semver sorted:

image

...so, yeah, we'll look into fixing this. It's a little tricky. Maybe we just need to force-push the tag? 🤔

edit: maybe a better idea would be to merge the release/x.x.x branch in. 🤔

from concourse-bosh-deployment.

vito avatar vito commented on July 22, 2024

I've merged release/6.1.x into master, so the tag is there now! I'm going to close this issue and we'll have this flow sorted out for the next release. See concourse/concourse#5633 (comment) for details.

from concourse-bosh-deployment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.