devstack-plugin-tobiko/zuul.d/devstack-tobiko-sanity.yaml
Federico Ressi 0664ee21f2 Ignore Vagrant files in devstack-tobiko-* jobs
Depends-On: https://review.opendev.org/c/x/tobiko/+/834841
Change-Id: Ie331e78f2fd841d7e0c95e418a6f4061aa1d9a8c
2022-03-23 10:47:49 +00:00

34 lines
777 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/
- ^playbooks/vagrant
- ^releasenotes/
- ^report/
- ^tobiko/tests/faults/
- ^tobiko/tests/functional/
- ^tobiko/tests/scenario/
- ^tobiko/tests/unit/
- ^Vagrantfile