tecken deploy: 2023.09.18
Categories
(Tecken :: General, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
We want to do a deploy for tecken
tagged 2023.09.18
.
It consists of everything from the failed 2023.09.13
deploy (bug #1852946):
510d292
: bug 1746940: fix FileUpload admin; add fake data generator (willkg)
12a8155
: bug 1851909: switch to django-admin-cursor-paginator (willkg)
adf576c
: bug 1746940: add debug fields to FileUpload model (willkg)
0bfc681
: bug 1746940: implement sym data capture at upload (willkg)
0997218
: bug 1746940: implement code_file/code_id lookup for download API (willkg)
e4ed26d
: bug 1746940: add sym debug data to File page (willkg)
27e4d6e
: bug 1746940: remove errant logging.info line (willkg)
23daea4
: bug 1746940: fix upload-sym file for Windows modules (willkg)
b84b0ba
: bug 1746940: rework download API to support /code_file/code_id/sym_file (willkg)
7614fbc
: bug 1746940: fix minor issues with last commit (willkg)
c803233
: Update architecture diagram (willkg)
Plus the thing from 2023.09.14 deploy (bug #1853191):
abb9472
: bug 1774217: add support for token comments (willkg)
And the new stuff:
83ef822
: Sort gitignore and add __pycache__
(willkg)
a983683
: Fix Dockerfile to set PYTHONDONTWRITEBYTECODE
(willkg)
c991697
: bug 1746940: move info lookup to syminfo API endpoint (willkg)
9321696
: bug 1746940: add caching for syminfo API (willkg)
0a94b20
: bug 1746940: take out unuseful timing from syminfo api (willkg)
c62180c
: bug 1746940: fix metric keys so they're consistent with existing metrics (willkg)
e357b27
: bug 1746940: thread refresh_cache through api params (willkg)
f3b84ee
: bug 1746940: remove code_file/code_id from download API docs (willkg)
Assignee | ||
Comment 1•2 years ago
|
||
Tagged 2023.09.18:
tag 2023.09.18
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Mon Sep 18 14:20:44 2023 -0400
Tag 2023.09.18 (bug #1853745)
`83ef822`: Sort gitignore and add __pycache__ (willkg)
`a983683`: Fix Dockerfile to set PYTHONDONTWRITEBYTECODE (willkg)
`c991697`: bug 1746940: move info lookup to syminfo API endpoint (willkg)
`9321696`: bug 1746940: add caching for syminfo API (willkg)
`0a94b20`: bug 1746940: take out unuseful timing from syminfo api (willkg)
`c62180c`: bug 1746940: fix metric keys so they're consistent with existing metrics (willkg)
`e357b27`: bug 1746940: thread refresh_cache through api params (willkg)
`f3b84ee`: bug 1746940: remove code_file/code_id from download API docs (willkg)
Deploy bug #1853745
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmUIlPwACgkQGL3RpvBm
7BE2HAgAvt3sAhsOs+MmwUwBsV1BD8vNpoxXgp/DNh1a1smrfTjdB/Wd6Enrk7DP
oSNOX1IHMmNuFApv5rHYhsPsggk/tmTlADapaAJITAaHDHR0W5KC1yODE1aWWtW0
RxIOxLHaC1B+qHlUMW5+4SqE/fsSUUSxFK45lgYB5NOtJKk7hx980s2sCNOsaVe9
+x1GRaEAfDsyLW4kVk0tWZp84tjNJlkYPbK1HLaW7QAhFVFqUbEgvMOR1fvDGhHy
aK7UZ1AgUcFixbcuOpQFq9FHHnRM2fPmIH23BoaFkoP3dlLSCzcvRNDHF4FaoJxC
bP32dbh2GBE4UsU78rf6H4y8Zw5+Tg==
=PSQJ
-----END PGP SIGNATURE-----
commit f3b84ee83e29ef7b460f23c88a8e438bffa13168
Author: Will Kahn-Greene <willkg@mozilla.com>
Date: Mon Sep 18 10:31:22 2023 -0400
bug 1746940: remove code_file/code_id from download API docs
Assignee | ||
Comment 2•2 years ago
|
||
This deploy failed with the same test-elbs error. We changed the ELB to point to the old stack again.
Marking this as WONTFIX. Will continue trying to figure out what's going on.
Description
•