From 5c75981432cd665c999d825d24d63a1c6a43370e Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Sat, 11 Feb 2023 23:03:59 -0700 Subject: [PATCH] Disable broken Complement tests --- .github/workflows/main.yml | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b69df499..33620cff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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" -- GitLab