Skip to content

Commit

Permalink
Merge pull request #876 from ThoughtCrhyme/FM-8394
Browse files Browse the repository at this point in the history
(FM-8394) add debian 10 testing
  • Loading branch information
lionce authored Sep 23, 2019
2 parents 2adc78b + 23ce10e commit 3dd5f06
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 67 deletions.
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9"
"9",
"10"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ waffle_deb:
images: ['waffleimage/debian8', 'waffleimage/debian9', 'waffleimage/ubuntu14.04', 'waffleimage/ubuntu16.04', 'waffleimage/ubuntu18.04']
release_checks:
provisioner: vmpooler
images: ['debian-8-x86_64', 'debian-9-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']
images: ['debian-8-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64']
10 changes: 0 additions & 10 deletions spec/acceptance/nodesets/centos-7-x64.yml

This file was deleted.

10 changes: 0 additions & 10 deletions spec/acceptance/nodesets/debian-8-x64.yml

This file was deleted.

10 changes: 0 additions & 10 deletions spec/acceptance/nodesets/default.yml

This file was deleted.

12 changes: 0 additions & 12 deletions spec/acceptance/nodesets/docker/centos-7.yml

This file was deleted.

11 changes: 0 additions & 11 deletions spec/acceptance/nodesets/docker/debian-8.yml

This file was deleted.

12 changes: 0 additions & 12 deletions spec/acceptance/nodesets/docker/ubuntu-14.04.yml

This file was deleted.

6 changes: 6 additions & 0 deletions spec/classes/apt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@
osfamily: 'Debian',
lsbdistcodename: 'stretch',
},
'Debian 10.0' => {
os: { family: 'Debian', name: 'Debian', release: { major: '10', full: '10.0' } },
lsbdistid: 'Debian',
osfamily: 'Debian',
lsbdistcodename: 'buster',
},
}

facts_hash.each do |os, facts|
Expand Down

0 comments on commit 3dd5f06

Please sign in to comment.