Skip to content

Commit

Permalink
helper agent streams relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Linares committed Oct 24, 2024
1 parent d296496 commit ab4518d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions etc/HIProdOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@

# Set the max run number:
setInjectMaxRun(tier0Config, 9999999)

# Define streams to ignore. These wont be injected by the MainAgent
setHelperAgentStreams(tier0Config, {'SecondAgent': [],
'ThirdAgent' : []
})

# Settings up sites
processingSite = "T2_CH_CERN"
Expand Down Expand Up @@ -1674,6 +1669,11 @@
timePerEvent=1,
scenario=hiForwardScenario)

# Define streams to ignore. These wont be injected by the MainAgent
setHelperAgentStreams(tier0Config, {'SecondAgent': [],
'ThirdAgent' : []
})

#######################
### ignored streams ###
#######################
Expand Down
9 changes: 5 additions & 4 deletions etc/HIReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
# 361694:361699,361779 - 2022 HI dry-run test runs
setInjectRuns(tier0Config, [374951, 375549])

# Define streams to ignore. These wont be injected by the MainAgent
setHelperAgentStreams(tier0Config, {'SecondAgent': [],
'ThirdAgent' : []
})
# Settings up sites
processingSite = "T2_CH_CERN"
storageSite = "T0_CH_CERN_Disk"
Expand Down Expand Up @@ -1540,6 +1536,11 @@
timePerEvent=1,
scenario=hiScenario)

# Define streams to ignore. These wont be injected by the MainAgent
setHelperAgentStreams(tier0Config, {'SecondAgent': [],
'ThirdAgent' : []
})

#######################
### ignored streams ###
#######################
Expand Down

0 comments on commit ab4518d

Please sign in to comment.