ed8a7b7b89
If there is a change to kolla then images are built, which can push the job over the existing 1.5 hour timeout. These jobs are also used in the kolla CI. Change-Id: I88a28745cf834376163ced36984c317fce831346
28 lines
563 B
YAML
28 lines
563 B
YAML
---
|
|
- job:
|
|
name: kolla-ansible-base
|
|
pre-run: tests/pre.yml
|
|
run: tests/run.yml
|
|
post-run: tests/post.yml
|
|
attempts: 1
|
|
timeout: 7200
|
|
required-projects:
|
|
- openstack/kolla
|
|
- openstack/requirements
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*
|
|
- ^test-requirements.txt$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
scenario: aio
|
|
roles:
|
|
- zuul: openstack-infra/zuul-jobs
|
|
|
|
- job:
|
|
name: kolla-ansible-bifrost-base
|
|
parent: kolla-ansible-base
|
|
vars:
|
|
scenario: bifrost
|
|
install_type: source
|