summary refs log tree commit diff
path: root/.ci/scripts
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-07-07 12:04:55 -0700
committerGitHub <noreply@github.com>2023-07-07 12:04:55 -0700
commit8a529e4fb65bb29121f9a0474da174c7b5ffac64 (patch)
tree5bb9eea5de3adbc1fbcd86a93be94bbb199e00aa /.ci/scripts
parentStop writing to column `user_id` of tables `profiles` and `user_filters` (#15... (diff)
downloadsynapse-8a529e4fb65bb29121f9a0474da174c7b5ffac64.tar.xz
Stop running sytest on buster/python3.7 (#15892)
Diffstat (limited to '.ci/scripts')
-rwxr-xr-x.ci/scripts/calculate_jobs.py5
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",
-            },
         ]
     )