summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-08-01 10:55:31 +0000
committerGitHub <noreply@github.com>2022-08-01 10:55:31 +0000
commit05aeeb3a8024f01463f2a0089a88f5b28a2b89cc (patch)
treeacf43e98021ba4fd1552265611a073d6d7448868 /scripts-dev
parentRe-enable running Complement tests against Synapse with workers. (#13420) (diff)
downloadsynapse-05aeeb3a8024f01463f2a0089a88f5b28a2b89cc.tar.xz
Enable Complement CI tests in the 'latest deps' test run. (#13213)
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'scripts-dev')
-rwxr-xr-xscripts-dev/complement.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh
index 6381f7092e..eab23f18f1 100755
--- a/scripts-dev/complement.sh
+++ b/scripts-dev/complement.sh
@@ -101,6 +101,7 @@ if [ -z "$skip_docker_build" ]; then
     echo_if_github "::group::Build Docker image: matrixdotorg/synapse"
     docker build -t matrixdotorg/synapse \
       --build-arg TEST_ONLY_SKIP_DEP_HASH_VERIFICATION \
+      --build-arg TEST_ONLY_IGNORE_POETRY_LOCKFILE \
       -f "docker/Dockerfile" .
     echo_if_github "::endgroup::"