mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Revert "suite: don't schedule follow-on summary job for an empty run"
This reverts commit a2b7c72896
.
This commit is contained in:
parent
4520c5f6f5
commit
61ddeb6a03
@ -180,19 +180,18 @@ combination, and will override anything in the suite.
|
||||
args=arg,
|
||||
)
|
||||
|
||||
if num_jobs:
|
||||
arg = copy.deepcopy(base_arg)
|
||||
arg.append('--last-in-suite')
|
||||
if args.email:
|
||||
arg.extend(['--email', args.email])
|
||||
if args.timeout:
|
||||
arg.extend(['--timeout', args.timeout])
|
||||
if args.dry_run:
|
||||
log.info('dry-run: %s' % ' '.join(arg))
|
||||
else:
|
||||
subprocess.check_call(
|
||||
args=arg,
|
||||
)
|
||||
arg = copy.deepcopy(base_arg)
|
||||
arg.append('--last-in-suite')
|
||||
if args.email:
|
||||
arg.extend(['--email', args.email])
|
||||
if args.timeout:
|
||||
arg.extend(['--timeout', args.timeout])
|
||||
if args.dry_run:
|
||||
log.info('dry-run: %s' % ' '.join(arg))
|
||||
else:
|
||||
subprocess.check_call(
|
||||
args=arg,
|
||||
)
|
||||
|
||||
|
||||
def combine_path(left, right):
|
||||
|
Loading…
Reference in New Issue
Block a user