Skip to content

Commit

Permalink
containers/teuthology-dev: Parametrize suite
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <zack@redhat.com>
  • Loading branch information
zmc committed Jul 27, 2023
1 parent 7d2abda commit d89eba9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions containers/teuthology-dev/teuthology.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,19 @@ 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
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" \
-p 75 \
--seed 349 \
--force-priority \
Expand Down

0 comments on commit d89eba9

Please sign in to comment.