-
Notifications
You must be signed in to change notification settings - Fork 184
[8.0] fix (resources): condor commandline call compatible with v24 #8225
New issue
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
[8.0] fix (resources): condor commandline call compatible with v24 #8225
Conversation
aldbr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments:
-
https://github.com/DIRACGrid/DIRAC/actions/runs/15633872299/job/44045237809?pr=8225 is failing because the commit message should have the following form:
"<type>(<scope>): <subject>". So something like:fix(resources): command line call compatible with v24would work. -
https://github.com/DIRACGrid/DIRAC/actions/runs/15633872302/job/44045237775?pr=8225 is failing because you did not install
pre-commitlocally. In your mamba environment, if you just runpre-commit install, then the files you change should be automatically formatted correctly and the CI pipeline should pass. -
You should probably target the
v8r0branch: once merged, the fix will be automatically applied tointegration (v9). -
Is
getCEStatus()really working?
I have the feeling that there is noIorRto parse in the output.
Shouldn't we just try to parse theTotal for queryline?
Please let me know if I can help! 🙂
9523177 to
1d94303
Compare
|
Can the It looks like in theory it would be less error-prone than parsing the output. |
|
Yes I have the code ready for that, I am waiting from @aldbr to test verify it and I'll push it. |
3f491bd to
69f1e7e
Compare
69f1e7e to
c5ca107
Compare
|
Thanks for your work @afalabel
And then because we changed Now let me see if I can add a unit test or adapt the existing ones, and test the code with a few instances, just to make sure it works correctly. Note: I also check if I could get the CE status for |
e10391c to
6089b2c
Compare
6089b2c to
ee50ef6
Compare
ee50ef6 to
a8c093a
Compare
|
I've tried to use the As we have to clean up the files (not only the outputs but also the pilot wrappers) from time to time anyway, I think I will just add a cleanup method in the |
andresailer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments.
Looks good to me otherwise
|
Thanks @andresailer, I've applied your suggestions. |
|
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/15977484464 Failed:
|
BEGINRELEASENOTES
*Resources
FIX: Condor command line call compatible with v24
ENDRELEASENOTES