devstack-plugin-tobiko/zuul.d/devstack-tobiko-sanity.yaml
Federico Ressi 16c10f365c Add voting flag to devstack-tobiko-sanity job
Change-Id: I124613b1b21fe8d0bf67cc0566cc5108c0e24732
2022-02-15 09:37:12 +01:00

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