Move fetch_validations role from validations-libs-functional to post playbook

Change-Id: I6db7ffc6af572e8d1ff4e587bef0c7a8ef0a16e9
This commit is contained in:
matbu 2021-05-05 09:56:04 +02:00 committed by mbu
parent 36c9b8cbcb
commit 23b15aac79
2 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,5 @@
- fetch-subunit-output - fetch-subunit-output
- fetch-devstack-log-dir - fetch-devstack-log-dir
- fetch-output - fetch-output
- role: "src/opendev.org/openstack/validations-common/roles/fetch_validations"
- fetch-python-sdist-output - fetch-python-sdist-output

View File

@ -12,4 +12,3 @@
vars: vars:
zuul_work_dir: "src/opendev.org/openstack/validations-common" zuul_work_dir: "src/opendev.org/openstack/validations-common"
- role: "src/opendev.org/openstack/validations-common/roles/validations" - role: "src/opendev.org/openstack/validations-common/roles/validations"
- role: "src/opendev.org/openstack/validations-common/roles/fetch_validations"