From: Zack Cerza Date: Thu, 11 Jul 2024 16:06:01 +0000 (-0600) Subject: test_ansible: Set ctx.archive to empty string X-Git-Tag: 1.2.0~17^2~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=178756d96485a5ae0c6240f5bae88f3cd3a98283;p=teuthology.git test_ansible: Set ctx.archive to empty string Scheduled jobs are failing because they try to write to /home/ansible.log. Signed-off-by: Zack Cerza --- diff --git a/teuthology/test/task/test_ansible.py b/teuthology/test/task/test_ansible.py index 9f378b4804..1b7afc01d6 100644 --- a/teuthology/test/task/test_ansible.py +++ b/teuthology/test/task/test_ansible.py @@ -68,7 +68,7 @@ class TestAnsibleTask(TestTask): self.ctx.cluster.add(Remote('user@remote2'), ['role2']) self.ctx.config = dict() self.ctx.summary = dict() - self.ctx.archive = '../' + self.ctx.archive = "" self.task_config = dict(playbook=[]) self.start_patchers()