]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephadm: enable test case for centos10 cephadm rpm build
authorJustin Caratzas <jcaratza@ibm.com>
Thu, 18 Sep 2025 20:45:01 +0000 (16:45 -0400)
committerJustin Caratzas <jcaratza@ibm.com>
Mon, 22 Sep 2025 16:33:11 +0000 (12:33 -0400)
Now that the build script is updated we can enable the test for
centos 10 based rpm sourced cephadm builds.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 16530fde5e4a84c5690da760f4be5dd91131a69b)
(cherry picked from commit b79cc22ac73b407759f72acfa06271957d9ecc3d)

Resolves: rhbz#2388210

src/cephadm/tests/build/test_cephadm_build.py

index 185ffbf6bb17c52770cbde4ed20615a3ecb9d046..602774865ab01ad0451a133877ef967540e9ec3b 100644 (file)
@@ -140,6 +140,7 @@ def test_cephadm_build(env, source_dir, tmp_path):
     'env',
     [
         'centos-9-plusdeps',
+        'centos-10-plusdeps',
         'centos-9',
     ],
 )