Skip to content

Commit

Permalink
ci(kitchen+travis+inspec): fix amazonlinux-2-py3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 13, 2020
1 parent d08337b commit 10e2ce0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2
- env: INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2
# - env: INSTANCE=v201902-py2-centos-7-2019-2-py2
- env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py3
- env: INSTANCE=v201902-py3-amazonlinux-2-2019-2-py3
# - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2
- env: INSTANCE=v201902-py3-debian-10-2019-2-py3
# - env: INSTANCE=v201902-py3-debian-9-2019-2-py3
Expand Down
2 changes: 1 addition & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ suites:
- ubuntu-1804-2019-2-py3
- centos-8-2019-2-py3
- opensuse-leap-151-2019-2-py3
- amazonlinux-2-2019-2-py3
provisioner:
state_top:
base:
Expand All @@ -137,7 +138,6 @@ suites:
includes:
- ubuntu-1804-2019-2-py2
- centos-7-2019-2-py2
- amazonlinux-2-2019-2-py3
- arch-base-latest-2019-2-py2
provisioner:
state_top:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v201902-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
when 'redhat'
case platform[:name]
when 'amazon'
'2019.2.2-1.el7'
'2019.2.3-1.amzn2'
when 'centos'
'2019.2.3-1.el8'
end
Expand Down

0 comments on commit 10e2ce0

Please sign in to comment.