From: Guillaume Abrioux Date: Mon, 1 Jul 2024 21:36:29 +0000 (+0200) Subject: ceph-volume: add squid release to functional test suite X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2261%2Fhead;p=ceph-build.git ceph-volume: add squid release to functional test suite This adds the squid release support to the function test suite Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-volume-test/config/definitions/ceph-volume-test.yml b/ceph-volume-test/config/definitions/ceph-volume-test.yml index 4f13595c..ded366c7 100644 --- a/ceph-volume-test/config/definitions/ceph-volume-test.yml +++ b/ceph-volume-test/config/definitions/ceph-volume-test.yml @@ -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