Closed Bug 1787851 Opened 4 years ago Closed 4 years ago

socorro deploy: 2022.08.29

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 2022.08.29.

It consists of the following:

7ea7771: Bump cryptography from 37.0.2 to 37.0.4 (from PR #6118) (dependabot[bot])
98e3e9e: Bump rust from 1.62.0-buster to 1.62.1-buster in /docker (from PR #6130) (dependabot[bot])
a99a1b4: Bump urllib3 from 1.26.9 to 1.26.11 (from PR #6132) (dependabot[bot])
248e0f3: Update requirements.txt (willkg)
3f929a1: Update dependencies (willkg)
d96f0b8: bug 1783027: support patternProperties in json schema reducer (willkg)
7d8c10d: bug 1756264: correct graph legend (#6139) (edugfilho)
618f7ed: bug 1784095: remove contains_memory_report (willkg)
b3c2fa7: Fix fetch_crash_data session timeout (willkg)
d63f42a: Remove unused CollectorInfoRule (willkg)
58592dc: bug 1764395: implement processed crash schema (willkg)
36a577e: bug 1764395: add deprecated annotations to processed crash schema (willkg)
c00d677: bug 1764395: rename socorro_convert_to to socorroConvertTo (willkg)
717c57c: bug 1764395: clean up schema reducer API (willkg)
58ca866: bug 1764395: clean up TELEMETRY_SOCORRO_CRASH_SCHEMA usage (willkg)
263de9c: bug 1764395: rewrite CopyFromRawCrashRule (willkg)
ebefbec: bug 1764395: add sourceAnnotation to app_notes (willkg)
edb76c4: bug 1764395: add sourceAnnotation to url and user_comments (willkg)
7a79a1b: bug 1764395: redo ProcessType and add default to CopyFromRawCrashRule (willkg)
ef4e072: bug 1764395: add traverse_schema and redo schema tests (willkg)
e854ceb: bug 1764395: fix bug in traverse_schema where it skipped complex types (willkg)
1a07910: bug 1764395: rewrite schema key building in validate_telemetry_socorro_crash (willkg)
83aa2c6: bug 1764395: fix validate_processed_crash to calculate missing bits (willkg)
f45ee80: Bug 1784464 - Add Android's compiler builtin functions to the irrelevant functio (gabrielesvelto)
d16782f: bug 1784927: remove elasticsearch redactor code (willkg)
473457f: bug 1697001: remove UnredactedCrash API (willkg)
25a748b: bug 1697001: fix typo and re-add additional_minidumps (willkg)
b9005bb: bug 1784485: remove exploitability stuff (willkg)
ae83bef: bug 1784485: remove assertion that will always pass (willkg)
5e4fba0: bug 1764395: add comments to super search fields that are weird (willkg)
c580a3a: bug 1764395: re-add dom_fission_enabled and dom_ipc_enabled (willkg)
456c964: bug 1764395: fix cpu_count and stackwalk_version (willkg)
249d90e: bug 1764395: add description to client_crash_date (willkg)
683ef8d: bug 1764395: rewrite schemas and reducers and traversers (willkg)
cce6f62: bug 1764395: split libjson and clean up jsonschema code (willkg)
97c695e: bug 1764395: convert gmp_plugin value to string for telemetry (willkg)
f581a5c: Improve sqs_cli to print messages from all queues (willkg)
2e28af5: bug 1764395: clean up JsonSchemaReducer (willkg)
2f4e8ee: bug 1764395: clean up SocorroDataReducer (willkg)
a5dff23: bug 1764395: remove repeated line (willkg)
8ab37e6: bug 1764395: fix jsonschema resolve_references tests (willkg)
b56bd9c: bug 1764395: fix test_libsocorrodataschema comments and test data (willkg)
dd4e48c: bug 1764395: fix errant comment (willkg)
6ecc684: bug 1764395: fix graphics_startup_test for telemetry ingestion (willkg)
a8b407c: bug 1764395: remove java_exception_raw (willkg)
a40856c: bug 1764395: re-implement JavaException handling with CopyFromRawCrashRule (willkg)
225867c: bug 1764395: mark registers as protected (willkg)
83d1f94: bug 1764395: return all data if user has view_pii for ProcessedCrash API (willkg)
ba55b71: bug 1787170: fix upload_telemetry_schema and docs (willkg)

Tagged 2022.08.29:

tag 2022.08.29
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date:   Mon Aug 29 13:14:56 2022 -0400

Tag 2022.08.29 (bug #1787851)

`7ea7771`: Bump cryptography from 37.0.2 to 37.0.4 (from PR #6118) (dependabot[bot])
`98e3e9e`: Bump rust from 1.62.0-buster to 1.62.1-buster in /docker (from PR #6130) (dependabot[bot])
`a99a1b4`: Bump urllib3 from 1.26.9 to 1.26.11 (from PR #6132) (dependabot[bot])
`248e0f3`: Update requirements.txt (willkg)
`3f929a1`: Update dependencies (willkg)
`d96f0b8`: bug 1783027: support patternProperties in json schema reducer (willkg)
`7d8c10d`: bug 1756264: correct graph legend (#6139) (edugfilho)
`618f7ed`: bug 1784095: remove contains_memory_report (willkg)
`b3c2fa7`: Fix fetch_crash_data session timeout (willkg)
`d63f42a`: Remove unused CollectorInfoRule (willkg)
`58592dc`: bug 1764395: implement processed crash schema (willkg)
`36a577e`: bug 1764395: add deprecated annotations to processed crash schema (willkg)
`c00d677`: bug 1764395: rename socorro_convert_to to socorroConvertTo (willkg)
`717c57c`: bug 1764395: clean up schema reducer API (willkg)
`58ca866`: bug 1764395: clean up TELEMETRY_SOCORRO_CRASH_SCHEMA usage (willkg)
`263de9c`: bug 1764395: rewrite CopyFromRawCrashRule (willkg)
`ebefbec`: bug 1764395: add sourceAnnotation to app_notes (willkg)
`edb76c4`: bug 1764395: add sourceAnnotation to url and user_comments (willkg)
`7a79a1b`: bug 1764395: redo ProcessType and add default to CopyFromRawCrashRule (willkg)
`ef4e072`: bug 1764395: add traverse_schema and redo schema tests (willkg)
`e854ceb`: bug 1764395: fix bug in traverse_schema where it skipped complex types (willkg)
`1a07910`: bug 1764395: rewrite schema key building in validate_telemetry_socorro_crash (willkg)
`83aa2c6`: bug 1764395: fix validate_processed_crash to calculate missing bits (willkg)
`f45ee80`: Bug 1784464 - Add Android's compiler builtin functions to the irrelevant functio (gabrielesvelto)
`d16782f`: bug 1784927: remove elasticsearch redactor code (willkg)
`473457f`: bug 1697001: remove UnredactedCrash API (willkg)
`25a748b`: bug 1697001: fix typo and re-add additional_minidumps (willkg)
`b9005bb`: bug 1784485: remove exploitability stuff (willkg)
`ae83bef`: bug 1784485: remove assertion that will always pass (willkg)
`5e4fba0`: bug 1764395: add comments to super search fields that are weird (willkg)
`c580a3a`: bug 1764395: re-add dom_fission_enabled and dom_ipc_enabled (willkg)
`456c964`: bug 1764395: fix cpu_count and stackwalk_version (willkg)
`249d90e`: bug 1764395: add description to client_crash_date (willkg)
`683ef8d`: bug 1764395: rewrite schemas and reducers and traversers (willkg)
`cce6f62`: bug 1764395: split libjson and clean up jsonschema code (willkg)
`97c695e`: bug 1764395: convert gmp_plugin value to string for telemetry (willkg)
`f581a5c`: Improve sqs_cli to print messages from all queues (willkg)
`2e28af5`: bug 1764395: clean up JsonSchemaReducer (willkg)
`2f4e8ee`: bug 1764395: clean up SocorroDataReducer (willkg)
`a5dff23`: bug 1764395: remove repeated line (willkg)
`8ab37e6`: bug 1764395: fix jsonschema resolve_references tests (willkg)
`b56bd9c`: bug 1764395: fix test_libsocorrodataschema comments and test data (willkg)
`dd4e48c`: bug 1764395: fix errant comment (willkg)
`6ecc684`: bug 1764395: fix graphics_startup_test for telemetry ingestion (willkg)
`a8b407c`: bug 1764395: remove java_exception_raw (willkg)
`a40856c`: bug 1764395: re-implement JavaException handling with CopyFromRawCrashRule (willkg)
`225867c`: bug 1764395: mark registers as protected (willkg)
`83d1f94`: bug 1764395: return all data if user has view_pii for ProcessedCrash API (willkg)
`ba55b71`: bug 1787170: fix upload_telemetry_schema and docs (willkg)

Deploy bug #1787851
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmMM9BAACgkQGL3RpvBm
7BG7TQgAvT50f9txX7r9t/dLWunQeJSZOaPFAufebIBh8jeo+sonyFu4idui6I5u
aP728Jb60aVT9Sx7modEvzw1QVr+3wpCTK6DbnIagXUlgtuRlMLGV6sjW268Y7Bl
w02PTJP55kOagLZLxW+nFaueuYRNwFcJDjs3rZu0eIFGRXtasFjHD7VgVPXNRvrd
Q8vwS1PoKkhdR1iQ76QaDJzRQ0K/opomLdVUc4Lrd/LNrGoKWyRKZhWKpZVgZfT+
+jGi9ZGw6dAZIqN5tiH3CZsGzuZO5rUMRqqwR82FGLnR+OE8u4qHzfBuGKX2qzz/
ovPRrS9HAnSp2Hr89ac4C3YWXh3zKQ==
=0s9j
-----END PGP SIGNATURE-----

commit ba55b7190e3674f7bf748849fd92f805ccfaf267
Author: Will Kahn-Greene <willkg@mozilla.com>
Date:   Thu Aug 25 08:53:54 2022 -0400

    bug 1787170: fix upload_telemetry_schema and docs
    
    This fixes upload_telemetry_schema so it doesn't fail with a
    configure_sentry error. This fixes the unittest so it'll catch issues
    like this in the future in CI.
    
    This improves the docs for `telemetry.socorro_crash` and fixes one of
    the links.

Processor deploy failed initially, but succeeded on a retry. It couldn't find the image on docker hub. But the other deploys did, so who knows.

I updated dashboards in Grafana to use the new processor.es.ESCrashStorage.* key name.

One issue rolled in after the deploy. I wrote up bug #1787891 to look into it.

Everything looks good--marking as FIXED.

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