From f2180afd1be53e88c9c782f19154b09342f020c0 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 25 Jan 2022 11:47:28 -0700 Subject: [PATCH] teuthology.sh: Use absolute paths Signed-off-by: Zack Cerza --- docs/docker-compose/teuthology.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/docker-compose/teuthology.sh b/docs/docker-compose/teuthology.sh index 9915c69a08..f1ae798b19 100755 --- a/docs/docker-compose/teuthology.sh +++ b/docs/docker-compose/teuthology.sh @@ -2,8 +2,9 @@ set -e # We don't want -x yet, in case the private key is sensitive echo "$SSH_PRIVKEY" > $HOME/.ssh/id_ed25519 +source /teuthology/virtualenv/bin/activate set -x -./virtualenv/bin/teuthology-suite -v \ +teuthology-suite -v \ --ceph-repo https://github.com/ceph/ceph.git \ --suite-repo https://github.com/ceph/ceph.git \ -c master \ @@ -14,6 +15,7 @@ set -x --suite-branch master \ --subset 9000/100000 \ -p 75 \ - --force-priority -./virtualenv/bin/teuthology-dispatcher --log-dir ./log --tube testnode + --force-priority \ + /teuthology/custom_conf.yaml +teuthology-dispatcher --log-dir /teuthology/log --tube testnode tail -f /dev/null \ No newline at end of file -- 2.39.5