Skip to content

Commit

Permalink
use preprod DB instance in S3tester, with cmsweb-testbed host
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored Jun 1, 2021
1 parent 9d0dde4 commit 6e3a194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/CRABClient/Commands/SubCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def __init__(self, logger, cmdargs=None, disable_interspersed_args=False):
localcert=self.proxyfilename, localkey=self.proxyfilename,
retry=0, logger=self.logger, verbose=False, version=__version__,
userAgent='CRABClient')
self.s3tester.setDbInstance('dev')
self.s3tester.setDbInstance('preprod')
self.handleMyProxy()

# Validate the command options
Expand Down

0 comments on commit 6e3a194

Please sign in to comment.