Add job filters

Add Freezer, Blazar and Cloudkitty jobs to check pipeline
with files filters.

Change-Id: Ie407e52f07728fd7b2d677d3525b41cbdedae5a0
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
This commit is contained in:
Vladimir Kozhukalov
2025-09-11 12:41:08 -05:00
parent a4df9c709e
commit 4fda13524a
2 changed files with 10 additions and 0 deletions

View File

@@ -540,6 +540,9 @@
name: openstack-helm-blazar
parent: openstack-helm-deploy
timeout: 7200
files:
- blazar/.*
abstract: true
vars:
gate_scripts:
- ./tools/deployment/common/prepare-bashrc.sh
@@ -562,6 +565,8 @@
name: openstack-helm-cloudkitty
parent: openstack-helm-deploy
timeout: 7200
files:
- cloudkitty/.*
abstract: true
vars:
gate_scripts:
@@ -584,6 +589,8 @@
name: openstack-helm-freezer
parent: openstack-helm-deploy
timeout: 10800
files:
- freezer/.*
abstract: true
vars:
gate_scripts:

View File

@@ -40,6 +40,9 @@
- openstack-helm-compute-kit-2025-1-ubuntu_jammy # 1 node + 3 nodes
- openstack-helm-skyline-2025-1-ubuntu_jammy # 3 nodes
- openstack-helm-octavia-2025-1-ubuntu_jammy # 4 nodes
- openstack-helm-blazar-2025-1-ubuntu_jammy # 3 nodes; run only if blazar changed
- openstack-helm-cloudkitty-2025-1-ubuntu_jammy # 3 nodes; run only if cloudkitty changed
- openstack-helm-freezer-2025-1-ubuntu_jammy # 3 nodes; run only if freezer changed
# 2025.1 Ubuntu Noble
- openstack-helm-cinder-2025-1-ubuntu_noble # 5 nodes rook
- openstack-helm-compute-kit-2025-1-ubuntu_noble # 1 node + 3 nodes