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

Enable Complement tests for MSC3083. #139

Merged
merged 1 commit into from
Apr 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion complement/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ./tests
- COMPLEMENT_BASE_IMAGE=complement-synapse go test -v -tags "synapse_blacklist,msc3083" ./tests
label: "\U0001F9EA Complement / Synapse Monolith / :go: 1.15"
agents:
queue: "medium"
Expand Down
2 changes: 1 addition & 1 deletion synapse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ steps:
- "docker build -t complement-synapse -f complement-master/dockerfiles/Synapse.Dockerfile complement-master/dockerfiles"
# Finally, compile and run the tests.
- "cd complement-master"
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist ./tests"
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc3083 ./tests"
label: "\U0001F9EA Complement"
agents:
queue: "medium"
Expand Down