We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we do not use them since almost ever. Nor want to. If we ever wanted to talk to HTCondor from client, better do it via the TW.
remove htc calls from HTCondorDataWorkflow.py
make sure that's the only place
make the change backward compatible with current client
also remove htcondor from CRABRest container
Also remove possibility to do this in crab status https://github.com/dmwm/CRABClient/blob/0a267d70365e02621f2187bf09ccad791ac2e60d/src/python/CRABClient/Commands/status.py#L85-L88 At first sight that's the only API which would trigger a call to HTCondor inside the REST
crab status
The text was updated successfully, but these errors were encountered:
Does this issue supersede #7782 ? Can we close that issue in favor of this one?
Sorry, something went wrong.
oopss... Thanks Dario, I did not rememeber that we have that already. It i exacly same thing. Let's merge in this one. so adding
I do guess it is not worth to worry about old spec files anymore, will be enough to do for the Pypi part
remove calls to HTC form REST. Fix dmwm#8338
91bf2bb
43a8454
Remove htc from rest 8338 (dmwm#8523)
1a4c0bd
* remove calls to HTC form REST. Fix dmwm#8338 * remove HTCondor from CRABServer requirements * make it bkwd compatible with Client v3.240520
belforte
No branches or pull requests
we do not use them since almost ever. Nor want to.
If we ever wanted to talk to HTCondor from client, better do it via the TW.
remove htc calls from HTCondorDataWorkflow.py
make sure that's the only place
make the change backward compatible with current client
also remove htcondor from CRABRest container
Also remove possibility to do this in
crab status
https://github.com/dmwm/CRABClient/blob/0a267d70365e02621f2187bf09ccad791ac2e60d/src/python/CRABClient/Commands/status.py#L85-L88 At first sight that's the only API which would trigger a call to HTCondor inside the RESTThe text was updated successfully, but these errors were encountered: