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

MAINT: Revise CircleCI's cache tags to avoid mixups between builds #2457

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

oesteban
Copy link
Member

As a result of the ambiguity of these tags, a tag 20.2.2 was deployed to docker hub containing the 20.1.4 build last Friday.

The misuse of {{ epoch }} as well as too liberal template matching when loading cached docker images resulted in this situation.

Resolves: #2454.

Changes proposed in this pull request

Documentation that should be reviewed

As a result of the ambiguity of these tags, a tag 20.2.2 was deployed to docker hub containing the 20.1.4 build last Friday.

The misuse of ``{{ epoch }}`` as well as too liberal template matching when loading cached docker images resulted in this situation.

Resolves: #2454.
@oesteban
Copy link
Member Author

Any obvious problem / caveat?

@oesteban
Copy link
Member Author

Seems to be working properly. Pushing it in.

@oesteban oesteban merged commit 9842a73 into master Jul 19, 2021
@oesteban oesteban deleted the maint/2454 branch July 19, 2021 14:35
@effigies
Copy link
Member

Do we need to do a similar thing in maint/20.2.x?

@oesteban
Copy link
Member Author

oesteban commented Jul 19, 2021

Not sure it is worth the pain, but if we again are releasing two tags at once this could possibly happen again.

EDIT: yes, the cost is minimal - I can do it

oesteban added a commit to oesteban/dmriprep that referenced this pull request Aug 30, 2021
oesteban added a commit to oesteban/dmriprep that referenced this pull request Aug 30, 2021
oesteban added a commit to oesteban/dmriprep that referenced this pull request Aug 30, 2021
oesteban added a commit to oesteban/dmriprep that referenced this pull request Aug 30, 2021
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

Successfully merging this pull request may close these issues.

CircleCI's cache tags are ambiguous
2 participants