From: Cédric Ollivier Date: Sun, 9 Aug 2020 00:48:28 +0000 (+0200) Subject: Fix tag regex X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F70697%2F1;p=releng.git Fix tag regex Change-Id: If2ce41ef2e6be3e8c4a2a7630feaa9d5089c471f Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 19752cc25..5b87c59c7 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -152,7 +152,7 @@ image={repo}:{port}/{container}:{tag} fi volumes="" - if [ "{tag}" = "hunter" ]; then + if [[ "{tag}" =~ "hunter" ]]; then volumes=-v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static \ -v /usr/bin/qemu-aarch64-static:/usr/bin/qemu-aarch64-static fi