Skip to content

Commit

Permalink
Deprecation of Ubuntu 18.04
Browse files Browse the repository at this point in the history
because it's EOL

Signed-off-by: Artem Sidorenko <artem.sidorenko@telekom.de>
  • Loading branch information
artem-sidorenko committed Nov 10, 2023
1 parent da51917 commit 8273d4e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- fedora-37
- fedora-38
# - opensuse-42 # something is broken here
- ubuntu-18-04
- ubuntu-20-04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -93,7 +92,6 @@ jobs:
- default-almalinux-9
- default-rockylinux-8
- default-rockylinux-9
- default-ubuntu-18-04
- default-ubuntu-20-04
- default-debian-10
- default-debian-11
Expand Down
6 changes: 0 additions & 6 deletions .kitchen.do.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ platforms:
lifecycle:
post_create:
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
- name: ubuntu-18-04
driver_config:
image: ubuntu-18-04-x64
lifecycle:
post_create:
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
- name: ubuntu-20-04
driver_config:
image: ubuntu-20-04-x64
Expand Down
6 changes: 0 additions & 6 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ platforms:
driver:
image: dokken/opensuse-leap
pid_one_command: /bin/systemd
- name: ubuntu-18-04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-20-04
driver:
image: dokken/ubuntu-20.04
Expand Down
3 changes: 0 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ driver:
name: vagrant

platforms:
- name: ubuntu-18-04
driver_config:
box: bento/ubuntu-18.04
- name: ubuntu-20-04
driver_config:
box: bento/ubuntu-20.04
Expand Down

0 comments on commit 8273d4e

Please sign in to comment.