mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Split sanity tests into 3 groups.
This commit is contained in:
parent
93f5c10714
commit
5461bfbf31
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ matrix:
|
|||
include:
|
||||
- env: T=sanity/1
|
||||
- env: T=sanity/2
|
||||
- env: T=sanity/3
|
||||
|
||||
- env: T=units/2.6
|
||||
- env: T=units/2.7
|
||||
|
|
|
@ -16,8 +16,9 @@ else
|
|||
fi
|
||||
|
||||
case "${group}" in
|
||||
1) options=(--skip-test pylint) ;;
|
||||
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) ;;
|
||||
esac
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
|
Loading…
Reference in a new issue