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 <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-10-12 01:29:51 +09:00
parent b26888008b
commit cf1a9fbda1

View File

@@ -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