]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
remove symlink_worker_log
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Thu, 13 Aug 2020 06:30:46 +0000 (12:00 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Thu, 13 Aug 2020 06:31:30 +0000 (12:01 +0530)
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
teuthology/dispatcher/supervisor.py

index c680daa05663efa6379f656ec97b5d2e3c47ccab..5bbca9c86487a5f23b1f1fedae6dd35f6a202733 100644 (file)
@@ -12,7 +12,7 @@ from teuthology import setup_log_file, install_except_hook
 from teuthology.lock.ops import reimage_many
 from teuthology.misc import get_user
 from teuthology.config import FakeNamespace
-from teuthology.worker import run_with_watchdog, symlink_worker_log
+from teuthology.worker import run_with_watchdog
 from teuthology.job_status import get_status
 import teuthology
 from teuthology.nuke import nuke
@@ -142,8 +142,6 @@ def run_job(job_config, teuth_bin_path, archive_dir, verbose):
         # This sleep() is to give the child time to start up and create the
         # archive dir.
         time.sleep(5)
-        symlink_worker_log(job_config['worker_log'],
-                           job_config['archive_path'])
         p.wait()
 
     if p.returncode != 0: