]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
containers/teuthology-dev: Parametrize suite
authorZack Cerza <zack@redhat.com>
Tue, 2 Aug 2022 17:10:21 +0000 (11:10 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 8 Aug 2022 22:38:35 +0000 (16:38 -0600)
containers/teuthology-dev/teuthology.sh

index 7f8eed6501f327629a7c8be9ca68c967dff6c6f0..e4bde387f999ff27509185e42ed16432a6e0f361 100755 (executable)
@@ -19,16 +19,15 @@ if [ -z "$TEUTHOLOGY_WAIT" ]; then
     teuthology-suite -v \
         $TEUTH_BRANCH_FLAG \
         --ceph-repo https://github.com/ceph/ceph.git \
-        --suite-repo https://github.com/ceph/ceph.git \
         -c main \
         -m $MACHINE_TYPE \
         --limit 1 \
         -n 100 \
-        --suite teuthology:no-ceph \
-        --filter-out "libcephfs,kclient,stream,centos,rhel" \
-        -d ubuntu -D 20.04 \
-        --suite-branch main \
-        --subset 9000/100000 \
+        --suite ${TEUTHOLOGY_SUITE:-teuthology:no-ceph} \
+        --filter-out "libcephfs,kclient" \
+        --filter-all "centos_8" \
+        -d centos -D 8.stream \
+        --suite-branch osd-containers \
         -p 75 \
         --seed 349 \
         --force-priority \