Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1103 from mattymo/upgradesyntax
Browse files Browse the repository at this point in the history
Add upgrade-cluster and reset playbooks to syntax check
  • Loading branch information
mattymo committed Mar 2, 2017
2 parents 0e9ad8f + 85ed415 commit 3256f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ syntax-check:
stage: unit-tests
script:
- ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root cluster.yml -vvv --syntax-check
- ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root upgrade-cluster.yml -vvv --syntax-check
- ansible-playbook -i inventory/local-tests.cfg -u root -e ansible_ssh_user=root -b --become-user=root reset.yml -vvv --syntax-check
except: ['triggers', 'master']

tox-inventory-builder:
Expand Down

0 comments on commit 3256f4b

Please sign in to comment.