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

Checking wmcore_pileup rule as well when getting allowed sites for a … #1210

Open
wants to merge 1 commit into
base: python3-migration-fast
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4571,6 +4571,7 @@ def getSiteWhiteList(self, pickone=False, verbose=True):
for sec in secondary:
pileup_locations = rucioClient.getDatasetLocationsByAccount(sec, "wmcore_transferor")
pileup_locations += rucioClient.getDatasetLocationsByAccount(sec, "transfer_ops")
pileup_locations += rucioClient.getDatasetLocationsByAccount(sec, "wmcore_pileup")
sites_allowed += pileup_locations
sites_allowed = sorted(set(sites_allowed))
print("Reading minbias")
Expand Down
Loading