Closed
Bug 967239
Opened 11 years ago
Closed 11 years ago
update tuxedo (+vendor lib) on production
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rhelmer, Assigned: cturra)
References
Details
(Whiteboard: [qa+])
Tuxedo has been updated and tested on stage, we'd like to make these changes live on production. The commit is: https://github.com/mozilla/tuxedo/commit/598b9eeafa1e08b044f60d88ded7aa917e24e38b
Is it possible to just upgrade Tuxedo and not Bouncer? There are no changes to bouncer necessary - I would like to just leave Bouncer alone even if it's not on the latest version.
Thanks!
Comment 1•11 years ago
|
||
It's all in the same repo, so that sounds challenging.
Assignee | ||
Comment 2•11 years ago
|
||
since bouncer is in the tuxedo repo, i don't think there is a clean way for us to update one and not the other.
https://github.com/mozilla/tuxedo/tree/master/bouncer
tho, your git foo is probably stronger than mine, so i am open to suggestions.
Comment 3•11 years ago
|
||
cturra: can you tell me what hash we're running in prod? If there are no bouncer changes I'm ok.
Buuuut....tomorrow is a Firefox release. Let's not do this now if that's ok.
Flags: needinfo?(cturra)
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Laura Thomson :laura from comment #3)
> cturra: can you tell me what hash we're running in prod? If there are no
> bouncer changes I'm ok.
production is currently running:
[root@bounceradm.private.phx1 tuxedo]# git log -n 1 --pretty=oneline
897ab227cef9437c0ff6345f472008f838e1dc3f Merge pull request #32 from brandonsavage/fixbouncerform
>
> Buuuut....tomorrow is a Firefox release. Let's not do this now if that's ok.
i completely agree, it'd seem safest to wait until after the release has made it's way out to the majority of our user base.
Assignee: server-ops-webops → cturra
Flags: needinfo?(cturra)
Reporter | ||
Comment 5•11 years ago
|
||
Ah I guess I had been assuming bouncer/tuxedo were on totally separate nodes and the code could be update separately - no problem though, I will take a look and see if there have been changes in the bouncer parts of the git repo above the revision mentioned in comment 4 - I would expect not, but good to double-check.
No rush on this from my side, waiting until after release is out of the way WFM
Reporter | ||
Comment 6•11 years ago
|
||
Looks like we don't have any changes to bouncer in between the sha asked for in comment 0 and the one currently in production (comment 4):
$ git diff --stat 897ab227cef9437c0ff6345f472008f838e1dc3f..598b9eeafa1e08b044f60d88ded7aa917e24e38b
.gitmodules | 2 +-
apps/api/templates/api/docs/product_add.html | 2 ++
apps/api/views.py | 3 ++-
vendor | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
Assignee | ||
Comment 7•11 years ago
|
||
i just wanted to check in on this. 27.0{.1} has now been shipped and unthrottled so we're probably in the clear here. any objections?
Flags: needinfo?(rhelmer)
Reporter | ||
Comment 8•11 years ago
|
||
(In reply to Chris Turra [:cturra] from comment #7)
> i just wanted to check in on this. 27.0{.1} has now been shipped and
> unthrottled so we're probably in the clear here. any objections?
We are fine from my perspective - what does QA say?
Flags: needinfo?(rhelmer) → needinfo?(mbrandt)
Comment 9•11 years ago
|
||
I think we're good on stage - automation is purring along with green passes as expected.
Flags: needinfo?(mbrandt)
Whiteboard: [qa+]
Assignee | ||
Comment 10•11 years ago
|
||
push to prod complete. :rhelmer has pinged the fine folks in qa to makes sure all the tests are still green. will mark this bug as r/fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 11•11 years ago
|
||
From the QA side of the world; bumping the bug to QA verified. Bouncer.prod tests are still green like Kermit the Frog.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•