ITSD-94667 Renamed the molecule test to reflect more accurately what it tests for

This commit is contained in:
Glenn Stewart
2022-06-22 16:52:51 +10:00
parent a44008fb32
commit 5aa726e472
5 changed files with 2 additions and 2 deletions

View File

@@ -232,14 +232,14 @@ pipelines:
- cd roles/product_install - cd roles/product_install
- pipenv run molecule test -s jira_all - pipenv run molecule test -s jira_all
- step: - step:
name: product_install/jira_all_version_url name: product_install/jira_tarball_download_url
services: services:
- docker - docker
script: script:
- export ANSIBLE_CONFIG=./ansible.cfg - export ANSIBLE_CONFIG=./ansible.cfg
- ./bin/install-ansible --dev - ./bin/install-ansible --dev
- cd roles/product_install - cd roles/product_install
- pipenv run molecule test -s jira_all_version_url - pipenv run molecule test -s jira_tarball_download_url
- step: - step:
name: product_install/jira_cached_with_downgrade name: product_install/jira_cached_with_downgrade
services: services: