mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITSD-94667 Add molecule test for the case where an alternate url is provided for both the tarball and obr
This commit is contained in:
@@ -231,6 +231,15 @@ pipelines:
|
|||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- cd roles/product_install
|
- cd roles/product_install
|
||||||
- pipenv run molecule test -s jira_all
|
- pipenv run molecule test -s jira_all
|
||||||
|
- step:
|
||||||
|
name: product_install/jira_all_version_url
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
script:
|
||||||
|
- export ANSIBLE_CONFIG=./ansible.cfg
|
||||||
|
- ./bin/install-ansible --dev
|
||||||
|
- cd roles/product_install
|
||||||
|
- pipenv run molecule test -s jira_all_version_url
|
||||||
- step:
|
- step:
|
||||||
name: product_install/jira_cached_with_downgrade
|
name: product_install/jira_cached_with_downgrade
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user