Merge "Add lxc-container-create tests"

This commit is contained in:
Zuul 2017-10-30 15:38:01 +00:00 committed by Gerrit Code Review
commit a1286fb642
2 changed files with 62 additions and 0 deletions

56
zuul.d/jobs.yaml Normal file
View File

@ -0,0 +1,56 @@
---
# 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.
- job:
name: openstack-ansible-lxc-container-create
parent: openstack-ansible-cross-repo-functional
required-projects:
- name: openstack/openstack-ansible-lxc_container_create
vars:
osa_test_repo: "openstack/openstack-ansible-lxc_container_create"
- job:
name: openstack-ansible-lxc-dir
parent: openstack-ansible-lxc-container-create
vars:
tox_env: dir
- job:
name: openstack-ansible-lxc-btrfs
parent: openstack-ansible-lxc-container-create
voting: false
vars:
tox_env: btrfs
- job:
name: openstack-ansible-lxc-machinectl
parent: openstack-ansible-lxc-container-create
voting: false
vars:
tox_env: mnctl
- job:
name: openstack-ansible-lxc-overlayfs
parent: openstack-ansible-lxc-container-create
voting: false
vars:
tox_env: ofs
- job:
name: openstack-ansible-lxc-zfs
parent: openstack-ansible-lxc-container-create
voting: false
vars:
tox_env: zfs

View File

@ -21,9 +21,15 @@
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-opensuse-423
- openstack-ansible-functional-ubuntu-xenial
- openstack-ansible-lxc-dir
- openstack-ansible-lxc-btrfs
- openstack-ansible-lxc-machinectl
- openstack-ansible-lxc-overlayfs
- openstack-ansible-lxc-zfs
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-centos-7
- openstack-ansible-functional-opensuse-423
- openstack-ansible-functional-ubuntu-xenial
- openstack-ansible-lxc-dir