Skip to content

Commit

Permalink
Remove Ubuntu 18.04 and 16.04 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Jan 15, 2025
1 parent eb468ee commit b5a7095
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 94 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,8 @@ jobs:
- debian11
- debian12
- opensuse12
- ubuntu1604
- ubuntu1804
- ubuntu2004
- ubuntu2204
exclude:
# ansible-core used by ansible 9.2.0 requires a minimum of Python2 version 2.7 or Python3 version 3.6. Current version: 3.5.2
- distro: ubuntu1604
ansible: ansible~=9.2.0

steps:
- name: Check out the codebase.
Expand Down
5 changes: 0 additions & 5 deletions deployments/chef/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ platforms:
image: dokken/oraclelinux-8
pid_one_command: /usr/lib/systemd/systemd

- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd

- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion deployments/chef/spec/unit/recipes/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
context 'on the Linux platform family' do
context 'on debian-family distro' do
cached(:chef_run) do
ChefSpec::SoloRunner.new(platform: 'ubuntu', version: '16.04') do |node|
ChefSpec::SoloRunner.new(platform: 'ubuntu', version: '22.04') do |node|
node.normal['splunk_otel_collector'] = {
'splunk_access_token' => 'test123',
'splunk_realm' => 'test',
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ deb:
debian-bullseye: ["DISTRO_IMAGE=debian:bullseye"]
debian-buster: ["DISTRO_IMAGE=debian:buster"]
debian-stretch: ["DISTRO_IMAGE=debian:stretch"]
ubunu-bionic: ["DISTRO_IMAGE=ubuntu:18.04"]
ubuntu-focal: ["DISTRO_IMAGE=ubuntu:20.04"]
ubuntu-jammy: ["DISTRO_IMAGE=ubuntu:22.04"]

Expand Down

0 comments on commit b5a7095

Please sign in to comment.