Skip to content

Commit

Permalink
Drop Ubuntu 16.04 from PIDFILE_COMPATIBLE_IMAGES
Browse files Browse the repository at this point in the history
16.04 is long EOL
  • Loading branch information
evgeni committed Oct 5, 2023
1 parent 5ffbf79 commit 8373771
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/puppet_metadata/beaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ class Beaker
'CentOS' => {
'7' => 'centos:7.6.1810',
},
'Ubuntu' => {
'16.04' => 'ubuntu:xenial-20191212',
},
}.freeze

# There is no CentOS 8 image that works with PIDFile in systemd
Expand Down
1 change: 0 additions & 1 deletion spec/beaker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
['CentOS', '7', ['centos7-64{image=centos:7.6.1810}', 'CentOS 7']],
['CentOS', '8', nil],
['CentOS', '9', ['centos9-64', 'CentOS 9']],
['Ubuntu', '16.04', ['ubuntu1604-64{image=ubuntu:xenial-20191212}', 'Ubuntu 16.04']],
['Ubuntu', '18.04', ['ubuntu1804-64', 'Ubuntu 18.04']],
].each do |os, release, expected|
it { expect(described_class.os_release_to_setfile(os, release, pidfile_workaround: true)).to eq(expected) }
Expand Down

0 comments on commit 8373771

Please sign in to comment.