0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00

Move test_old_deps.sh to new ci dir

This commit is contained in:
David Robertson 2021-08-10 10:59:13 +01:00
parent 1de26b3467
commit 8da9e3cb69
3 changed files with 3 additions and 2 deletions

View file

@ -144,7 +144,7 @@ jobs:
uses: docker://ubuntu:bionic # For old python and sqlite
with:
workdir: /github/workspace
entrypoint: .buildkite/scripts/test_old_deps.sh
entrypoint: ci/scripts/test_old_deps.sh
env:
TRIAL_FLAGS: "--jobs=2"
- name: Dump logs

View file

@ -47,6 +47,7 @@ recursive-include changelog.d *
prune .buildkite
prune .circleci
prune .github
prune ci
prune contrib
prune debian
prune demo/etc

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# this script is run by buildkite in a plain `bionic` container; it installs the
# this script is run by GitHub Actions in a plain `bionic` container; it installs the
# minimal requirements for tox and hands over to the py3-old tox environment.
set -ex