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

Commit

Permalink
Merge pull request #159 from matrix-org/anoa/msc2403_synapse_complement
Browse files Browse the repository at this point in the history
Run knocking Complement tests in Synapse and Complement pipelines
  • Loading branch information
kegsay authored Jun 10, 2021
2 parents 3b824e2 + d146c1a commit 6ab64b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion complement/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
# signing and SSL keys so Synapse can run and federate
- 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"
Expand Down
2 changes: 1 addition & 1 deletion synapse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ab64b3

Please sign in to comment.