
This patch migrates 2 jobs install-ubuntu and install-centos. Both these jobs have an equal playbook, so they are merged now and only job definitions set the proper node type. Also, the post playbook for most of rally jobs are added. It is generic and can remove a bunch of code duplication. Change-Id: Ifb7c11539fc505a85c6aa7f7e367b4f60d5797dd
23 lines
520 B
YAML
23 lines
520 B
YAML
- job:
|
|
name: rally-install-ubuntu-xenial
|
|
parent: base-integration-ubuntu-xenial
|
|
run: tests/ci/playbooks/rally-install/run
|
|
timeout: 1800
|
|
|
|
- job:
|
|
name: rally-install-centos-7
|
|
parent: base-integration-centos-7
|
|
run: tests/ci/playbooks/rally-install/run
|
|
timeout: 1800
|
|
|
|
- project:
|
|
name: openstack/rally
|
|
check:
|
|
jobs:
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-centos-7
|
|
gate:
|
|
jobs:
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-centos-7
|