|
|
@ -17,8 +17,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
case "${group}" in
|
|
|
|
case "${group}" in
|
|
|
|
1) options=(--skip-test pylint --skip-test ansible-doc --skip-test docs-build) ;;
|
|
|
|
1) options=(--skip-test pylint --skip-test ansible-doc --skip-test docs-build) ;;
|
|
|
|
2) options=(--test pylint) ;;
|
|
|
|
2) options=(--test ansible-doc --test docs-build) ;;
|
|
|
|
3) options=(--test ansible-doc --test docs-build) ;;
|
|
|
|
3) options=(--test pylint --exclude test/units/ --exclude lib/ansible/module_utils/ --exclude lib/ansible/modules/network/) ;;
|
|
|
|
|
|
|
|
4) options=(--test pylint test/units/ lib/ansible/module_utils/ lib/ansible/modules/network/) ;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
# shellcheck disable=SC2086
|
|
|
|
# shellcheck disable=SC2086
|
|
|
|