Create first tripleo-ci job
Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com> Depends-On: https://review.opendev.org/655423 Change-Id: Ie7d2bce9f5531851d28bc2420a2880977a7e513c
This commit is contained in:
parent
125ff5305f
commit
c0b0e6c3bc
@ -23,6 +23,8 @@
|
|||||||
- tobiko-devstack-scenario-centos-7-stein
|
- tobiko-devstack-scenario-centos-7-stein
|
||||||
- tobiko-devstack-scenario-centos-7-train
|
- tobiko-devstack-scenario-centos-7-train
|
||||||
- tobiko-devstack-scenario-ubuntu-bionic
|
- tobiko-devstack-scenario-ubuntu-bionic
|
||||||
|
- tobiko-tripleo-update-standalone
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pylint
|
- openstack-tox-pylint
|
||||||
|
26
zuul.d/tobiko-tripleo.yaml
Normal file
26
zuul.d/tobiko-tripleo.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
- job:
|
||||||
|
name: tobiko-tripleo-update-standalone
|
||||||
|
description: Tobiko TripleO job testing update
|
||||||
|
parent: tripleo-ci-base-standalone
|
||||||
|
nodeset: single-centos-7-node
|
||||||
|
required-projects:
|
||||||
|
- opendev.org/x/tobiko
|
||||||
|
voting: false
|
||||||
|
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
|
||||||
|
vars:
|
||||||
|
featureset: '052'
|
||||||
|
tox_envlist: neutron
|
||||||
|
featureset_override:
|
||||||
|
run_tempest: false
|
||||||
|
# Tempest variable to provide cloud name is also used by
|
||||||
|
# Tobiko's playbook
|
||||||
|
tempest_cloud_name: "standalone"
|
||||||
|
standalone_environment_files:
|
||||||
|
- 'environments/low-memory-usage.yaml'
|
||||||
|
- 'ci/environments/scenario002-standalone.yaml'
|
||||||
|
playbooks:
|
||||||
|
- quickstart.yml
|
||||||
|
- multinode-standalone.yml
|
||||||
|
- tobiko.yml
|
||||||
|
- multinode-standalone-upgrade.yml
|
||||||
|
- tobiko.yml
|
Loading…
Reference in New Issue
Block a user