Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit a01213a

Browse files
committed
Change test workflows for phedex testing
1 parent cc3e479 commit a01213a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Unified/checkor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def rank( wfn ):
236236
for iwfo,wfo in enumerate(wfs):
237237
## do the check other one workflow
238238
if spec and not (spec in wfo.name): continue
239-
if not spec and ('pdmvserv_task_EXO-RunIISummer16NanoAODv7-09221__v1_T_200917_014704_3490'.lower() in (wfo.name).lower() or 'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
239+
if not spec and ('cmsunified_task_HIG-RunIIFall17wmLHEGS-05036__v1_T_200712_005621_4159'.lower() in (wfo.name).lower() or 'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
240240
checkers.append( CheckBuster(
241241
will_do_that_many = will_do_that_many,
242242
url = url,

Unified/closor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def rank( wfn ):
207207

208208
for iwfo,wfo in enumerate(wfs):
209209
if specific and not specific in wfo.name: continue
210-
if not options.manual and ('pdmvserv_task_EXO-RunIISummer16NanoAODv7-09221__v1_T_200917_014704_3490'.lower() in (wfo.name).lower() or 'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
210+
if not options.manual and ('cmsunified_task_HIG-RunIIFall17wmLHEGS-05036__v1_T_200712_005621_4159'.lower() in (wfo.name).lower() or 'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in (wfo.name).lower()): continue
211211
closers.append( CloseBuster(
212212
wfo = wfo,
213213
url = url,

Unified/subscribor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
wl = getWorkLoad(url, wfn)
4949

5050
print "%s/%s:"%(iw,len(wfs)),wfn
51-
if ('pdmvserv_task_EXO-RunIISummer16NanoAODv7-09221__v1_T_200917_014704_3490'.lower() in wfn.lower() or 'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in wfn.lower()): continue
51+
if ('cmsunified_task_HIG-RunIIFall17wmLHEGS-05036__v1_T_200712_005621_4159'.lower() in wfn.lower() or 'pdmvserv_task_HIG-RunIISummer16NanoAODv7-03979__v1_T_200915_013748_1986'.lower() in wfn.lower()): continue
5252
if not wl:
5353
continue
5454
outs= wl['OutputDatasets']

0 commit comments

Comments
 (0)