2018-08-07 23:06:52 +02:00
|
|
|
---
|
|
|
|
- job:
|
|
|
|
name: kolla-ansible-base
|
|
|
|
pre-run: tests/pre.yml
|
|
|
|
run: tests/run.yml
|
|
|
|
post-run: tests/post.yml
|
|
|
|
attempts: 1
|
2018-09-19 10:54:51 +01:00
|
|
|
timeout: 7200
|
2018-08-07 23:06:52 +02:00
|
|
|
required-projects:
|
|
|
|
- openstack/kolla
|
|
|
|
- openstack/requirements
|
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^doc/.*
|
|
|
|
- ^test-requirements.txt$
|
|
|
|
- ^releasenotes/.*$
|
|
|
|
vars:
|
|
|
|
scenario: aio
|
2018-11-07 19:24:26 +01:00
|
|
|
enable_core_openstack: yes
|
2018-08-07 23:06:52 +02:00
|
|
|
roles:
|
|
|
|
- zuul: openstack-infra/zuul-jobs
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: kolla-ansible-bifrost-base
|
|
|
|
parent: kolla-ansible-base
|
|
|
|
vars:
|
|
|
|
scenario: bifrost
|
|
|
|
install_type: source
|
2018-11-07 19:24:26 +01:00
|
|
|
enable_core_openstack: no
|