From ca72de8f6669d89e33eb86652ec3aabbffa44643 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 1 Aug 2020 23:07:50 +0300 Subject: Added head cleaning jobs to job runs as "IS_HEAD_CLEANING" --- .../PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs index 2e4e01497..794e37694 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -311,6 +311,8 @@ namespace Tango.PPC.Common.Connection MachineOperator.FirmwareUpgradeMode = Integration.Upgrade.FirmwareUpgradeModes.TFP_PACKAGE; } + MachineOperator.JobRunsLogger.SetDefaultMachine(Machine); + ConnectToMachine(); } else -- cgit v1.3.1