From b476f0c6153d4e5fb910ba3abe71c5cc1bc9d0c5 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 24 Oct 2024 10:28:10 +0900 Subject: [PATCH] Skip functional tests on pre-commit config update This file is used only in code style checks. Change-Id: Ia1787dc618a12aca23f6302c3d9c7db44676be88 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 298cd17d89..b33b907ace 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -20,6 +20,7 @@ - ^api-.*$ - ^doc/(source|test)/.*$ - ^nova/locale/.*$ + - ^\.pre-commit-config\.yaml$ - ^releasenotes/.*$ vars: # explicitly stating the work dir makes this job reusable by other @@ -101,6 +102,7 @@ - ^nova/tests/.*$ - ^nova/test.py$ - ^nova/virt/ironic/.*$ + - ^\.pre-commit-config\.yaml$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tools/.*$ @@ -158,6 +160,7 @@ - ^nova/policies/.*$ - ^nova/tests/.*$ - ^nova/test.py$ + - ^\.pre-commit-config\.yaml$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tools/.*$ @@ -747,6 +750,7 @@ - ^nova/locale/.*$ - ^nova/tests/.*$ - ^nova/test.py$ + - ^\.pre-commit-config\.yaml$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tools/.*$