From 96944dbce908ca93fef64877d1f4f25647f4b236 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 6 Sep 2023 16:34:51 -0600 Subject: [PATCH] teuthology.sh: Support suite branch/repo env vars Signed-off-by: Zack Cerza --- containers/teuthology-dev/teuthology.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/teuthology-dev/teuthology.sh b/containers/teuthology-dev/teuthology.sh index 9c241144ee..f9a7a008b4 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 \ -- 2.39.5