switch tag pattern to vYYYY.MM.DD[-N]
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Currently, the pattern for Socorro tags (which trigger production deploys) is:
YYYY.MM.DD[-N]
It's been that way for a while. We standardized on tags starting with v. We need to use calendar based versions because that's more meaningful than an incrementing integer. Given all that, we need to change our tag pattern to:
vYYYY.MM.DD[-N]
This bug covers that work.
| Assignee | ||
Comment 1•2 years ago
|
||
We had to support this tag pattern for Eliot, so I updated the release script to support it:
https://github.com/willkg/socorro-release/issues/25
Socorro uses that version of release already.
I think the work required here is:
- adjust
.circleci/config.ymlto support the new tag - add
tag_name_templateconfiguration topyproject.tomlfor the release script - update any documentation
- update the deploy pipeline in jenkins which has regexps for recognizing what to do based on the tag
- add tag protections in github.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
I updated the configuration of the dockerhub socorro hook in jenkins. I think this should work now. We'll know when we do the next prod deploy.
| Assignee | ||
Comment 5•2 years ago
|
||
I just did a prod deploy in bug #1896001. Everything worked super. Marking as FIXED.
Description
•