Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 1d74b20

Browse files
committed
sytest doesn't have a bullseye image
1 parent dba16e3 commit 1d74b20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

synapse/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ steps:
310310
# on an assortment of Linux distributions.
311311
# - "bionic" (Ubuntu 18.04) has Python 3.6 and Postgres 10
312312
# - "buster" (Debian 10) has Python 3.7 and Postgres 11
313-
# - "bullseye" (Debian 11) (currently) has Python 3.9 and Postgres 13
313+
# - "testing" (Debian 11) (currently) has Python 3.9 and Postgres 13
314314
#
315315
# TODO: this leaves us without sytests for Postgres 9.6. How much do we care
316316
# about that?
@@ -378,7 +378,7 @@ steps:
378378
style: "error"
379379
retry: *retry_setup
380380

381-
- label: "SyTest Monolith :postgres::debian: 11"
381+
- label: "SyTest Monolith :postgres::debian: testing"
382382
agents:
383383
queue: "medium"
384384
env:
@@ -388,7 +388,7 @@ steps:
388388
- "bash /bootstrap.sh synapse"
389389
plugins:
390390
- docker#v3.7.0:
391-
image: "matrixdotorg/sytest-synapse:bullseye"
391+
image: "matrixdotorg/sytest-synapse:testing"
392392
propagate-environment: true
393393
always-pull: true
394394
workdir: "/src"

0 commit comments

Comments
 (0)