devstack-plugin-tobiko/zuul.d/devstack-tobiko-functional.yaml
Federico Ressi 3049043ff4 Update devstack-tobiko-functional template
Change-Id: I2dd157d634cebb4f85de5aff9f4dd08379b5a134
2022-02-15 20:45:12 +00:00

33 lines
766 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-minimal
voting: true
description: Run tobiko functional test cases
vars:
test_workflow: functional
irrelevant-files: &IRRELEVANT_FILES
- ^.*\.rst$
- ^doc/
- ^infrared_plugin/
- ^releasenotes/
- ^report/
- ^tobiko/tests/faults/
- ^tobiko/tests/sanity/
- ^tobiko/tests/scenario/
- ^tobiko/tests/unit/