From cf1a9fbda1d9b463ca87edb2af8ddcd7dee4006b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 12 Oct 2025 01:29:51 +0900 Subject: [PATCH] Skip functional tests for pre-commit-config.yaml update ... because the file is used only in pep8. Also ignore a few other additional files which have no functional impact. Change-Id: I98401c28a4eac5c5b750a1cd07199737835d2c21 Signed-off-by: Takashi Kajinami --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 57b13753e5..713892646f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,7 +21,9 @@ tempest_test_regex: '\[.*\bsmoke\b.*\]|^(telemetry_tempest_plugin)' tox_envlist: all irrelevant-files: &ceilometer-irrelevant-files + - ^\.gitignore$ - ^\.gitreview$ + - ^\.pre-commit-config\.yaml$ - ^(test-|)requirements.txt$ - ^setup.cfg$ - ^doc/.*$ @@ -29,6 +31,8 @@ - ^releasenotes/.*$ - ^ceilometer/locale/.*$ - ^ceilometer/tests/.*$ + - ^tools/.*$ + - ^tox.ini$ - project: queue: telemetry