Closed
Bug 1300207
Opened 9 years ago
Closed 9 years ago
Deploy Normandy v15
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mythmon, Assigned: relud)
Details
Please deploy Normandy v15.
# Major changes
* Updated JS libraries
* Help and debugging on recipe preview pages
* Add normandy.distribution to filter expressions, for funnelcake filtering
# Migrations
None
# Settings changes
None
# Commit log
$ git log v13..v14 --pretty=format:"%h %s" --no-merges
8abbe79 Update bcrypt to 3.1.0
e36243a chore(package): update babel-plugin-transform-runtime to version 6.15.0
bc8d72b chore(package): update sass-loader to version 4.0.1
76b749d chore(package): update eslint-plugin-jsx-a11y to version 2.2.1
ff21b5e chore(package): update postcss-loader to version 0.11.1
86ee1bc chore(package): update jasmine-core to version 2.5.0
c04a10d Remove ineffective Docker caching in CI
9b57bb7 Remove double fa- prefix
e92eae3 Dry out ExecuteStatus component
2a04b30 chore(package): update eslint-plugin-react to version 6.2.0
5a3fea2 Bind RecipeForm.changeAction to the class instance.
6af675e Add normandy.distribution to fliter expression context.
c4ca8ec Only show master branch for CI badge
ae318ec chore(package): update postcss-loader to version 0.11.0
c857575 control: Check for UITour on preview page, and give help if not available
804e617 Lint fixes for updated eslint config
ec4889e chore(package): update dependencies
8d25dea Fix some proptype errors
Comment 1•9 years ago
|
||
Contract tests passed:
(venv) ~/m/normandy (master) $ py.test -v --server=https://normandy-admin.stage.mozaws.net contract-tests/
===================================================== test session starts =====================================================
platform darwin -- Python 3.5.2, pytest-2.9.1, py-1.4.31, pluggy-0.3.1 -- /Users/chartjes/mozilla/normandy/venv/bin/python3.5
cachedir: .cache
django settings: normandy.settings (from ini file)
rootdir: /Users/chartjes/mozilla/normandy, inifile: pytest.ini
plugins: django-2.9.1, mock-0.11.0
collected 3 items
contract-tests/test_api.py::test_expected_action_types PASSED
contract-tests/test_api.py::test_console_log PASSED
contract-tests/test_api.py::test_show_heartbeat PASSED
Verified the follow recipes on staging behaved as expected via the control UI:
* US Geolocation Test
* Locale filtering test
* Mountain Dew Survey
* Message with a Button Test
* Basic Survey Prompt
QA approves tag v15 for deployment to production
| Assignee | ||
Comment 2•9 years ago
|
||
this is deploying to stage, should be up in ~25 minutes.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•9 years ago
|
||
this is up in stage
Comment 4•9 years ago
|
||
=============================
POST-STAGE-DEPLOYMENT TESTING
=============================
Contract tests pass
(venv) ~/m/normandy (master) $ py.test -v --server=https://normandy-admin.stage.mozaws.net contract-tests/
===================================================== test session starts =====================================================
platform darwin -- Python 3.5.2, pytest-2.9.1, py-1.4.31, pluggy-0.3.1 -- /Users/chartjes/mozilla/normandy/venv/bin/python3.5
cachedir: .cache
django settings: normandy.settings (from ini file)
rootdir: /Users/chartjes/mozilla/normandy, inifile: pytest.ini
plugins: django-2.9.1, mock-0.11.0
collected 3 items
contract-tests/test_api.py::test_expected_action_types PASSED
contract-tests/test_api.py::test_console_log PASSED
contract-tests/test_api.py::test_show_heartbeat PASSED
Verified the follow recipes on staging behaved as expected via the control UI:
* US Geolocation Test
* Locale filtering test
* Mountain Dew Survey
* Message with a Button Test
* Basic Survey Prompt
QA approves tag v15 for deployment to production
| Assignee | ||
Comment 5•9 years ago
|
||
this is live in prod
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•