mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Revert "Let's try to get the test suite output"
This reverts commit 1ab4b0ca7b
.
This commit is contained in:
parent
1ab4b0ca7b
commit
2dd1cb2a83
@ -44,7 +44,7 @@ def run(platform, provider, commit, clean):
|
|||||||
htag = hashlib.md5(str(random.randint(1, 100000000))).hexdigest()[:6]
|
htag = hashlib.md5(str(random.randint(1, 100000000))).hexdigest()[:6]
|
||||||
vm_name = 'ZZZ-{0}-{1}'.format(platform, htag)
|
vm_name = 'ZZZ-{0}-{1}'.format(platform, htag)
|
||||||
cmd = ('salt-cloud -l debug --script-args "-D -n git {0}" '
|
cmd = ('salt-cloud -l debug --script-args "-D -n git {0}" '
|
||||||
'--start-action "-l debug state.sls testrun '
|
'--start-action "state.sls testrun '
|
||||||
'pillar=\'{{git_commit: {0}}}\' --no-color" -p {1}_{2} {3}'.format(
|
'pillar=\'{{git_commit: {0}}}\' --no-color" -p {1}_{2} {3}'.format(
|
||||||
commit, provider, platform, vm_name)
|
commit, provider, platform, vm_name)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user