]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
.teuthology.yaml: Use absolute paths
authorZack Cerza <zack@redhat.com>
Tue, 25 Jan 2022 18:43:56 +0000 (11:43 -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.yaml

index 56818be42d5b1b0f5b307222e974d276cd7e921b..bac8ec1aafc9fd355d7416a4b5c3121d697539b9 100644 (file)
@@ -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