summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-05-21 17:28:19 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-05-21 17:28:19 +0100
commiteedaf793b9c319ea9e9f05e0a16038c33f193a3e (patch)
treedebc69f0be3fc7ad950f1e09dc61a0649fb8e001
parentSwitch back to using Sytest dinsic branch (diff)
downloadsynapse-eedaf793b9c319ea9e9f05e0a16038c33f193a3e.tar.xz
Note the debian version of the sytest image we're using
-rw-r--r--.buildkite/pipeline.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml

index e4b6b3c7e9..a99d068e96 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml
@@ -296,11 +296,8 @@ steps: # This is configured by setting `MULTI_POSTGRES=1` in the environment. # # We mostly care about testing each topology. - # To vary the Python and Postgres versions, we use Docker images which are based - # on an assortment of Linux distributions. - # - "bionic" (Ubuntu 18.04) has Python 3.6 and Postgres 10 - # - "buster" (Debian 10) has Python 3.7 and Postgres 11 - # - "testing" (Debian 11) (currently) has Python 3.9 and Postgres 13 + # For DINSIC specifically, we currently test across one Linux distribution, + # Debian buster (10), which has Python 3.7 and Postgres 11 # # TODO: this leaves us without sytests for Postgres 9.6. How much do we care # about that?