Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Temporarily switch Complement's branch to the one with PRD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 9, 2021
1 parent c1c89fb commit 0a38e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,13 +504,13 @@ steps:
- "docker build -t matrixdotorg/synapse:latest -f docker/Dockerfile ."
# We use the complement:latest image to provide Complement's dependencies, but want
# to actually run against the latest version of Complement, so download it here.
- "wget https://github.com/matrix-org/complement/archive/master.tar.gz"
- "tar -xzf master.tar.gz"
- "wget https://github.com/matrix-org/complement/archive/anoa/knock_public_room_directory_test.tar.gz"
- "tar -xzf knock_public_room_directory_test.tar.gz"
# Build a second docker image on top of the above image. This one sets up Synapse with a generated config file,
# signing and SSL keys so Synapse can run and federate
- "docker build -t complement-synapse -f complement-master/dockerfiles/Synapse.Dockerfile complement-master/dockerfiles"
- "docker build -t complement-synapse -f complement-anoa-knock_public_room_directory_test/dockerfiles/Synapse.Dockerfile complement-anoa-knock_public_room_directory_test/dockerfiles"
# Finally, compile and run the tests.
- "cd complement-master"
- "cd complement-anoa-knock_public_room_directory_test"
- "COMPLEMENT_BASE_IMAGE=complement-synapse:latest go test -v -tags synapse_blacklist,msc2403 ./tests"
label: "\U0001F9EA Complement"
agents:
Expand Down

0 comments on commit 0a38e8f

Please sign in to comment.