
Removed devstack-tobiko-minimal, as it was just the same as devstack-tobiko, but on setups with lower requirements, and this caused some inestabilities recently. Removed devstack-tobiko-heat which tested functional tests (devstack-tobiko-functional already covers this) and create-resources tests, which are covered in many other jobs. Removed devstack-tobiko-storage job, which tested create-resources, already covered in many other jobs. Removed devstack-tobiko-sanity, because the sanity tests are run by many other jobs (those running the faults workflow, for example). Removed unused jobs devstack-tobiko-ovs-dvr, devstack-tobiko-ovs-dvr-snat and devstack-tobiko-multinode-ovs. Removed devstack-tobiko-designate and devstack-tobiko-designate-ovs because their tests will be executed in devstack-tobiko and devstack-tobiko-ovs respectively. Depends-On: Id8ee0323ad09297c08685ce19a60df469ae16826 Depends-On: I7a658f7a965f54ff4337615d7107314b4faa44d4 Change-Id: I6015af347dba6b8a587fa3b3811ca4c8cdd41b7a
34 lines
769 B
YAML
34 lines
769 B
YAML
---
|
|
|
|
- project-template:
|
|
name: devstack-tobiko-sanity
|
|
description: Run tobiko sanity test cases
|
|
check: &CHECK
|
|
jobs:
|
|
- devstack-tobiko-sanity
|
|
periodic: *CHECK
|
|
|
|
|
|
# --- Minimal jobs -----------------------------------------------------------
|
|
|
|
- job:
|
|
abstract: false
|
|
name: devstack-tobiko-sanity
|
|
parent: devstack-tobiko
|
|
voting: true
|
|
description: Run tobiko sanity test cases
|
|
vars:
|
|
test_workflow: sanity
|
|
irrelevant-files: &IRRELEVANT_FILES
|
|
- ^.*\.rst$
|
|
- ^doc/
|
|
- ^infrared_plugin/
|
|
- ^playbooks/vagrant
|
|
- ^releasenotes/
|
|
- ^report/
|
|
- ^tobiko/tests/faults/
|
|
- ^tobiko/tests/functional/
|
|
- ^tobiko/tests/scenario/
|
|
- ^tobiko/tests/unit/
|
|
- ^Vagrantfile
|