958b33820c
nova compute requires libvirt 7.0.0 or newer, which means no job can be executed on Ubuntu 20.04 Besides, devstack drops support for focal on this patch: https://review.opendev.org/c/openstack/devstack/+/885468 Change-Id: I6fa5b70558e886b17c63dab61fad3c7a2728d148
37 lines
946 B
YAML
37 lines
946 B
YAML
---
|
|
|
|
- project-template:
|
|
name: devstack-tobiko-functional
|
|
description: Run tobiko functional test cases
|
|
check: &CHECK
|
|
jobs:
|
|
- devstack-tobiko-functional
|
|
gate: *CHECK
|
|
periodic: *CHECK
|
|
|
|
|
|
# --- Minimal jobs -----------------------------------------------------------
|
|
|
|
- job:
|
|
abstract: false
|
|
name: devstack-tobiko-functional
|
|
parent: devstack-tobiko-designate
|
|
# TODO(eolivare): remove this when the fix is merged on tobiko project:
|
|
# https://review.opendev.org/c/x/tobiko/+/894522
|
|
voting: false
|
|
description: Run tobiko functional test cases
|
|
vars:
|
|
test_workflow: functional
|
|
irrelevant-files: &IRRELEVANT_FILES
|
|
- ^.*\.rst$
|
|
- ^doc/
|
|
- ^infrared_plugin/
|
|
- ^playbooks/vagrant
|
|
- ^releasenotes/
|
|
- ^report/
|
|
- ^tobiko/tests/faults/
|
|
- ^tobiko/tests/sanity/
|
|
- ^tobiko/tests/scenario/
|
|
- ^tobiko/tests/unit/
|
|
- ^Vagrantfile
|