devstack-plugin-tobiko/zuul.d/devstack-tobiko-functional.yaml
Federico Ressi eebd3b72c4 Update irrelevant files list
Change-Id: Ie10885677e8c6d8465b5c5667effc3aec6003f9a
2021-12-16 20:47:37 +00:00

37 lines
843 B
YAML

---
- project-template:
name: devstack-tobiko-functional
description: Run tobiko functional test cases
check:
jobs:
- devstack-tobiko-functional
gate:
jobs:
- devstack-tobiko-functional
periodic:
jobs:
- devstack-tobiko-functional
# --- 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/