FIX: get ProcessingType from JDL if defined.#691
Merged
Conversation
Conflicts: WorkloadManagementSystem/Agent/StalledJobAgent.py
Contributor
Author
|
Now it can be integrated. |
atsareg
added a commit
that referenced
this pull request
Apr 23, 2012
FIX: get ProcessingType from JDL if defined.
This was referenced Apr 23, 2012
fstagni
pushed a commit
to Robin-Van-de-Merghel/DIRAC
that referenced
this pull request
Dec 8, 2025
) * feat: add gubbins-charts Helm chart for gubbins extension Add umbrella Helm chart for the gubbins DiracX extension following the lhcbdiracx-charts pattern. This chart extends the base diracx chart with gubbins-specific configuration including: - Gubbins container image registry configuration - LollygagDB database setup - Developer mode enabled for testing - Example hostname configuration The chart serves as a tutorial and test example for community extensions. * feat: adapt gubbins CI to use gubbins-charts Update the gubbins pytest-integration CI to use the gubbins-charts umbrella chart instead of directly using the diracx chart with value overrides. Changes: - Copy gubbins-charts to /tmp/ during CI setup - Run helm dependency build on gubbins-charts before starting demo - Add --chart-path argument to run_demo.sh pointing to gubbins-charts - Simplify gubbins_values.yaml to only contain CI-specific overrides - Move base gubbins configuration to gubbins-charts/values.yaml This approach provides better separation of concerns: - Base configuration lives in gubbins-charts (part of the extension) - CI-specific overrides remain in gubbins_values.yaml - Pattern is reusable for other community extensions Related: DIRACGrid/diracx-charts#186
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
for v6r4, since there are changes to StalledJobAgent, take this at the end in case there are conflicts, I hope there are not.
closes #690
closes #689
closes #668