From 08057f2d372ebd2ac1e60d2ea8ac1576238cf6ff Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Wed, 14 May 2025 06:50:45 +0000 Subject: [PATCH] Run ceph-tempest job specifically for RBD Previously, the glance_store-src-ceph-tempest job executed across all backends, which was unnecessary. I have now disabled it for backends other than RBD, so it will now run exclusively for changes related to the RBD backend. Additionally, it has been configured to not run when changes are made in unit or functional tests. Change-Id: I340fbaf3d9eb8802e70cf84242bda5dc7da90677 --- .zuul.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0e346d62..b540d882 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -153,13 +153,20 @@ jobs: - cross-glance-tox-functional - glance_store-src-ceph-tempest: - irrelevant-files: &tempest-irrelevant-files + irrelevant-files: - ^doc/.*$ - ^releasenotes/.*$ - ^.*\.rst$ - ^(test-|)requirements.txt$ - ^setup.cfg$ - ^tox.ini$ + - ^glance_store/_drivers/cinder/.*$ + - ^glance_store/_drivers/swift/.*$ + - ^glance_store/_drivers/filesystem*$ + - ^glance_store/_drivers/http.*$ + - ^glance_store/_drivers/s3.*$ + - ^glance_store/tests/.*$ + experimental: jobs: - glance_store-dsvm-functional-filesystem