diff options
author | David Robertson <david.m.robertson1@gmail.com> | 2021-08-10 13:11:43 +0100 |
---|---|---|
committer | David Robertson <david.m.robertson1@gmail.com> | 2021-08-10 16:38:13 +0100 |
commit | 58e5da5aa06ee4dc1ad5b2774e7bcd4eb9911a70 (patch) | |
tree | 1181b69d0d8dad6c8a72787529da2c64764cfb96 /.github | |
parent | Remove unused BUILDKITE_BRANCH env var (diff) | |
download | synapse-58e5da5aa06ee4dc1ad5b2774e7bcd4eb9911a70.tar.xz |
Remove buildkite from portdb CI tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a04f6abbed..572bc81b0f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -278,13 +278,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Patch Buildkite-specific test scripts - run: | - sed -i -e 's/host="postgres"/host="localhost"/' .buildkite/scripts/postgres_exec.py - sed -i -e 's/host: postgres/host: localhost/' .buildkite/postgres-config.yaml - sed -i -e 's|/src/||' .buildkite/{sqlite,postgres}-config.yaml - sed -i -e 's/\$TOP/\$GITHUB_WORKSPACE/' .coveragerc - - run: .buildkite/scripts/test_synapse_port_db.sh + - run: ci/scripts/test_synapse_port_db.sh complement: if: ${{ !failure() && !cancelled() }} |