Rework buildkite pipeline construction to be more composable

This commit is contained in:
Michael Vines
2020-06-11 10:50:32 -07:00
parent 8b3dc2d44b
commit e2d46375cd
13 changed files with 132 additions and 103 deletions

14
ci/test-sanity.sh Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
source ci/_
# Look for failed mergify.io backports
_ git show HEAD --check --oneline
_ ci/nits.sh
_ ci/check-ssh-keys.sh
echo --- ok