You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a follow-up of discussions happening in the thread started at #6208 (comment)
PilotCStoJSONSynchronizer creates at the moment of writing a custom pilot.json file, composed of 2 parts: the first contains pilot-related information taken from the Operations/<>/Pilot CS section. The second contains few info for each Computing Element. All information in this file are then digested by the Pilot code itself (in pilotTools.py).
the Pilot code in pilotTools.py should be capable of looking for the new file above and interpret it correctly, if present, and fall back the old one, if not.
All new information necessary for the Pilot Logging functionality will go in the Operations/<>/Pilot CS section.
The text was updated successfully, but these errors were encountered:
This issue is a follow-up of discussions happening in the thread started at #6208 (comment)
PilotCStoJSONSynchronizer
creates at the moment of writing a custom pilot.json file, composed of 2 parts: the first contains pilot-related information taken from theOperations/<>/Pilot
CS section. The second contains few info for each Computing Element. All information in this file are then digested by the Pilot code itself (in pilotTools.py).We should:
All new information necessary for the Pilot Logging functionality will go in the
Operations/<>/Pilot
CS section.The text was updated successfully, but these errors were encountered: