Bifrost's CI is broken by two items: Ansible 2.5's pause module seems to be more syntax strict, and we might have been missing the pause logic all along due to the when being down a level too far in the yaml. Additionally, fedora core 26 support in CI is no longer available, and as such disabling for the time being. This should fix CI. Change-Id: I37df36d5f1bf13c833feda9e0a7f0a288a18a097
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- bifrost-integration-tinyipa
|
|
# TODO Broken becasuse FC26 is no longer an option in
|
|
# OpenStack CI
|
|
# - bifrost-integration-tinyipa-fedora26
|
|
- bifrost-integration-tinyipa-opensuse-423
|
|
# Non-voting jobs
|
|
- bifrost-integration-dhcp:
|
|
voting: false
|
|
- bifrost-integration-dhcp-opensuse-423:
|
|
voting: false
|
|
- bifrost-integration-dhcp-centos-7:
|
|
voting: false
|
|
- bifrost-integration-dibipa-debian-centos-7:
|
|
voting: false
|
|
- bifrost-integration-dibipa-debian:
|
|
voting: false
|
|
- bifrost-integration-dibipa-debian-opensuse-423:
|
|
voting: false
|
|
- bifrost-integration-tinyipa-centos-7:
|
|
voting: false
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- bifrost-integration-tinyipa
|
|
# - bifrost-integration-tinyipa-fedora26
|
|
- bifrost-integration-tinyipa-opensuse-423
|
|
- openstack-tox-lower-constraints
|