mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 11:39:02 +00:00
Use 4 nodes for sanity tests in CI.
This commit is contained in:
parent
871dd77f2b
commit
b887333029
2 changed files with 4 additions and 2 deletions
|
|
@ -17,8 +17,9 @@ fi
|
|||
|
||||
case "${group}" in
|
||||
1) options=(--skip-test pylint --skip-test ansible-doc --skip-test docs-build) ;;
|
||||
2) options=(--test pylint) ;;
|
||||
3) options=(--test ansible-doc --test docs-build) ;;
|
||||
2) options=(--test ansible-doc --test docs-build) ;;
|
||||
3) options=(--test pylint --exclude test/units/ --exclude lib/ansible/modules/network/) ;;
|
||||
4) options=(--test pylint test/units/ lib/ansible/modules/network/) ;;
|
||||
esac
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue