mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Revert "Use 4 nodes for sanity tests in CI."
This reverts commit b887333029
.
This commit is contained in:
parent
c3a6737004
commit
2761fe8272
2 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,6 @@ matrix:
|
||||||
- env: T=sanity/1
|
- env: T=sanity/1
|
||||||
- env: T=sanity/2
|
- env: T=sanity/2
|
||||||
- env: T=sanity/3
|
- env: T=sanity/3
|
||||||
- env: T=sanity/4
|
|
||||||
|
|
||||||
- env: T=units/2.6
|
- env: T=units/2.6
|
||||||
- env: T=units/2.7
|
- env: T=units/2.7
|
||||||
|
|
|
@ -17,9 +17,8 @@ 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 ansible-doc --test docs-build) ;;
|
2) options=(--test pylint) ;;
|
||||||
3) options=(--test pylint --exclude test/units/ --exclude lib/ansible/modules/network/) ;;
|
3) options=(--test ansible-doc --test docs-build) ;;
|
||||||
4) options=(--test pylint test/units/ lib/ansible/modules/network/) ;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue