]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume: add squid release to functional test suite 2261/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 1 Jul 2024 21:36:29 +0000 (23:36 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 1 Jul 2024 21:36:29 +0000 (23:36 +0200)
This adds the squid release support to the function test suite

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
ceph-volume-test/config/definitions/ceph-volume-test.yml

index 4f13595c304f47cb22ff0cc869cb6cca67002dc6..ded366c7b9bc2c8f046fa62d8623bd8e204a637e 100644 (file)
@@ -98,7 +98,7 @@
           condition-command: |
             #!/bin/bash
             set -x
-            if [[ ! "$CEPH_BRANCH" =~ main|reef|quincy|pacific ]]; then
+            if [[ ! "$CEPH_BRANCH" =~ main|squid|reef|quincy|pacific ]]; then
               exit 1
             fi
           on-evaluation-failure: dont-run