Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cmsgwms-frontend-configurations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CMSSI
cmsgwms-frontend-configurations
Commits
2aff6544
Commit
2aff6544
authored
5 months ago
by
Marco Mascheroni
Browse files
Options
Downloads
Patches
Plain Diff
Commit changes for event rates tests
parent
99f25b47
No related branches found
No related tags found
1 merge request
!95
Updated configurations for the fnal frontend
Pipeline
#8344285
failed
5 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inventory/classes/itb.yml
+6
-3
6 additions, 3 deletions
inventory/classes/itb.yml
with
6 additions
and
3 deletions
inventory/classes/itb.yml
+
6
−
3
View file @
2aff6544
...
@@ -69,7 +69,6 @@ parameters:
...
@@ -69,7 +69,6 @@ parameters:
(IS_TEST_JOB=?=UNDEFINED) && ( isUndefined(RequestGPUs) || RequestGPUs =?= 0)
(IS_TEST_JOB=?=UNDEFINED) && ( isUndefined(RequestGPUs) || RequestGPUs =?= 0)
job_query_expr_match_attrs
:
job_query_expr_match_attrs
:
-
name
:
DESIRED_Entries
-
name
:
DESIRED_Entries
-
name
:
TestEventRates
~credentials
:
~credentials
:
-
absfname
:
"
${proxy_path}"
-
absfname
:
"
${proxy_path}"
security_class
:
cmspilot
security_class
:
cmspilot
...
@@ -221,20 +220,24 @@ parameters:
...
@@ -221,20 +220,24 @@ parameters:
test-event-rates-on
:
&test-event-rates-on
test-event-rates-on
:
&test-event-rates-on
<<
:
*main
<<
:
*main
enabled
:
true
idle_glideins_per_entry
:
max
:
1
running_glideins_per_entry
:
running_glideins_per_entry
:
max
:
1
max
:
1
min
:
0
min
:
0
match_expr
:
>-
match_expr
:
>-
__import__("CMSGlobalMatcher").match_site_or_entry_or_gatekeeper(job, glidein) and job.get("TestEventRates",False) is True
__import__("CMSGlobalMatcher").match_site_or_entry_or_gatekeeper(job, glidein) and job.get("TestEventRates",False) is True
factory_query_expr
:
>-
factory_query_expr
:
>-
GLIDEIN_OVERLOAD
ED
_ENABLED==True
&& stringListsIntersect(
&& !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) && GLIDEIN_GridType=="condor" !ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False)
GLIDEIN_OVERLOAD_ENABLED==
"
True
"
&& !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) && GLIDEIN_GridType=="condor"
&&
!ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False)
start_expr
:
>-
start_expr
:
>-
(ifthenelse(DESIRED_Sites isnt undefined, stringListMember(GLIDEIN_CMSSite,DESIRED_Sites), undefined) || ifthenelse(DESIRED_Gatekeepers isnt undefined, stringListMember(split(GLIDEIN_Gatekeeper)[0], DESIRED_Gatekeepers), undefined) || ifthenelse(DESIRED_Entries isnt undefined, stringListMember(GLIDEIN_Entry_Name,DESIRED_Entries), undefined)) && (isUndefined(RequestGPUs) || RequestGPUs =?= 0) && (TestEventRates==True)
(ifthenelse(DESIRED_Sites isnt undefined, stringListMember(GLIDEIN_CMSSite,DESIRED_Sites), undefined) || ifthenelse(DESIRED_Gatekeepers isnt undefined, stringListMember(split(GLIDEIN_Gatekeeper)[0], DESIRED_Gatekeepers), undefined) || ifthenelse(DESIRED_Entries isnt undefined, stringListMember(GLIDEIN_Entry_Name,DESIRED_Entries), undefined)) && (isUndefined(RequestGPUs) || RequestGPUs =?= 0) && (TestEventRates==True)
test-event-rates-off
:
test-event-rates-off
:
<<
:
*test-event-rates-on
<<
:
*test-event-rates-on
enabled
:
true
factory_query_expr
:
>-
factory_query_expr
:
>-
GLIDEIN_OVERLOAD
ED
_ENABLED=
!=
False
&& stringListsIntersect(
&& !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) && GLIDEIN_GridType=="condor" !ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False)
GLIDEIN_OVERLOAD_ENABLED=
?="
False
"
&& !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) && GLIDEIN_GridType=="condor"
&&
!ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False)
factory_collectors
:
factory_collectors
:
-
node
:
vocms0204.cern.ch
-
node
:
vocms0204.cern.ch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment