From 80a48f3c20a2b35dbb58f7f7a5c9b091e07938f0 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 9 Jun 2021 20:26:46 +0100 Subject: [PATCH 1/2] Synapse: run msc2403 Complement tests --- synapse/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/pipeline.yml b/synapse/pipeline.yml index 33c247d..58a4b20 100644 --- a/synapse/pipeline.yml +++ b/synapse/pipeline.yml @@ -567,7 +567,7 @@ steps: - "docker build -t complement-synapse -f /complement/dockerfiles/Synapse.Dockerfile /complement/dockerfiles" # Finally, compile and run the tests. - "cd /complement" - - "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2946,msc3083 ./tests" + - "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests" label: "\U0001F9EA Complement" agents: queue: "medium" From d146c1a4525be715106e02bd382ddd5aaacbfcec Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 9 Jun 2021 20:36:32 +0100 Subject: [PATCH 2/2] Complement: run msc2403 tests for Synapse --- complement/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complement/pipeline.yml b/complement/pipeline.yml index 5e63999..4f4127e 100644 --- a/complement/pipeline.yml +++ b/complement/pipeline.yml @@ -27,7 +27,7 @@ steps: # https://github.com/matrix-org/complement/blob/master/dockerfiles/Synapse.Dockerfile. - docker build -t complement-synapse -f dockerfiles/Synapse.Dockerfile dockerfiles/ # Run the tests! - - COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc2946,msc3083" ./tests + - COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc2403,msc2946,msc3083" ./tests label: "\U0001F9EA Complement / Synapse Monolith / :go: 1.15" agents: queue: "medium"