-
Notifications
You must be signed in to change notification settings - Fork 176
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: getting batch system info from local cfg #7289
Merged
fstagni
merged 3 commits into
DIRACGrid:rel-v8r0
from
aldbr:v8.0_FIX_BatchSystemInfoFromApptainer
Dec 8, 2023
Merged
[8.0] fix: getting batch system info from local cfg #7289
fstagni
merged 3 commits into
DIRACGrid:rel-v8r0
from
aldbr:v8.0_FIX_BatchSystemInfoFromApptainer
Dec 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DIRACGridBot
added
the
alsoTargeting:integration
Cherry pick this PR to integration after merge
label
Nov 10, 2023
aldbr
force-pushed
the
v8.0_FIX_BatchSystemInfoFromApptainer
branch
2 times, most recently
from
November 13, 2023 09:40
39e1017
to
d17a3de
Compare
fstagni
reviewed
Nov 13, 2023
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/TorqueResourceUsage.py
Outdated
Show resolved
Hide resolved
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/Test_PBSResourceUsage.py
Outdated
Show resolved
Hide resolved
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/Test_SGEResourceUsage.py
Show resolved
Hide resolved
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/Test_TimeLeft.py
Show resolved
Hide resolved
aldbr
force-pushed
the
v8.0_FIX_BatchSystemInfoFromApptainer
branch
3 times, most recently
from
November 20, 2023 12:35
39ff9b3
to
9aa08e3
Compare
aldbr
force-pushed
the
v8.0_FIX_BatchSystemInfoFromApptainer
branch
2 times, most recently
from
November 23, 2023 11:44
47b9b41
to
1b00fd0
Compare
Just to be sure: this works also without DIRACGrid/Pilot#222 right? (in the sense that it does not crash) |
Now it should work without DIRACGrid/Pilot#222. |
aldbr
force-pushed
the
v8.0_FIX_BatchSystemInfoFromApptainer
branch
from
December 7, 2023 18:13
cb10fea
to
2ffe69a
Compare
aldbr
force-pushed
the
v8.0_FIX_BatchSystemInfoFromApptainer
branch
from
December 7, 2023 18:27
2ffe69a
to
db93b46
Compare
fstagni
reviewed
Dec 8, 2023
fstagni
approved these changes
Dec 8, 2023
DIRACGridBot
added
sweep:done
All sweeping actions have been done for this PR
sweep:failed
Sweeping failed and needs manual intervention
labels
Dec 8, 2023
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/7139908581 Failed:
|
aldbr
added a commit
to aldbr/DIRAC
that referenced
this pull request
Dec 8, 2023
aldbr
added a commit
to aldbr/DIRAC
that referenced
this pull request
Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alsoTargeting:integration
Cherry pick this PR to integration after merge
sweep:done
All sweeping actions have been done for this PR
sweep:failed
Sweeping failed and needs manual intervention
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Aims at solving #7177
Associated with DIRACGrid/Pilot#222
BEGINRELEASENOTES
*Resources
FIX: get batch system details from local cfg instead of environment variables
ENDRELEASENOTES