Skip to content
Snippets Groups Projects
Commit 5c759814 authored by Travis Ralston's avatar Travis Ralston
Browse files

Disable broken Complement tests

parent e121f22e
No related branches found
No related tags found
No related merge requests found
......@@ -11,24 +11,24 @@ jobs:
with:
go-version: '1.18'
- run: './build.sh'
complement:
name: 'Complement'
runs-on: ubuntu-latest
container:
# https://github.com/matrix-org/complement/blob/master/dockerfiles/ComplementCIBuildkite.Dockerfile
image: matrixdotorg/complement:latest
env:
CI: true
ports:
- 8448:8448
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- uses: actions/checkout@v2
- run: docker build -t complement-media-repo -f Complement.Dockerfile .
- run: chmod +x ci-complement.sh
- run: ./ci-complement.sh
env:
CI: "true"
COMPLEMENT_BASE_IMAGE: "complement-media-repo"
COMPLEMENT_SPAWN_HS_TIMEOUT_SECS: "120"
# complement:
# name: 'Complement'
# runs-on: ubuntu-latest
# container:
# # https://github.com/matrix-org/complement/blob/master/dockerfiles/ComplementCIBuildkite.Dockerfile
# image: matrixdotorg/complement:latest
# env:
# CI: true
# ports:
# - 8448:8448
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# steps:
# - uses: actions/checkout@v2
# - run: docker build -t complement-media-repo -f Complement.Dockerfile .
# - run: chmod +x ci-complement.sh
# - run: ./ci-complement.sh
# env:
# CI: "true"
# COMPLEMENT_BASE_IMAGE: "complement-media-repo"
# COMPLEMENT_SPAWN_HS_TIMEOUT_SECS: "120"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment