
In order to verify that molecule requirements are satisfied we add a noop molecule scenario that installs requirements and run a noop task. We can expand the scenario in the futute or add new ones, though for now goal is to ensure that updating requirements is not breaking other roles having valid scenarios around. Change-Id: Id0abc217d404af4a08532707e60d738613c9a7ed
31 lines
1.2 KiB
YAML
31 lines
1.2 KiB
YAML
# Copyright 2017, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-ansible-linters-jobs
|
|
- openstack-ansible-deploy-guide-jobs
|
|
- openstack-ansible-deploy-base-jobs
|
|
- openstack-ansible-deploy-aio_lxc-jobs
|
|
- openstack-ansible-deploy-aio_distro_lxc-jobs
|
|
- openstack-ansible-deploy-aio_metal-jobs
|
|
- openstack-ansible-deploy-aio_distro_metal-jobs
|
|
- openstack-ansible-deploy-ceph-jobs
|
|
- openstack-ansible-deploy-proxy-jobs
|
|
- openstack-ansible-deploy-stepca-jobs
|
|
- openstack-ansible-molecule
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|