2152331ebf
Adopts testing using in-repo bindep.txt testing file instead of using the deprecated externally hosted bindep-fallback.txt file. Initial file is the same but in the future we may want to simplify it. Change-Id: I570fe8686068478a163e4fe597514460b6a69fef
53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
- job:
|
|
name: bindep-base
|
|
description: |
|
|
Check that bindep itself can install packages on various platforms.
|
|
abstract: true
|
|
roles:
|
|
- zuul: openstack-infra/zuul-jobs
|
|
run: playbooks/bindep/run.yaml
|
|
vars:
|
|
zuul_work_dir: '{{ zuul.project.src_dir }}'
|
|
zuul_work_virtualenv: '{{ ansible_user_dir }}/.venv'
|
|
|
|
- job:
|
|
name: bindep-centos-7
|
|
parent: bindep-base
|
|
nodeset: centos-7
|
|
|
|
- job:
|
|
name: bindep-opensuse-150
|
|
parent: bindep-base
|
|
nodeset: opensuse-150
|
|
|
|
- job:
|
|
name: bindep-opensuse-423
|
|
parent: bindep-base
|
|
nodeset: opensuse-423
|
|
|
|
- job:
|
|
name: bindep-ubuntu-trusty
|
|
parent: bindep-base
|
|
nodeset: ubuntu-trusty
|
|
|
|
- job:
|
|
name: bindep-ubuntu-xenial
|
|
parent: bindep-base
|
|
nodeset: ubuntu-xenial
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- bindep-centos-7
|
|
- bindep-opensuse-150
|
|
- bindep-opensuse-423
|
|
- bindep-ubuntu-trusty
|
|
- bindep-ubuntu-xenial
|
|
gate:
|
|
jobs:
|
|
- bindep-centos-7
|
|
- bindep-opensuse-150
|
|
- bindep-opensuse-423
|
|
- bindep-ubuntu-trusty
|
|
- bindep-ubuntu-xenial
|