From: Zack Cerza Date: Wed, 6 Sep 2023 22:34:51 +0000 (-0600) Subject: teuthology.sh: Support suite branch/repo env vars X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fceph-devstack-testing;p=teuthology.git teuthology.sh: Support suite branch/repo env vars Signed-off-by: Zack Cerza --- diff --git a/containers/teuthology-dev/teuthology.sh b/containers/teuthology-dev/teuthology.sh index 9c241144e..f9a7a008b 100755 --- a/containers/teuthology-dev/teuthology.sh +++ b/containers/teuthology-dev/teuthology.sh @@ -24,6 +24,8 @@ if [ "$TEUTHOLOGY_SUITE" != "none" ]; then --limit 1 \ -n 100 \ --suite ${TEUTHOLOGY_SUITE:-teuthology:no-ceph} \ + --suite-branch "${TEUTHOLOGY_SUITE_BRANCH}" \ + --suite-repo "${TEUTHOLOGY_SUITE_REPO}" \ --filter-out "libcephfs,kclient" \ -p 75 \ --seed 349 \