tis-repo/.zuul.yaml

77 lines
2.4 KiB
YAML

- project:
templates:
- noop-jobs
check:
jobs:
- stx-github-debug:
vars:
stx_remote_repo: https://github.com/starlingx-staging/tools-contrib.git
stx_remote_branch: master
# - stx-nova-stein-pep8:
# vars:
# stx_remote_repo: https://github.com/gerrykopec/stx-nova.git
# stx_remote_branch: numa_live_migration
- stx-nova-stein-py27:
vars:
stx_remote_repo: https://github.com/gerrykopec/stx-nova.git
stx_remote_branch: numa_live_migration
# - stx-nova-stein-functional:
# vars:
# stx_remote_repo: https://github.com/gerrykopec/stx-nova.git
# stx_remote_branch: numa_live_migration
experimental:
jobs:
- stx-nova-stein-functional
- job:
name: stx-nova-stein-pep8
parent: tox
required-projects:
- name: openstack/nova
vars:
stx_remote_repo: https://github.com/starlingx-staging/stx-nova.git
stx_remote_branch: stx/stein.1
stx_repo_dest: src/test-repo
tox_extra_args: -c ../../../stx-nova/tox.ini
tox_envlist: pep8
pre-run: playbooks/fetch-stx-nova/pre.yaml
- job:
name: stx-nova-stein-py27
parent: nova-tox-functional
required-projects:
- name: openstack/nova
- name: openstack/placement
vars:
stx_remote_repo: https://github.com/starlingx-staging/stx-nova.git
stx_remote_branch: stx/stein.1
stx_repo_dest: src/test-repo
tox_extra_args: -c ../../../stx-nova/tox.ini
tox_envlist: py27
pre-run: playbooks/fetch-stx-nova/pre.yaml
- job:
name: stx-nova-stein-functional
parent: nova-tox-functional
required-projects:
- name: openstack/placement
- name: openstack/nova
vars:
stx_remote_repo: https://github.com/starlingx-staging/stx-nova.git
stx_remote_branch: stx/stein.1
stx_repo_dest: src/test-repo
tox_extra_args: -c ../../../stx-nova/tox.ini
tox_envlist: functional
tox_install_siblings: true
pre-run: playbooks/fetch-stx-nova/pre.yaml
- job:
name: stx-github-debug
parent: tox
vars:
stx_remote_repo: https://github.com/starlingx-staging/tools.contrib.git
stx_remote_branch: master
stx_repo_dest: src/test-repo
tox_envlist: debug
pre-run: playbooks/fetch-remote-repo/pre.yaml