f2364022a6
This change implements the basic skeleton to create a new repo for the OSA connection plugin. This change will allow the connection plugin to be installed standalone, and maintained by a larger community. This change has pruned the git history so that all of the old history and commiters record for the connection plugin remains intact. Signed-off-by: Kevin Carter <kevin@cloudnull.com>
20 lines
438 B
YAML
20 lines
438 B
YAML
---
|
|
- job:
|
|
description: Base ansible-connection-plugin job
|
|
name: ansible-connection-plugin-centos-7-base
|
|
nodeset: centos-7
|
|
parent: base
|
|
pre-run:
|
|
- zuul.d/playbooks/prepare-test-host.yml
|
|
- zuul.d/playbooks/pre.yml
|
|
run:
|
|
- zuul.d/playbooks/run.yml
|
|
timeout: 1800
|
|
voting: true
|
|
- job:
|
|
files:
|
|
- ^doc/.*
|
|
- ^README.rst
|
|
name: ansible-connection-plugin-docs
|
|
parent: openstack-tox-docs
|