Create a job to run sanity test cases

Depends-On: https://review.opendev.org/c/x/tobiko/+/821950
Change-Id: I67e01843f0d5afa14cf4af0c51da6ef60df5aaa1
This commit is contained in:
Federico Ressi 2021-12-16 10:12:20 +01:00
parent eebd3b72c4
commit dbe3caae17
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,33 @@
---
- project-template:
name: devstack-tobiko-sanity
description: Run tobiko sanity test cases
check:
jobs:
- devstack-tobiko-sanity
periodic:
jobs:
- devstack-tobiko-sanity
# --- Minimal jobs -----------------------------------------------------------
- job:
abstract: false
name: devstack-tobiko-sanity
parent: devstack-tobiko-minimal
voting: false
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/

View File

@ -14,4 +14,5 @@
- devstack-tobiko-nova
- devstack-tobiko-octavia
- devstack-tobiko-ovs
- devstack-tobiko-sanity
- devstack-tobiko-storage