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:
Glenn Stewart
2022-06-22 13:20:43 +10:00
parent abf3aefd63
commit 2eef66f6d5

View File

@@ -231,6 +231,15 @@ pipelines:
- ./bin/install-ansible --dev
- cd roles/product_install
- 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:
name: product_install/jira_cached_with_downgrade
services: