Skip functional tests for .gitignore update

The file itself has no functional impact.

Also add appropriate escape so that '.' is treated as a real period
strictly.

Change-Id: I9a8a7cb1e4719f6a39b70d4b3889aa0ac019650e
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-03-09 19:23:30 +09:00
parent 961ef8a5a2
commit 5c041cf967

View File

@@ -551,9 +551,11 @@
# Translations
- ^.*/locale/.*po$
# pre-commit config
- ^.pre-commit-config.yaml$
- ^\.pre-commit-config\.yaml$
# gitignore config
- ^\.gitignore$
# gitreview config
- ^.gitreview$
- ^\.gitreview$
- job:
name: devstack-minimal