Closed belforte closed 2 weeks ago
@belforte in case it makes your life easier, the expression to avoid Test RSEs that we have implemented in WMCore uses \cms_type=test
, e.g.:
"rse_type=TAPE&wmcore_output_tape=True\cms_type=test"
HTH.
it does help, thanks ! in particular the reminder about the special use of \
!
sounds like a good day to do this
allRses = r"(tier=1|tier=2)&rse_type=DISK\cms_type=test\cms_type=temp"
closed via https://github.com/dmwm/CRABServer/pull/8762
and while we are at this, do not rely only on
ddm_weight=0
to avoid test RSE's, but explicitely avoid RSE's of type TESTshould modify
https://github.com/dmwm/CRABServer/blob/e8149dda5ff7a4fee80d3b25d5c038ead60c711d/src/python/TaskWorker/Actions/RucioActions.py#L119
https://github.com/dmwm/CRABServer/blob/e8149dda5ff7a4fee80d3b25d5c038ead60c711d/src/python/TaskWorker/Actions/RucioActions.py#L68