socorro deploy: 2020.02.24
Categories
(Socorro :: Infra, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for socorro
tagged 2020.02.24
.
It consists of the following:
e19103b
: bug 1614033: switch to unittest.mock (willkg)
391e238
: bug 1614033: fix mock usage I missed in first pass (willkg)
080ed3a
: bug 1614033: nix mock dependency from requirements (willkg)
8f940d3
: Update Fennec versions for new releases (rvandermeulen)
1ab9b65
: bug 1616253: fix aggregation for ipc_shutdown_state (willkg)
adf07a3
: bug 1612569: fix SignatureIPCChannelError docstring (willkg)
16265d0
: bug 1612569: update signature generation docs (willkg)
9cc81e0
: bug 1616837: add RustMozCrash to irrelevant list (willkg)
f847ace
: bug 1616194: use json_dump.lsb_release.description for platform pretty version (willkg)
Assignee | ||
Comment 1•5 years ago
|
||
e19103b: bug 1614033: switch to unittest.mock (willkg)
391e238: bug 1614033: fix mock usage I missed in first pass (willkg)
080ed3a: bug 1614033: nix mock dependency from requirements (willkg)
8f940d3: Update Fennec versions for new releases (rvandermeulen)
These are all fine. The first three affect local dev environment and CI. Updating Fennec versions kicks in immediately since all environments look at the file in the Github repo.
1ab9b65: bug 1616253: fix aggregation for ipc_shutdown_state (willkg)
Stage created a new Elasticsearch index and I verified that ipc_shutdown_state
is aggregating correctly now.
adf07a3: bug 1612569: fix SignatureIPCChannelError docstring (willkg)
16265d0: bug 1612569: update signature generation docs (willkg)
This is fine now.
9cc81e0: bug 1616837: add RustMozCrash to irrelevant list (willkg)
These crash reports are getting new signatures. When we push this to prod, we might want to reprocess the last week or something like that.
f847ace: bug 1616194: use json_dump.lsb_release.description for platform pretty version (willkg)
This is working nicely.
Assignee | ||
Comment 2•5 years ago
|
||
Tagged:
tag 2020.02.24
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Mon Feb 24 10:30:32 2020 -0500
`e19103b`: bug 1614033: switch to unittest.mock (willkg)
`391e238`: bug 1614033: fix mock usage I missed in first pass (willkg)
`080ed3a`: bug 1614033: nix mock dependency from requirements (willkg)
`8f940d3`: Update Fennec versions for new releases (rvandermeulen)
`1ab9b65`: bug 1616253: fix aggregation for ipc_shutdown_state (willkg)
`adf07a3`: bug 1612569: fix SignatureIPCChannelError docstring (willkg)
`16265d0`: bug 1612569: update signature generation docs (willkg)
`9cc81e0`: bug 1616837: add RustMozCrash to irrelevant list (willkg)
`f847ace`: bug 1616194: use json_dump.lsb_release.description for platform pretty version (willkg)
Deploy bug #1617605
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAl5T7BgACgkQGL3RpvBm
7BGQjAf8ChTuXrBkm6dA9LQQLSTLlyTu2tYpemiG8WOMazWJ/VAgDmAE5ARD7cq8
YClB3YcTvKpF+vI0qcnZrCn+ca3kAtB3V2Ys9Zouef3LOrHa5T6Ej/oMTvxYWmUu
vWbnyAn/pWVAzp2GTuu4O3cE9RJ1GJy7VdLCIFaDCg8IAgRa01Ao+HM2VwfHsmJ7
o1IkwJsQFtpWZ470XUOuKzZqjsCJ6j9wpgcE2+0fjHI7rMvRGjQip5B/cv7XqRGM
SFyUzjVI2fjvylY5f5GJ1qLALW3xw1fRlbOp6ux+R1juuIewFFcdmWffYv/UI6BS
CnbNl4/HmCYmuincpVj5JN63xhnChA==
=+waS
-----END PGP SIGNATURE-----
commit d8dabe67a3a7ba9ace000ed861fe11a0e5c64368 (HEAD -> master, tag: 2020.02.24, official/master)
Merge: 6f4f5a98f f847acee7
Author: Will Kahn-Greene <willkg@users.noreply.github.com>
Date: Thu Feb 20 15:51:05 2020 -0500
Merge pull request #5223 from willkg/1616194-lsb-release
bug 1616194: use json_dump.lsb_release.description for platform pretty version
Assignee | ||
Comment 3•5 years ago
|
||
Everything looks ok, so I'm marking this as FIXED.
Description
•