From acc863f6e7b6604d748ae117f4931ba5cd67ac3d Mon Sep 17 00:00:00 2001 From: fstagni Date: Fri, 3 Nov 2023 16:16:31 +0100 Subject: [PATCH] test: fix: do not checkVersion --- tests/CI/pilot_newSchema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/CI/pilot_newSchema.json b/tests/CI/pilot_newSchema.json index 9e3e49d2..977001c5 100644 --- a/tests/CI/pilot_newSchema.json +++ b/tests/CI/pilot_newSchema.json @@ -118,7 +118,7 @@ "dteam": { "Pilot": { "Version": "VAR_DIRAC_VERSION", - "CheckVersion": "True", + "CheckVersion": "False", "pilotFileServer": "lbcertifdirac70.cern.ch:8443", "pilotRepoBranch": "should_not_matter", "pilotRepo": "https://github.com/should_not_matter/Pilot.git", @@ -133,12 +133,12 @@ "LHCb": { "Pilot": { "Version": "VAR_DIRAC_VERSION", - "CheckVersion": "True", + "CheckVersion": "False", "pilotFileServer": "lbcertifdirac70.cern.ch:8443", "GenericPilotGroup": "dteam_pilot", "GenericPilotDN": "VAR_USERDN", "RemoteLogging": "False", - "RemoteLoggerURL": "https://lbcertifdirac70.cern.ch:8443/WorkloadManagement/TornadoPilotLogging", + "RemoteLoggerTimerInterval": 0, "PilotLogLevel": "DEBUG" } },