]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephadm: enable test case for centos10 cephadm rpm build
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 21 Aug 2025 16:54:44 +0000 (12:54 -0400)
committerAdam King <adking@redhat.com>
Thu, 28 Aug 2025 15:19:45 +0000 (11:19 -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)

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',
     ],
 )