Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Ubuntu 18.04 and 16.04 from tests #5806

Merged
merged 3 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,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 @@ -85,11 +85,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
@@ -1,6 +1,5 @@
deb:
debian-bullseye: ["DISTRO_IMAGE=debian:bullseye"]
ubunu-bionic: ["DISTRO_IMAGE=ubuntu:18.04"]
ubuntu-focal: ["DISTRO_IMAGE=ubuntu:20.04"]
ubuntu-jammy: ["DISTRO_IMAGE=ubuntu:22.04"]

Expand Down
Loading