Skip to content

Commit

Permalink
Test on a less specific package install
Browse files Browse the repository at this point in the history
It all gets turned into a float and the patch version gets ignored

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Apr 14, 2020
1 parent 065ee46 commit e6ad271
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ suites:
- name: installation_package
attributes:
docker:
version: '19.03.5'
version: '19.03'
run_list:
- recipe[docker_test::installation_package]

- name: installation_tarball
attributes:
docker:
version: '19.03.5'
version: '19.03'
run_list:
- recipe[docker_test::installation_tarball]
includes: [
Expand All @@ -122,7 +122,7 @@ suites:
- name: resources
attributes:
docker:
version: '19.03.5'
version: '19.03'
run_list:
- recipe[docker_test::default]
- recipe[docker_test::image]
Expand All @@ -136,7 +136,7 @@ suites:
]
attributes:
docker:
version: '19.03.5'
version: '19.03'
run_list:
- recipe[docker_test::default]
- recipe[docker_test::network]
Expand All @@ -147,7 +147,7 @@ suites:
]
attributes:
docker:
version: '19.03.5'
version: '19.03'
run_list:
- recipe[docker_test::default]
- recipe[docker_test::volume]
Expand All @@ -158,7 +158,7 @@ suites:
]
attributes:
docker:
version: '19.03.5'
version: '19.03'
run_list:
- recipe[docker_test::default]
- recipe[docker_test::registry]
Expand Down
2 changes: 1 addition & 1 deletion test/cookbooks/docker_test/recipes/installation_package.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker_installation_package 'default' do
version '19.03.5'
version '19.03'
action :create
end

0 comments on commit e6ad271

Please sign in to comment.