mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
CI: Add a test for scale.yml (#12285)
This commit is contained in:
@@ -52,7 +52,12 @@ ansible-playbook \
|
||||
## START KUBESPRAY
|
||||
|
||||
# Create cluster
|
||||
run_playbook cluster
|
||||
if [[ "${TESTCASE}" =~ "scale" ]]; then
|
||||
run_playbook cluster --limit '!for_scale'
|
||||
run_playbook scale --limit 'for_scale'
|
||||
else
|
||||
run_playbook cluster
|
||||
fi
|
||||
|
||||
# Repeat deployment if testing upgrade
|
||||
if [ "${UPGRADE_TEST}" != "false" ]; then
|
||||
|
||||
Reference in New Issue
Block a user