Run faults workflow on tobiko gating minimal job

Change-Id: I5189857346e8ae88f37abb07dea575f509ca6314
This commit is contained in:
Federico Ressi 2021-10-27 13:22:10 +02:00
parent 710f9aa192
commit 60d4ffaa68
2 changed files with 9 additions and 4 deletions

View File

@ -74,7 +74,7 @@
yml: true
test_log_debug: true
test_case_timeout: 1800
test_workflow: gate
test_workflow: faults
requirements_dir: >-
{{ ansible_user_dir }}/src/opendev.org/openstack/requirements
upper_constraints_file: '{{ requirements_dir }}/upper-constraints.txt'
@ -87,6 +87,5 @@
- ^infrared_plugin/
- ^releasenotes/
- ^report/
- ^tobiko/tests/faults
- ^tobiko/tests/functional
- ^tobiko/tests/unit
- ^tobiko/tests/functional/
- ^tobiko/tests/unit/

View File

@ -90,6 +90,12 @@
- 8.8.8.8
ipv6_dns_nameservers: []
test_workflow: gate
irrelevant-files:
- ^.*\.rst$
- ^doc/
- ^infrared_plugin/
- ^releasenotes/
- ^report/
# --- MULTINODE --------------------------------------------------------------