]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology.sh: Use absolute paths
authorZack Cerza <zack@redhat.com>
Tue, 25 Jan 2022 18:47:28 +0000 (11:47 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 28 Mar 2022 21:28:37 +0000 (15:28 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/teuthology.sh

index 9915c69a082fca392f57e06d19c38747d3061504..f1ae798b19d5b6ee08bd58a7e090f279d77e9f17 100755 (executable)
@@ -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