Move test_old_deps.sh to new ci dir

pull/10573/head
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