]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology.sh: Support suite branch/repo env vars ceph-devstack-testing
authorZack Cerza <zack@redhat.com>
Wed, 6 Sep 2023 22:34:51 +0000 (16:34 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 6 Sep 2023 22:58:29 +0000 (16:58 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
containers/teuthology-dev/teuthology.sh

index 9c241144ee305d7fc865d801efbd54a6687b9c7b..f9a7a008b45ddd9be255c11c3505c6c0881cd42f 100755 (executable)
@@ -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 \