Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittently Using Wrong Version #110

Open
charlieoleary opened this issue Feb 10, 2020 · 4 comments
Open

Intermittently Using Wrong Version #110

charlieoleary opened this issue Feb 10, 2020 · 4 comments

Comments

@charlieoleary
Copy link

charlieoleary commented Feb 10, 2020

Hi,

Since we changed our Docker repository tags to be immutable I've noticed that intermittently Concourse / the semver resource will use the incorrect version between jobs in the pipeline. This ultimately leads to the build failing due to the tag being immutable. Here are some examples --

bump-version job starts and finishes successfully --

image

When we look at the job that includes the get for the version and the Docker build, we see that it's reusing the previous version --

image

Finally, when we look at the output itself, we see that the previous version (-rc.13) belongs to TWO builds, while (-rc.14) has no builds.

image

#16239 is using the duplicate tag.

Any idea what the root cause could be here? Most builds finish without an issue, but we will have some that end up with this version collision and are (correctly) blocked from overwriting the tag.

@taylorsilva
Copy link
Member

Sorry for the super late response!

This is pretty strange, I'm not sure why this would happen intermittently. Which driver are you using (s3, gcs, git)?

@charlieoleary
Copy link
Author

No worries. It’s relatively rare and immutable gags prevents any unexpected changes fortunately. We are using S3 for our storage.

@taylorsilva
Copy link
Member

I thought on this a bit but can't come up with any good theories. We'll leave this open and see if anyone else runs into this and has a reproducible case.

@skreddy6673
Copy link

@charlieoleary @taylorsilva
I'm also seeing the same issue, intermittently lately, just in couple pipelines.

Concourse Version: v6.5.1
Helm Chart: v 12.0.1
driver: git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants