Closed
Bug 1653644
Opened 5 years ago
Closed 5 years ago
Relay deployments should ignore tags that start with "addon"
Categories
(Cloud Services :: Operations: Firefox Private Relay, task)
Cloud Services
Operations: Firefox Private Relay
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Assigned: bobm)
Details
Can we change our Relay deployment tooling to ignore tags that start with "addon"?
We use "addon-" tags for the addon versions, but they don't need to be deployed to the server(s).
| Assignee | ||
Comment 1•5 years ago
|
||
Addressed in PR 557. But I used a regex that would match: "-addon" at the end. Sounds like I need to change that.
| Assignee | ||
Comment 2•5 years ago
|
||
(In reply to Bob Micheletto [:bobm] from comment #1)
Verified with tags:
addon-1.3.0
addon-1.3.1
addon-1.4.0
addon-1.4.1
addon-1.4.2
I've modified the filter to match.
| Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•5 years ago
|
||
(In reply to Bob Micheletto [:bobm] from comment #1)
PR 557 has landed. Closing bug. Please verify.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(lcrouch)
Resolution: --- → FIXED
| Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(lcrouch)
You need to log in
before you can comment on or make changes to this bug.
Description
•