socorro deploy: 2020.05.05
Categories
(Socorro :: Infra, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for socorro
tagged 2020.05.05
.
It consists of the following:
9cba5f2
: bug 1626048: add SubmittedFromInfobarFixRule to pipeline (willkg)
ce36044
: Update markus to 2.2.0 (willkg)
b2f5a03
: Remove unneeded argument keys and fix another case (willkg)
523164f
: bug 1620595: add annotations documentation (willkg)
0da195f
: bug 1620595: add link to annotation docs (willkg)
48577ee
: bug 1626632: rewrite validate_and_test with click and add basic test (willkg)
23c1739
: bug 1409547: rewrite db using click and add basic test (willkg)
ef5a2df
: bug 1409547: rewrite es command and add basic test (willkg)
6f6f702
: bug 1621094: remove debug admin view (willkg)
84ababd
: bug 1621094: remove debug view link in admin (willkg)
2005a6f
: bug 1054508: add warning to raw crash data and minidumps section (willkg)
17075cf
: bug 1383113: switch from getattr to getitem notation in breakpad rules (willkg)
a4d7f0b
: 1383113: add note about rules that need to run before JitCrashCategorizeRule (willkg)
834a6fa
: bug 1383113: fix copy.copy to copy.deepcopy (willkg)
a733787
: bug 1383113: switch to getitem notation for general rules (willkg)
731d67c
: bug 1383113: reformat test_general.py file (willkg)
d8a51dd
: bug 1383113: remove DotDict usage in breakpad rules (willkg)
a4bdb96
: bug 1383113: clean up memory_report_extraction rules tests (willkg)
877ac9e
: bug 1383113: switch mozilla rules to getitem notation (willkg)
e79d923
: bug 1383113: centralize get_basic_processor_meta function (willkg)
a006a1e
: Remove object subclass indicator (willkg)
f17c529
: bug 1383113: fix a couple of missed getattr (willkg)
d76fe29
: Bump jquery from 3.4.0 to 3.5.0 in /webapp-django (dependabot[bot])
37f7c9c
: Bump docutils from 0.15.2 to 0.16 (from PR #5197) (dependabot-preview[bot])
bc893bb
: Bump boto3 from 1.12.36 to 1.13.0 (from PR #5361) (dependabot-preview[bot])
0ed4020
: Bump jinja2 from 2.11.1 to 2.11.2 (from PR #5362) (dependabot-preview[bot])
76bd439
: Bump urllib3 from 1.25.8 to 1.25.9 (from PR #5363) (dependabot-preview[bot])
e2edd6a
: Bump psycopg2 from 2.8.4 to 2.8.5 (from PR #5364) (dependabot-preview[bot])
a372269
: Bump regex from 2020.2.20 to 2020.4.4 (from PR #5365) (dependabot-preview[bot])
7a9b2b9
: Bump pyparsing from 2.4.6 to 2.4.7 (from PR #5366) (dependabot-preview[bot])
10e6f2e
: Bump humanfriendly from 8.1 to 8.2 (from PR #5367) (dependabot-preview[bot])
a28d102
: Bump sphinxcontrib-websupport from 1.2.1 to 1.2.2 (from PR #5368) (dependabot-preview[bot])
272b728
: Bump sphinx from 2.4.4 to 3.0.3 (from PR #5369) (dependabot-preview[bot])
123708c
: Bump zope-interface from 5.0.2 to 5.1.0 (from PR #5370) (dependabot-preview[bot])
f68e7ae
: Bump cryptography from 2.8 to 2.9.2 (from PR #5371) (dependabot-preview[bot])
3b5b196
: Bump awscli from 1.18.36 to 1.18.50 (from PR #5372) (dependabot-preview[bot])
828527c
: Bump httplib2 from 0.17.0 to 0.17.3 (from PR #5373) (dependabot-preview[bot])
be2d8c4
: Bump botocore from 1.15.36 to 1.16.0 (from PR #5374) (dependabot-preview[bot])
f25127d
: Bump pytz from 2019.3 to 2020.1 (from PR #5375) (dependabot-preview[bot])
963d491
: Bump cfn-lint from 0.29.4 to 0.30.1 (from PR #5376) (dependabot-preview[bot])
0175e42
: Bump certifi from 2019.11.28 to 2020.4.5.1 (from PR #5377) (dependabot-preview[bot])
6182422
: Bump aws-xray-sdk from 2.4.3 to 2.5.0 (from PR #5378) (dependabot-preview[bot])
9dc5890
: Bump responses from 0.10.12 to 0.10.14 (from PR #5379) (dependabot-preview[bot])
a88aeca
: Bump click from 7.1.1 to 7.1.2 (from PR #5380) (dependabot-preview[bot])
e3c5ccf
: Bump atomicwrites from 1.3.0 to 1.4.0 (from PR #5381) (dependabot-preview[bot])
073d2b5
: Bump jsonpickle from 1.3 to 1.4.1 (from PR #5382) (dependabot-preview[bot])
2376d0a
: Bump pathspec from 0.7.0 to 0.8.0 (from PR #5383) (dependabot-preview[bot])
f64488d
: bug 1633473: add pthread_mutex_trylock to prefix list (willkg)
7857712
: Update Fennec release version to 68.8.0 (rvandermeulen)
Assignee | ||
Comment 1•11 months ago
|
||
Grabbing this to do today.
Assignee | ||
Comment 2•11 months ago
|
||
tag 2020.05.05
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Tue May 5 13:01:37 2020 -0400
`9cba5f2`: bug 1626048: add SubmittedFromInfobarFixRule to pipeline (willkg)
`ce36044`: Update markus to 2.2.0 (willkg)
`b2f5a03`: Remove unneeded argument keys and fix another case (willkg)
`523164f`: bug 1620595: add annotations documentation (willkg)
`0da195f`: bug 1620595: add link to annotation docs (willkg)
`48577ee`: bug 1626632: rewrite validate_and_test with click and add basic test (willkg)
`23c1739`: bug 1409547: rewrite db using click and add basic test (willkg)
`ef5a2df`: bug 1409547: rewrite es command and add basic test (willkg)
`6f6f702`: bug 1621094: remove debug admin view (willkg)
`84ababd`: bug 1621094: remove debug view link in admin (willkg)
`2005a6f`: bug 1054508: add warning to raw crash data and minidumps section (willkg)
`17075cf`: bug 1383113: switch from getattr to getitem notation in breakpad rules (willkg)
`a4d7f0b`: 1383113: add note about rules that need to run before JitCrashCategorizeRule (willkg)
`834a6fa`: bug 1383113: fix copy.copy to copy.deepcopy (willkg)
`a733787`: bug 1383113: switch to getitem notation for general rules (willkg)
`731d67c`: bug 1383113: reformat test_general.py file (willkg)
`d8a51dd`: bug 1383113: remove DotDict usage in breakpad rules (willkg)
`a4bdb96`: bug 1383113: clean up memory_report_extraction rules tests (willkg)
`877ac9e`: bug 1383113: switch mozilla rules to getitem notation (willkg)
`e79d923`: bug 1383113: centralize get_basic_processor_meta function (willkg)
`a006a1e`: Remove object subclass indicator (willkg)
`f17c529`: bug 1383113: fix a couple of missed getattr (willkg)
`d76fe29`: Bump jquery from 3.4.0 to 3.5.0 in /webapp-django (dependabot[bot])
`37f7c9c`: Bump docutils from 0.15.2 to 0.16 (from PR #5197) (dependabot-preview[bot])
`bc893bb`: Bump boto3 from 1.12.36 to 1.13.0 (from PR #5361) (dependabot-preview[bot])
`0ed4020`: Bump jinja2 from 2.11.1 to 2.11.2 (from PR #5362) (dependabot-preview[bot])
`76bd439`: Bump urllib3 from 1.25.8 to 1.25.9 (from PR #5363) (dependabot-preview[bot])
`e2edd6a`: Bump psycopg2 from 2.8.4 to 2.8.5 (from PR #5364) (dependabot-preview[bot])
`a372269`: Bump regex from 2020.2.20 to 2020.4.4 (from PR #5365) (dependabot-preview[bot])
`7a9b2b9`: Bump pyparsing from 2.4.6 to 2.4.7 (from PR #5366) (dependabot-preview[bot])
`10e6f2e`: Bump humanfriendly from 8.1 to 8.2 (from PR #5367) (dependabot-preview[bot])
`a28d102`: Bump sphinxcontrib-websupport from 1.2.1 to 1.2.2 (from PR #5368) (dependabot-preview[bot])
`272b728`: Bump sphinx from 2.4.4 to 3.0.3 (from PR #5369) (dependabot-preview[bot])
`123708c`: Bump zope-interface from 5.0.2 to 5.1.0 (from PR #5370) (dependabot-preview[bot])
`f68e7ae`: Bump cryptography from 2.8 to 2.9.2 (from PR #5371) (dependabot-preview[bot])
`3b5b196`: Bump awscli from 1.18.36 to 1.18.50 (from PR #5372) (dependabot-preview[bot])
`828527c`: Bump httplib2 from 0.17.0 to 0.17.3 (from PR #5373) (dependabot-preview[bot])
`be2d8c4`: Bump botocore from 1.15.36 to 1.16.0 (from PR #5374) (dependabot-preview[bot])
`f25127d`: Bump pytz from 2019.3 to 2020.1 (from PR #5375) (dependabot-preview[bot])
`963d491`: Bump cfn-lint from 0.29.4 to 0.30.1 (from PR #5376) (dependabot-preview[bot])
`0175e42`: Bump certifi from 2019.11.28 to 2020.4.5.1 (from PR #5377) (dependabot-preview[bot])
`6182422`: Bump aws-xray-sdk from 2.4.3 to 2.5.0 (from PR #5378) (dependabot-preview[bot])
`9dc5890`: Bump responses from 0.10.12 to 0.10.14 (from PR #5379) (dependabot-preview[bot])
`a88aeca`: Bump click from 7.1.1 to 7.1.2 (from PR #5380) (dependabot-preview[bot])
`e3c5ccf`: Bump atomicwrites from 1.3.0 to 1.4.0 (from PR #5381) (dependabot-preview[bot])
`073d2b5`: Bump jsonpickle from 1.3 to 1.4.1 (from PR #5382) (dependabot-preview[bot])
`2376d0a`: Bump pathspec from 0.7.0 to 0.8.0 (from PR #5383) (dependabot-preview[bot])
`f64488d`: bug 1633473: add pthread_mutex_trylock to prefix list (willkg)
`7857712`: Update Fennec release version to 68.8.0 (rvandermeulen)
Deploy bug #1635485
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAl6xm/EACgkQGL3RpvBm
7BEPJAf/VfP/NN+cRWuWwKx49uqFYk/02TnK+LRPt9xdjWa9IEaFsEtgedx7IRbY
CqFG0tbkUsAAAB73TdqYoaBuJOV0VuPgnaUBOZ9xbXGVL/sqkVwRpCaKrvXUxaP7
mbLW0ih88OGw7GXIQByNP9ST44kkaJpHMixeCF/IZu5eOQwJ3U4iwe4gDxVW4FpV
Mj2Z1I+sRSu25lylxHZsqtSUEUfhURMHJDx3LiBeERrV5RkSunIDaLjGHvi+m5Kv
6DyK2KpuJqrK1Z1hvu/mnNddRzgXEOjp0TF3F31m7p9/rx08diGE1x6OQWovFAnp
UaEWIvHYAzp9H9Ar027oD0WLdrFY4w==
=0hvk
-----END PGP SIGNATURE-----
commit 19496603247967358047b6afe41845d907d05e4c (HEAD -> master, tag: 2020.05.05, official/master)
Merge: 16bb6368c 7857712c7
Author: Will Kahn-Greene <willkg@users.noreply.github.com>
Date: Tue May 5 11:29:18 2020 -0400
Merge pull request #5387 from rvandermeulen/patch-14
Update Fennec release version to 68.8.0
Assignee | ||
Comment 3•11 months ago
|
||
Everything in Grafana and Sentry look ok. Marking as FIXED.
Description
•