mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update .kitchen.yml to run py3 tests too
This commit is contained in:
parent
b2b0c770a4
commit
39262b625e
1 changed files with 13 additions and 1 deletions
14
.kitchen.yml
14
.kitchen.yml
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
<% vagrant = system('which vagrant 2>/dev/null >/dev/null') %>
|
||||
<% version = '2016.11.8' %>
|
||||
<% version = '2017.7.2' %>
|
||||
<% platformsfile = ENV['SALT_KITCHEN_PLATFORMS'] || '.kitchen/platforms.yml' %>
|
||||
<% driverfile = ENV['SALT_KITCHEN_DRIVER'] || '.kitchen/driver.yml' %>
|
||||
|
||||
|
@ -163,6 +163,18 @@ suites:
|
|||
testing_dir: /tmp/kitchen/testing
|
||||
clone_repo: false
|
||||
salttesting_namespec: salttesting==2017.6.1
|
||||
- name: py3
|
||||
provisioner:
|
||||
pillars:
|
||||
top.sls:
|
||||
base:
|
||||
"*":
|
||||
- jenkins
|
||||
jenkins.sls:
|
||||
testing_dir: /tmp/kitchen/testing
|
||||
clone_repo: false
|
||||
py3: true
|
||||
salttesting_namespec: salttesting==2017.6.1
|
||||
verifier:
|
||||
name: shell
|
||||
remote_exec: true
|
||||
|
|
Loading…
Add table
Reference in a new issue