6299fc19f4
Currently the linters test is in the project-config repository, but those are meant to be used for standard jobs which do not require any repository other than the one given. Our lint tests use the 'openstack-ansible-tests' repository, so we should rather use our own job definition. Change-Id: Id4e64c4f57530bfcd8900dd562845f07761a2d43 Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
31 lines
1.1 KiB
YAML
31 lines
1.1 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:
|
|
name: openstack/openstack-ansible-rabbitmq_server
|
|
check:
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-functional-centos-7
|
|
- openstack-ansible-functional-opensuse-423
|
|
- openstack-ansible-functional-ubuntu-xenial
|
|
gate:
|
|
queue: openstack-ansible
|
|
jobs:
|
|
- openstack-ansible-linters
|
|
- openstack-ansible-functional-centos-7
|
|
- openstack-ansible-functional-opensuse-423
|
|
- openstack-ansible-functional-ubuntu-xenial
|