Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit eedaf79

Browse files
committed
Note the debian version of the sytest image we're using
1 parent 8231769 commit eedaf79

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,8 @@ steps:
296296
# This is configured by setting `MULTI_POSTGRES=1` in the environment.
297297
#
298298
# We mostly care about testing each topology.
299-
# To vary the Python and Postgres versions, we use Docker images which are based
300-
# on an assortment of Linux distributions.
301-
# - "bionic" (Ubuntu 18.04) has Python 3.6 and Postgres 10
302-
# - "buster" (Debian 10) has Python 3.7 and Postgres 11
303-
# - "testing" (Debian 11) (currently) has Python 3.9 and Postgres 13
299+
# For DINSIC specifically, we currently test across one Linux distribution,
300+
# Debian buster (10), which has Python 3.7 and Postgres 11
304301
#
305302
# TODO: this leaves us without sytests for Postgres 9.6. How much do we care
306303
# about that?

0 commit comments

Comments
 (0)