
The repositories were missing the .repo extension from the filename so none of them was copied to the container chroot. Moreover, we should pass the zypper repository directory as argument to the 'find' command and not the repository files themselves. To prevent chicken and egg situations, we make the cross-repo test non-voting. Change-Id: Iab6f0c408edaf237ad022242c9d6d20257deff1a
58 lines
1.6 KiB
YAML
58 lines
1.6 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.
|
|
|
|
- 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
|
|
voting: false
|
|
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
|