mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
CLIP-1619 Added new test as a step in bitbucket-pipelines.yml
This commit is contained in:
@@ -204,6 +204,15 @@ pipelines:
|
|||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- cd roles/product_install
|
- cd roles/product_install
|
||||||
- pipenv run molecule test -s confluence_latest
|
- pipenv run molecule test -s confluence_latest
|
||||||
|
- step:
|
||||||
|
name: product_install/confluence_version_with_uppercase
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
script:
|
||||||
|
- export ANSIBLE_CONFIG=./ansible.cfg
|
||||||
|
- ./bin/install-ansible --dev
|
||||||
|
- cd roles/product_install
|
||||||
|
- pipenv run molecule test -s confluence_version_with_uppercase
|
||||||
- step:
|
- step:
|
||||||
name: product_install/crowd_latest
|
name: product_install/crowd_latest
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user