remove old pipelines, run sanity in pipelines because we're dropping zuul

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller
2023-11-30 16:23:06 -06:00
parent 748bad22ad
commit c394f6778d
8 changed files with 116 additions and 204 deletions

14
tests/utils/shippable/lint.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -o pipefail -eux
echo "${PATH/\~/${HOME}}"
echo "${HOME}"
command -v ansible
pip install --upgrade --user pip
pip install --upgrade --user ansible-lint
PATH="${PATH/\~/${HOME}}" ansible-lint \
--exclude changelogs/ \
--profile=production