From e054eaaf55dc61e37a70f1368aa1acb171fefdeb Mon Sep 17 00:00:00 2001 From: Marco Mascheroni <marco.mascheroni@cern.ch> Date: Thu, 30 Jan 2025 15:23:45 +0100 Subject: [PATCH] Add old uncommitted changes for test event rates groups --- inventory/classes/itb.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/classes/itb.yml b/inventory/classes/itb.yml index a5dc9a3..2d627d7 100644 --- a/inventory/classes/itb.yml +++ b/inventory/classes/itb.yml @@ -222,6 +222,8 @@ parameters: test-event-rates-on: &test-event-rates-on <<: *main enabled: true + factory_query_expr_match_attrs: + name: GLIDEIN_OVERLOAD_ENABLED idle_glideins_per_entry: max: 5 reserve: 0 @@ -237,9 +239,8 @@ parameters: test-event-rates-off: <<: *test-event-rates-on - enabled: true factory_query_expr: >- - GLIDEIN_OVERLOAD_ENABLED=?="False" && !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) && GLIDEIN_GridType=="condor" && !ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False) + (GLIDEIN_OVERLOAD_ENABLED is undefined || GLIDEIN_OVERLOAD_ENABLED=="False") && !stringListMember("CMSGPU",GLIDEIN_Supported_VOs) && GLIDEIN_GridType=="condor" && !ifthenelse(CMS_Local_Entry isnt undefined, CMS_Local_Entry, False) factory_collectors: - node: vocms0204.cern.ch -- GitLab