---

- 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