From 60d4ffaa6862374d83dafd99c78125695101274b Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 27 Oct 2021 13:22:10 +0200 Subject: [PATCH] Run faults workflow on tobiko gating minimal job Change-Id: I5189857346e8ae88f37abb07dea575f509ca6314 --- zuul.d/devstack-tobiko-minimal.yaml | 7 +++---- zuul.d/devstack-tobiko.yaml | 6 ++++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/zuul.d/devstack-tobiko-minimal.yaml b/zuul.d/devstack-tobiko-minimal.yaml index 4f609aa..eda0e3b 100644 --- a/zuul.d/devstack-tobiko-minimal.yaml +++ b/zuul.d/devstack-tobiko-minimal.yaml @@ -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/ diff --git a/zuul.d/devstack-tobiko.yaml b/zuul.d/devstack-tobiko.yaml index beefc5c..5866fa7 100644 --- a/zuul.d/devstack-tobiko.yaml +++ b/zuul.d/devstack-tobiko.yaml @@ -90,6 +90,12 @@ - 8.8.8.8 ipv6_dns_nameservers: [] test_workflow: gate + irrelevant-files: + - ^.*\.rst$ + - ^doc/ + - ^infrared_plugin/ + - ^releasenotes/ + - ^report/ # --- MULTINODE --------------------------------------------------------------