aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2022-03-24 12:26:02 +0000
committerGitHub <noreply@github.com>2022-03-24 12:26:02 +0000
commitd6f239d2b1afb61f10e016d87b79690cd6ec37e7 (patch)
treeabe1c1cb4a2e238ed5474d80883eb1e361b89344 /.github
parenta8d452e8e384be847377ab41a7ee19d4da71fde3 (diff)
downloadlibvfio-user-d6f239d2b1afb61f10e016d87b79690cd6ec37e7.zip
libvfio-user-d6f239d2b1afb61f10e016d87b79690cd6ec37e7.tar.gz
libvfio-user-d6f239d2b1afb61f10e016d87b79690cd6ec37e7.tar.bz2
retire ubuntu-18 CI (#656)
This OS version's valgrind lacks --exit-on-first-error, so let's stop trying to build in it. We still have centos 7 as "old Linux". Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to '.github')
-rw-r--r--.github/settings.yml1
-rw-r--r--.github/workflows/pull_request.yml12
2 files changed, 0 insertions, 13 deletions
diff --git a/.github/settings.yml b/.github/settings.yml
index fde1224..1547076 100644
--- a/.github/settings.yml
+++ b/.github/settings.yml
@@ -105,7 +105,6 @@ branches:
# Required. The list of status checks to require in order to merge into this branch
contexts:
- centos-7
- - ubuntu-18
- ubuntu-20
- fedora-35
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 804c822..6299969 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -12,18 +12,6 @@ jobs:
sudo apt-get -y install libjson-c-dev libcmocka-dev clang valgrind \
python3-pytest debianutils flake8
make pre-push VERBOSE=1
- ubuntu-18:
- timeout-minutes: 10
- runs-on: ubuntu-18.04
- steps:
- - uses: actions/checkout@v2
- - name: pre-push
- run: |
- # NB: no working flake8
- sudo apt update
- sudo apt-get -y install libjson-c-dev libcmocka-dev clang valgrind \
- python3-pytest debianutils
- make pre-push VERBOSE=1
centos-7:
timeout-minutes: 10
runs-on: ubuntu-latest