Antonio Linares Sancho

Results 17 comments of Antonio Linares Sancho

A PR in the CMSKubernetes repository was created to fix isues pointed out in the previous comment. See https://github.com/dmwm/CMSKubernetes/pull/1457. I continue to look into the libcurl - to - pycurl...

Thank you very much @todor-ivanov. Regarding the PR, I will modify it right now. I will point out an observation in the PR itself. Regarding the backend solution, I did...

Hello @todor-ivanov. I created a script to keep track of all the steps taken until the manage start-agent step. This script can be seen in https://github.com/dmwm/T0/pull/4931. Worth clarifying that I...

Hello @klannon Tier 0 recently got an Alma 9 machine, allowing us to successfully deploy the new agent. That is an update regarding the issue with libcurl and pycurl backend...

Hello all. As Todor mentions in the comment above, we were able to initialize and start the T0 agent successfully. After starting, the Tier0Feeder component of the agent displays the...

Thank you @anpicci . The WMException ended there after the attribute getchildren was not found. However, I can include this portion also: > 2024-05-02 19:02:18,253:139701761603136:ERROR:Tier0FeederPoller:Can't configure for run 359688 and...

The xml library have removed the getchildren attribute after version 3.9: https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren

To modify the job.pkl file, the first thing is to get the path of such file. I see that this line of code captures all information of the job from...

An update on my previous comment: The 'execute' function returns a list in which each index contains a dictionary with the result of the sql query for a particular job...

Thank you very much @amaltaro for your comments. We shall take care of the sandbox change so that it only happens when a job's new memory is greater than the...