mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set the proper variables to chain the remote reports download.
This commit is contained in:
parent
ddd68a4dc1
commit
d7c2266eed
1 changed files with 4 additions and 0 deletions
|
@ -174,6 +174,10 @@ def run(opts):
|
|||
generate_vm_name(opts.platform)
|
||||
)
|
||||
|
||||
if options.download_remote_reports:
|
||||
options.download_coverage_report = vm_name
|
||||
options.download_unittest_reports = vm_name
|
||||
|
||||
cmd = (
|
||||
'salt-cloud -l debug --script-args "-D -n git {commit}" -p '
|
||||
'{provider}_{platform} {0}'.format(vm_name, **opts.__dict__)
|
||||
|
|
Loading…
Add table
Reference in a new issue