From 5a7f04a819278c6b554b902d87c11cd05bb97f26 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 1 Jul 2024 23:36:29 +0200 Subject: [PATCH] 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 --- ceph-volume-test/config/definitions/ceph-volume-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5