Home | History | Annotate | Download | only in scheduler

Lines Matching refs:source_path

851     def _copy_results_helper(self, process, source_path, destination_path,
853 source_path: %s, '
855 process, source_path, destination_path,
857 full_source = self.absolute_path(source_path)
869 def copy_to_results_repository(self, process, source_path,
872 Copy results from the given process at source_path to destination_path
876 destination_path = source_path
877 self._copy_results_helper(process, source_path, destination_path,
881 def copy_results_on_drone(self, process, source_path, destination_path):
885 self._copy_results_helper(process, source_path, destination_path)