Skip to content

Commit

Permalink
Merge pull request #295 from giffels/deprecated-ubuntu18.04
Browse files Browse the repository at this point in the history
Deprecate ubuntu18.04 deployment tests
  • Loading branch information
giffels authored May 24, 2023
2 parents e4ef2ca + 710bd30 commit 0f76db0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os_container: ['centos7', 'centosstream8', 'rockylinux8', 'rockylinux9', 'ubuntu20_04', 'ubuntu18_04', 'ubuntu22_04']
os_container: ['centos7', 'centosstream8', 'rockylinux8', 'rockylinux9', 'ubuntu20_04', 'ubuntu22_04']
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os_container: ['centos7', 'centosstream8', 'rockylinux8', 'rockylinux9', 'ubuntu20_04', 'ubuntu18_04', 'ubuntu22_04']
os_container: ['centos7', 'centosstream8', 'rockylinux8', 'rockylinux9', 'ubuntu20_04', 'ubuntu22_04']
container: matterminers/cobald-tardis-deployment-test-env:${{ matrix.os_container }}
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mschnepf <maschnepf@schnepf-net.de>
Dirk Sammel <dirk.sammel@cern.ch>
Matthias J. Schnepf <maschnepf@schnepf-net.de>
Matthias Schnepf <matthias.schnepf@kit.edu>
Benjamin Rottler <benjamin.rottler@cern.ch>
LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Matthias Schnepf <maschnepf@schnepf-net.de>
PSchuhmacher <leon_schuhmacher@yahoo.de>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Created by changelog.py at 2023-05-16, command
.. Created by changelog.py at 2023-05-17, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
Expand Down

0 comments on commit 0f76db0

Please sign in to comment.