Skip to content

Commit

Permalink
Update makeTests.py: add collector port for ITB
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored Jun 3, 2024
1 parent 198e2d3 commit f6c01eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/makeTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
# collector
name = 'collector'
confChangesList = []
changeDict = {'param': name, 'value': '"cmsgwms-collector-itb.cern.ch,cmsgwms-collector-itb.fnal.gov"', 'section': 'Debug'}
changeDict = {'param': name, 'value': '"cmsgwms-collector-itb.fnal.gov:9620,cmsgwms-collector-itb.cern.ch:9620"', 'section': 'Debug'}
confChangesList.append(changeDict)
changeDict = {'param': 'scheddName', 'value': '"crab3@vocms068.cern.ch"', 'section': 'Debug'}
confChangesList.append(changeDict)
Expand Down

0 comments on commit f6c01eb

Please sign in to comment.