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

Commit 53f273b

Browse files
authored
Merge pull request #565 from CMSCompOps/relval_hin
run HIN relvals only at CERN
2 parents 519a985 + c3b2a74 commit 53f273b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Unified/batchor.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ def pick_one_site( p):
9292
if campaign in batches: continue
9393
## get a bunch of information
9494
setup = copy.deepcopy( default_hi_setup )
95-
possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"])
96-
hi_site = random.choice(list(possible_sites))
95+
##possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"])
96+
##hi_site = random.choice(list(possible_sites))
97+
hi_site = "T2_CH_CERN"
9798
setup["parameters"]["SiteWhitelist"]=[ hi_site ]
9899

99100
pick_one_site( setup )

0 commit comments

Comments
 (0)