]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuth_suite none
authorZack Cerza <zack@redhat.com>
Tue, 11 Oct 2022 17:14:45 +0000 (11:14 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 20 Feb 2023 20:17:49 +0000 (13:17 -0700)
containers/teuthology-dev/teuthology.sh

index 6370757a51e11f6f0d7c2c6ffbaa15a63092f501..66672bd8228b04a6a456ceb3f705b87746e7cfd8 100755 (executable)
@@ -12,7 +12,7 @@ else
     CUSTOM_CONF=/teuthology/containerized_node.yaml
 fi
 export MACHINE_TYPE=${MACHINE_TYPE:-testnode}
-if [ -z "$TEUTHOLOGY_WAIT" ]; then
+if [ "$TEUTHOLOGY_SUITE" != "none" ]; then
     if [ -n "$TEUTH_BRANCH" ]; then
       TEUTH_BRANCH_FLAG="--teuthology-branch $TEUTH_BRANCH"
     fi