Closed Bug 1600745 Opened 5 years ago Closed 5 years ago

socorro deploy: 2019.12.02

Categories

(Socorro :: Infra, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

Details

We want to do a deploy for socorro tagged 2019.12.02.

It consists of the following:

19d265c: Add pip check to linters (jwhitlock)
d12da57: Update AWS-related requirements (jwhitlock)
48b293b: bug 1433148: add new retry decorator (willkg)
0a52288: bug 1433148: switch from transaction retry to new retry (willkg)
3232892: Remove unused import (willkg)
c6113c4: Fix max-line-length in .editorconfig (willkg)
163bf5c: Remove transaction_context (willkg)
809011a: Bump the Fennec release version to 68.2.1 (rvandermeulen)
074220e: Update contributing docs (willkg)
2b1029d: Move "pip check" from lint step to build step (willkg)
6337bd9: Change SOCORRO_IMPLEMENTATIONS_CONFIG to SOCORRO_CONFIG (willkg)
e65f223: Fix configuration issues (willkg)
c3c4433: Remove pytest-wholenodeid (willkg)
01f1c16: Remove unused settings (willkg)
8b18be1: bug 1597334: enable docker-layer-caching (willkg)
342927e: Minor updates to README (willkg)
753a37f: bug 1597334: Remove apt-cache in Docker build (jwhitlock)
7e3e970: bug 1597334: Further changes to docker build (jwhitlock)
b19a750: bug 1433148: swap boto and boto3 and update related requirements (willkg)
96f6b93: bug 1433148: switch from boto to boto3 (willkg)
b9656ad: bug 1433148: remove redundant test (willkg)
c2495d3: bug 1433148: remove unneeded argument (willkg)
d48a549: bug 1433148: fix run_recreate_s3_buckets.sh to use env vars (willkg)
0c3474d: bug 1433148: improve verifyprocessed runtimes (willkg)
4d8b179: bug 1433148: fix key path issues (willkg)
83f7842: bug 1433148: undo name changes in Telemetry crash storage classes (willkg)
26d9bba: bug 1433148: improve docstrings and tweak CrashidMissingDatestamp (willkg)
fee1a56: bug 1433148: clean up BotoHelper (willkg)
012dd7f: bug 1433148: centralize bucket creation (willkg)
cf7f5b9: bug 1433148: remove errant FIXME and config; fix error check (willkg)
d5ccf0d: bug 1433148: remove addressing_style setting (willkg)
6222956: bug 1539305: update to python 3.7.5 (willkg)
1d565cf: bug 1599019: add NSApplication functions to prefix list (willkg)
cd4823d: bug 1599019: fix prefix changes to only add NSApplication (willkg)
09737d4: bug 1599146: add __cxa_rethrow to irrelevant list (willkg)
0256e49: bug 1599147: add objc_exception_rethrow to prefix list (willkg)
e197de3: bug 1599149: add std::terminate to irrelevant list (willkg)
8dff19d: bug 1599151: add objc_terminate to irrelevant list (willkg)
d946bb8: bug 1599152: add objc_retain to prefix list (willkg)
d6c383e: bug 1599155: add CALayerRetain to prefix list (willkg)
34c12fb: bug 1599156: add CALayerRelease to prefix list (willkg)
f61a394: bug 1599165: add pthread_cond_signal_thread_np to prefix list (willkg)
c9040ba: bug 1599157: add __cxxabiv1::failed_throw to prefix list (willkg)
dff76c4: bug 1599162: add __semwait_signal to prefix list (willkg)
ce402e8: bug 1599164: add __ulock_wait to prefix list (willkg)
dee77be: bug 1599167: add __unlink to prefix list (willkg)
f901983: bug 1599168: add unlink to prefix list (willkg)
f21a2c2: Bug 1599222 - mozilla::ipc::IPDLParamTraits<T>::Write to the prefix signature li (amccreight)
3a169a7: bug 1599506: add NXMapRemove to prefix list (willkg)

Grabbing this to do now. It's mostly signature generation changes, but there are some other changes that have been sitting on stage for a couple of weeks and have baked nicely.

Assignee: nobody → willkg
Status: NEW → ASSIGNED

Tagged!:

tag 2019.12.02
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date:   Mon Dec 2 15:09:21 2019 -0500

`19d265c`: Add pip check to linters (jwhitlock)
`d12da57`: Update AWS-related requirements (jwhitlock)
`48b293b`: bug 1433148: add new retry decorator (willkg)
`0a52288`: bug 1433148: switch from transaction retry to new retry (willkg)
`3232892`: Remove unused import (willkg)
`c6113c4`: Fix max-line-length in .editorconfig (willkg)
`163bf5c`: Remove transaction_context (willkg)
`809011a`: Bump the Fennec release version to 68.2.1 (rvandermeulen)
`074220e`: Update contributing docs (willkg)
`2b1029d`: Move "pip check" from lint step to build step (willkg)
`6337bd9`: Change SOCORRO_IMPLEMENTATIONS_CONFIG to SOCORRO_CONFIG (willkg)
`e65f223`: Fix configuration issues (willkg)
`c3c4433`: Remove pytest-wholenodeid (willkg)
`01f1c16`: Remove unused settings (willkg)
`8b18be1`: bug 1597334: enable docker-layer-caching (willkg)
`342927e`: Minor updates to README (willkg)
`753a37f`: bug 1597334: Remove apt-cache in Docker build (jwhitlock)
`7e3e970`: bug 1597334: Further changes to docker build (jwhitlock)
`b19a750`: bug 1433148: swap boto and boto3 and update related requirements (willkg)
`96f6b93`: bug 1433148: switch from boto to boto3 (willkg)
`b9656ad`: bug 1433148: remove redundant test (willkg)
`c2495d3`: bug 1433148: remove unneeded argument (willkg)
`d48a549`: bug 1433148: fix run_recreate_s3_buckets.sh to use env vars (willkg)
`0c3474d`: bug 1433148: improve verifyprocessed runtimes (willkg)
`4d8b179`: bug 1433148: fix key path issues (willkg)
`83f7842`: bug 1433148: undo name changes in Telemetry crash storage classes (willkg)
`26d9bba`: bug 1433148: improve docstrings and tweak CrashidMissingDatestamp (willkg)
`fee1a56`: bug 1433148: clean up BotoHelper (willkg)
`012dd7f`: bug 1433148: centralize bucket creation (willkg)
`cf7f5b9`: bug 1433148: remove errant FIXME and config; fix error check (willkg)
`d5ccf0d`: bug 1433148: remove addressing_style setting (willkg)
`6222956`: bug 1539305: update to python 3.7.5 (willkg)
`1d565cf`: bug 1599019: add NSApplication functions to prefix list (willkg)
`cd4823d`: bug 1599019: fix prefix changes to only add NSApplication (willkg)
`09737d4`: bug 1599146: add __cxa_rethrow to irrelevant list (willkg)
`0256e49`: bug 1599147: add objc_exception_rethrow to prefix list (willkg)
`e197de3`: bug 1599149: add std::terminate to irrelevant list (willkg)
`8dff19d`: bug 1599151: add objc_terminate to irrelevant list (willkg)
`d946bb8`: bug 1599152: add objc_retain to prefix list (willkg)
`d6c383e`: bug 1599155: add CALayerRetain to prefix list (willkg)
`34c12fb`: bug 1599156: add CALayerRelease to prefix list (willkg)
`f61a394`: bug 1599165: add pthread_cond_signal_thread_np to prefix list (willkg)
`c9040ba`: bug 1599157: add __cxxabiv1::failed_throw to prefix list (willkg)
`dff76c4`: bug 1599162: add __semwait_signal to prefix list (willkg)
`ce402e8`: bug 1599164: add __ulock_wait to prefix list (willkg)
`dee77be`: bug 1599167: add __unlink to prefix list (willkg)
`f901983`: bug 1599168: add unlink to prefix list (willkg)
`f21a2c2`: Bug 1599222 - mozilla::ipc::IPDLParamTraits<T>::Write to the prefix signature li (amccreight)
`3a169a7`: bug 1599506: add NXMapRemove to prefix list (willkg)

Deploy bug #1600745
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAl3lb3EACgkQGL3RpvBm
7BEFjQf/eIRDyJCR69IHMFVx5WllZXJqis/4p+OF5yQtnpaxhLbkbih5grLIWu4x
F+ASmqIuk9UhNvoO7gxuIoEjBSz8jkCZOclKAs1XHLfwgr8ZIK8T1MCfUYyF1Zcr
hbst1s2sBMoKT6InPO/yUkQXl0LJslgYQXVNRdJKSBFhLD9jW1s2f3TO8NNi9p2T
tAw6vgqSr0B8b6nF09HGlc60OtqOyTZJuykGxAO9LOjkwAj7niypHqh+s525dyX+
P/ta81Vg6vi0zBCg1hb0/vZsgs3LxS5WZlPEQmn9zBknutANAG8dOp4LEVZ+OQ7J
GtEKkKTi8wjOdYnUOa3kbTiaDfswXA==
=v0+A
-----END PGP SIGNATURE-----

commit 3b5ca10d5f33d1fa41acbcafdc772785f4b6429a (HEAD -> master, tag: 2019.12.02, official/master)
Merge: 474b35c15 3a169a793
Author: Will Kahn-Greene <willkg@users.noreply.github.com>
Date:   Wed Nov 27 10:34:57 2019 -0500

    Merge pull request #5046 from willkg/1599506-nxmapremove
    
    bug 1599506: add NXMapRemove to prefix list

Everything looks good. Marking this as FIXED.

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.