mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
download xml for junit
This commit is contained in:
parent
7cc342a5d6
commit
f56f062a6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@ tests/integration/cloud/providers/pki/minions
|
||||
.kitchen/
|
||||
.bundle/
|
||||
Gemfile.lock
|
||||
/artifacts/
|
||||
|
@ -53,7 +53,6 @@ provisioner:
|
||||
base:
|
||||
"*":
|
||||
- git.salt
|
||||
- kitchen
|
||||
<% if File.exists?(platformsfile) %>
|
||||
<%= ERB.new(File.read(platformsfile)).result %>
|
||||
<% else %>
|
||||
@ -198,6 +197,11 @@ verifier:
|
||||
transport: zeromq
|
||||
types:
|
||||
- ssh
|
||||
xml: /tmp/xml-unittests
|
||||
xml: /tmp/xml-unittests-output/
|
||||
coverage_xml: /tmp/coverage.xml
|
||||
save:
|
||||
/tmp/xml-unittests-output/: artifacts/unittests
|
||||
/tmp/coverage.xml: artifacts/coverage/coverage.xml
|
||||
/var/log/salt/minion: artifacts/logs/minion
|
||||
/tmp/salt-runtests.log: artifacts/logs/salt-runtests.log
|
||||
<% end %>
|
||||
|
Loading…
Reference in New Issue
Block a user