From: Zack Cerza Date: Tue, 25 Jan 2022 18:43:56 +0000 (-0700) Subject: .teuthology.yaml: Use absolute paths X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=18d9c5deeb4f1376418782c51242546739225e99;p=teuthology.git .teuthology.yaml: Use absolute paths Signed-off-by: Zack Cerza --- diff --git a/docs/docker-compose/.teuthology.yaml b/docs/docker-compose/.teuthology.yaml index 56818be42d..bac8ec1aaf 100644 --- a/docs/docker-compose/.teuthology.yaml +++ b/docs/docker-compose/.teuthology.yaml @@ -3,7 +3,7 @@ queue_port: 11300 lock_server: http://paddles:8080 results_server: http://paddles:8080 results_ui_server: http://pulpito:8081/ -teuthology_path: ./ -archive_base: ../archive_dir +teuthology_path: /teuthology +archive_base: /archive_dir reserve_machines: 0 -lab_domain: '' +lab_domain: '' \ No newline at end of file