summaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2020-06-11 20:21:21 +0200
committerGitHub <noreply@github.com>2020-06-11 20:21:21 +0200
commita114da80ee65c66d05d818d63903aae2903d998c (patch)
treed664cebf8a3786122f333adf5cce709534f196d7 /test/utils
parentclarifies that vars can begin with _, with a warning (#69749) (diff)
downloadansible-a114da80ee65c66d05d818d63903aae2903d998c.tar.xz
ansible-a114da80ee65c66d05d818d63903aae2903d998c.zip
Use antsibull-changelog instead of packaged changelog generator (#69313)
Replace the ansible-base changelog linting and generation tool with antsibull-changelog and make it available for linting collections. Previously changelog linting was limited to ansible-base.
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/shippable/sanity.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/utils/shippable/sanity.sh b/test/utils/shippable/sanity.sh
index 72cd83abea..ea766116fc 100755
--- a/test/utils/shippable/sanity.sh
+++ b/test/utils/shippable/sanity.sh
@@ -14,11 +14,11 @@ else
fi
case "${group}" in
- 1) options=(--skip-test pylint --skip-test ansible-doc --skip-test docs-build --skip-test package-data --skip-test validate-modules) ;;
- 2) options=( --test ansible-doc --test docs-build --test package-data) ;;
+ 1) options=(--skip-test pylint --skip-test ansible-doc --skip-test docs-build --skip-test package-data --skip-test changelog --skip-test validate-modules) ;;
+ 2) options=( --test ansible-doc --test docs-build --test package-data --test changelog) ;;
3) options=(--test pylint --exclude test/units/ --exclude lib/ansible/module_utils/) ;;
4) options=(--test pylint test/units/ lib/ansible/module_utils/) ;;
- 5) options=( --test validate-modules) ;;
+ 5) options=( --test validate-modules) ;;
esac
# allow collection migration sanity tests for groups 3 and 4 to pass without updating this script during migration