Daniel Jones

Results 37 comments of Daniel Jones

Recreating the (one) worker in our deployment fixed it, presumably by forcibly dropping the cache. Would be nice if there was a way of doing this without recreating the VM?

@kayrus Restart your workers, and if you're seeing the same issue as us, it should fix it.

@kayrus I don't _think_ so. You'd need to delete the volume that represents that version of the resource, and to do that you'd need to be outside of a check...

@kayrus I've asked one of my colleagues to comment on where to find the volumes. Can you not add another worker? How many workers do you have? If you can't...

Yeah, we need to get Concourse to realise that it doesn't have the volume, and therefore to download it again (now that the binaries are uploaded to GitHub). Recreating the...

@kayrus Glad you got it sorted! I would _really_ recommend making all your pipeline 'self-set' as their first step. Here's [a running example](https://ci.engineerbetter.com/teams/main/pipelines/pcfops-docker) and [the corresponding config](https://github.com/EngineerBetter/pcfops-docker/blob/master/ci/pipeline.yml#L229-L235). Stick something like...

There's no update on this in Tracker. @Jonty, did you start work on it? I'd be quite interested in this, as the idea of having version numbers stored in a...