diff options
author | Shay <hillerys@element.io> | 2023-07-07 12:04:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 12:04:55 -0700 |
commit | 8a529e4fb65bb29121f9a0474da174c7b5ffac64 (patch) | |
tree | 5bb9eea5de3adbc1fbcd86a93be94bbb199e00aa /.ci | |
parent | Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15... (diff) | |
download | synapse-8a529e4fb65bb29121f9a0474da174c7b5ffac64.tar.xz |
Stop running sytest on buster/python3.7 (#15892)
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/scripts/calculate_jobs.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.ci/scripts/calculate_jobs.py b/.ci/scripts/calculate_jobs.py index c2c18b48e3..50e11e6504 100755 --- a/.ci/scripts/calculate_jobs.py +++ b/.ci/scripts/calculate_jobs.py @@ -134,11 +134,6 @@ if not IS_PR: "sytest-tag": "testing", "postgres": "postgres", }, - { - "sytest-tag": "buster", - "postgres": "multi-postgres", - "workers": "workers", - }, ] ) |