Testing updates
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
38af4293d9
commit
30776589d5
12
.travis.yml
12
.travis.yml
@ -21,17 +21,17 @@ env:
|
|||||||
# - INSTANCE=default-amazonlinux # package install times out
|
# - INSTANCE=default-amazonlinux # package install times out
|
||||||
- INSTANCE=default-centos-6
|
- INSTANCE=default-centos-6
|
||||||
- INSTANCE=default-centos-7
|
- INSTANCE=default-centos-7
|
||||||
- INSTANCE=default-debian-8
|
|
||||||
- INSTANCE=default-debian-9
|
- INSTANCE=default-debian-9
|
||||||
- INSTANCE=default-ubuntu-1404
|
- INSTANCE=default-debian-10
|
||||||
- INSTANCE=default-ubuntu-1604
|
- INSTANCE=default-ubuntu-1604
|
||||||
|
- INSTANCE=default-ubuntu-1804
|
||||||
#- INSTANCE=canonical-amazonlinux
|
#- INSTANCE=canonical-amazonlinux
|
||||||
- INSTANCE=canonical-centos-6
|
- INSTANCE=canonical-centos-6
|
||||||
- INSTANCE=canonical-centos-7
|
- INSTANCE=canonical-centos-7
|
||||||
- INSTANCE=canonical-debian-8
|
|
||||||
- INSTANCE=canonical-debian-9
|
- INSTANCE=canonical-debian-9
|
||||||
- INSTANCE=canonical-ubuntu-1404
|
- INSTANCE=canonical-debian-10
|
||||||
- INSTANCE=canonical-ubuntu-1604
|
- INSTANCE=canonical-ubuntu-1604
|
||||||
|
- INSTANCE=canonical-ubuntu-1804
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
|
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
|
||||||
@ -44,4 +44,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- script:
|
- script:
|
||||||
- delivery local all
|
- delivery local all
|
||||||
|
env:
|
||||||
|
- UNIT_AND_LINT=1
|
||||||
|
- CHEF_LICENSE=accept
|
||||||
|
19
chefignore
19
chefignore
@ -45,22 +45,21 @@ a.out
|
|||||||
|
|
||||||
# Testing #
|
# Testing #
|
||||||
###########
|
###########
|
||||||
.watchr
|
|
||||||
.rspec
|
.rspec
|
||||||
spec/*
|
spec/*
|
||||||
spec/fixtures/*
|
spec/fixtures/*
|
||||||
test/*
|
test/*
|
||||||
features/*
|
features/*
|
||||||
examples/*
|
examples/*
|
||||||
Guardfile
|
|
||||||
Procfile
|
Procfile
|
||||||
.kitchen*
|
.kitchen*
|
||||||
|
kitchen*
|
||||||
.rubocop.yml
|
.rubocop.yml
|
||||||
spec/*
|
spec/*
|
||||||
Rakefile
|
|
||||||
.travis.yml
|
.travis.yml
|
||||||
.foodcritic
|
.foodcritic
|
||||||
.codeclimate.yml
|
appveyor.yml
|
||||||
|
Rakefile
|
||||||
|
|
||||||
# SCM #
|
# SCM #
|
||||||
#######
|
#######
|
||||||
@ -92,15 +91,3 @@ Policyfile.lock.json
|
|||||||
CONTRIBUTING*
|
CONTRIBUTING*
|
||||||
CHANGELOG*
|
CHANGELOG*
|
||||||
TESTING*
|
TESTING*
|
||||||
|
|
||||||
# Strainer #
|
|
||||||
############
|
|
||||||
Colanderfile
|
|
||||||
Strainerfile
|
|
||||||
.colander
|
|
||||||
.strainer
|
|
||||||
|
|
||||||
# Vagrant #
|
|
||||||
###########
|
|
||||||
.vagrant
|
|
||||||
Vagrantfile
|
|
||||||
|
@ -20,6 +20,11 @@ platforms:
|
|||||||
image: dokken/amazonlinux
|
image: dokken/amazonlinux
|
||||||
pid_one_command: /sbin/init
|
pid_one_command: /sbin/init
|
||||||
|
|
||||||
|
- name: amazonlinux-2
|
||||||
|
driver:
|
||||||
|
image: dokken/amazonlinux-2
|
||||||
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
- name: debian-9
|
- name: debian-9
|
||||||
driver:
|
driver:
|
||||||
image: dokken/debian-9
|
image: dokken/debian-9
|
||||||
@ -37,13 +42,16 @@ platforms:
|
|||||||
- name: centos-6
|
- name: centos-6
|
||||||
driver:
|
driver:
|
||||||
image: dokken/centos-6
|
image: dokken/centos-6
|
||||||
platform: rhel
|
|
||||||
pid_one_command: /sbin/init
|
pid_one_command: /sbin/init
|
||||||
|
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
driver:
|
driver:
|
||||||
image: dokken/centos-7
|
image: dokken/centos-7
|
||||||
platform: rhel
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
|
- name: centos-8
|
||||||
|
driver:
|
||||||
|
image: dokken/centos-8
|
||||||
pid_one_command: /usr/lib/systemd/systemd
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
- name: fedora-latest
|
- name: fedora-latest
|
||||||
@ -51,13 +59,6 @@ platforms:
|
|||||||
image: dokken/fedora-latest
|
image: dokken/fedora-latest
|
||||||
pid_one_command: /usr/lib/systemd/systemd
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
- name: ubuntu-14.04
|
|
||||||
driver:
|
|
||||||
image: dokken/ubuntu-14.04
|
|
||||||
pid_one_command: /sbin/init
|
|
||||||
intermediate_instructions:
|
|
||||||
- RUN /usr/bin/apt-get update
|
|
||||||
|
|
||||||
- name: ubuntu-16.04
|
- name: ubuntu-16.04
|
||||||
driver:
|
driver:
|
||||||
image: dokken/ubuntu-16.04
|
image: dokken/ubuntu-16.04
|
||||||
@ -65,7 +66,14 @@ platforms:
|
|||||||
intermediate_instructions:
|
intermediate_instructions:
|
||||||
- RUN /usr/bin/apt-get update
|
- RUN /usr/bin/apt-get update
|
||||||
|
|
||||||
- name: opensuse-leap
|
- name: ubuntu-18.04
|
||||||
driver:
|
driver:
|
||||||
image: dokken/opensuse-leap
|
image: dokken/ubuntu-18.04
|
||||||
|
pid_one_command: /bin/systemd
|
||||||
|
intermediate_instructions:
|
||||||
|
- RUN /usr/bin/apt-get update
|
||||||
|
|
||||||
|
- name: opensuse-leap-15
|
||||||
|
driver:
|
||||||
|
image: dokken/opensuse-leap-15
|
||||||
pid_one_command: /bin/systemd
|
pid_one_command: /bin/systemd
|
||||||
|
13
kitchen.yml
13
kitchen.yml
@ -4,6 +4,7 @@ driver:
|
|||||||
provisioner:
|
provisioner:
|
||||||
name: chef_zero
|
name: chef_zero
|
||||||
deprecations_as_errors: true
|
deprecations_as_errors: true
|
||||||
|
chef_license: accept-no-persist
|
||||||
|
|
||||||
verifier:
|
verifier:
|
||||||
name: inspec
|
name: inspec
|
||||||
@ -12,18 +13,20 @@ platforms:
|
|||||||
- name: amazonlinux
|
- name: amazonlinux
|
||||||
driver_config:
|
driver_config:
|
||||||
box: mvbcoding/awslinux
|
box: mvbcoding/awslinux
|
||||||
|
- name: amazonlinux-2
|
||||||
- name: centos-6
|
- name: centos-6
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
- name: debian-10
|
- name: centos-8
|
||||||
|
- name: debian-9
|
||||||
run_list: apt::default
|
run_list: apt::default
|
||||||
- name: debian-10
|
- name: debian-10
|
||||||
run_list: apt::default
|
run_list: apt::default
|
||||||
- name: fedora-26
|
- name: fedora-latest
|
||||||
- name: opensuse-leap-42
|
- name: opensuse-leap-15
|
||||||
- name: ubuntu-14.04
|
|
||||||
run_list: apt::default
|
|
||||||
- name: ubuntu-16.04
|
- name: ubuntu-16.04
|
||||||
run_list: apt::default
|
run_list: apt::default
|
||||||
|
- name: ubuntu-18.04
|
||||||
|
run_list: apt::default
|
||||||
|
|
||||||
suites:
|
suites:
|
||||||
- name: default
|
- name: default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user