Skip to content
Snippets Groups Projects
Commit 2aff6544 authored by Marco Mascheroni's avatar Marco Mascheroni
Browse files

Commit changes for event rates tests

parent 99f25b47
No related branches found
No related tags found
1 merge request!95Updated configurations for the fnal frontend
Pipeline #8344285 failed
...@@ -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_OVERLOADED_ENABLED==True &amp;&amp; stringListsIntersect( &amp;&amp; !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) &amp;&amp; GLIDEIN_GridType=="condor" !ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False) GLIDEIN_OVERLOAD_ENABLED=="True" &amp;&amp; !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) &amp;&amp; GLIDEIN_GridType=="condor" &amp;&amp; !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)) &amp;&amp; (isUndefined(RequestGPUs) || RequestGPUs =?= 0) &amp;&amp; (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)) &amp;&amp; (isUndefined(RequestGPUs) || RequestGPUs =?= 0) &amp;&amp; (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_OVERLOADED_ENABLED=!=False &amp;&amp; stringListsIntersect( &amp;&amp; !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) &amp;&amp; GLIDEIN_GridType=="condor" !ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False) GLIDEIN_OVERLOAD_ENABLED=?="False" &amp;&amp; !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) &amp;&amp; GLIDEIN_GridType=="condor" &amp;&amp; !ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False)
factory_collectors: factory_collectors:
- node: vocms0204.cern.ch - node: vocms0204.cern.ch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment