Closed Bug 850736 Opened 11 years ago Closed 11 years ago

implement funnelcake19/20 A/B stub installer test on bouncer

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nmaul, Assigned: nmaul)

References

Details

Should look something like this:

    RewriteCond %{QUERY_STRING} ^product=firefox-20\.0b4&os=(win)&lang=(en-US)$
    RewriteRule ^/$ /?product=${products:funnelcake}&os=%1&lang=%2 [NC,L,R]

    RewriteCond %{QUERY_STRING} ^product=firefox-latest&os=(win)&lang=(en-US)$
    RewriteRule ^/$ /?product=firefox-20.0b4-funnelcake20&os=%1&lang=%2 [NC,L,R]

The funnelcake.txt file needs to have 2 entries... funnelcake19 and firefox-beta-stub.

This should go right after we change the fallback page beta button to point to funnelcake20.
Depends on: 850295
Assignee: server-ops-webops → nmaul
Group: infra
Committed for testing:

    # Firefox 20.0b4 stub installer A/B funnelcake test
    RewriteMap products rnd:/etc/httpd/mozilla/domains/funnelcake-map.txt
    RewriteCond %{QUERY_STRING} ^product=firefox-20\.0b4&os=(win)&lang=(en-US)&TESTING$
    RewriteRule ^/$ /?product=${products:funnelcake}&os=%1&lang=%2 [NC,L,R]
    RewriteCond %{QUERY_STRING} ^product=firefox-beta-latest&os=(win)&lang=(en-US)&TESTING$
    RewriteRule ^/$ /?product=firefox-20.0b4-funnelcake20&os=%1&lang=%2 [NC,L,R]


Note the addition of the "&TESTING" to the end of the query strings we're looking for. Will remove and recommit when fallback page changes are live in prod and we're ready to start doing this test.
This was deployed live at approximately 2013-03-13 13:53:46 PT.

It needs to be reverted after 2013-03-22 13:53:46 PT.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.