diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-06-09 20:59:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 20:59:40 +0100 |
commit | aec2cf1c9832eac46e1d94a39e75490b02320555 (patch) | |
tree | 15f8c84c278ecc7711b53432caa310c3961df33f /.github | |
parent | Integrate knock rooms with the public rooms directory (#9359) (diff) | |
download | synapse-aec2cf1c9832eac46e1d94a39e75490b02320555.tar.xz |
Update Complement run with Synapse-supported MSC-related build tags (#10155)
This PR updates the build tags that we perform Complement runs with to match our [buildkite pipeline](https://github.com/matrix-org/pipelines/blob/618b3e90bcae8efd1a71502ae95b7913e6e24665/synapse/pipeline.yml#L570), as well as adding `msc2403` (as it will be required once #9359 is merged). Build tags are what we use to determine which tests to run in Complement (really it determines which test files are compiled into the final binary). I haven't put in a comment about updating the buildkite side here, as we've decided to migrate fully to GitHub Actions anyhow.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 955beb4aa0..7c2f7d4b13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -322,7 +322,7 @@ jobs: working-directory: complement/dockerfiles # Run Complement - - run: go test -v -tags synapse_blacklist ./tests + - run: go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests env: COMPLEMENT_BASE_IMAGE: complement-synapse:latest working-directory: complement |