ci: switch CentOS 7 test to Cirrus CI

On Cirrus CI we can run tests on the orignal CentOS 7 kernel.

The kernel is rather old, but on GitHub Actions we a 5.8 kernel
and a containerized CentOS 7 user space not much is working
correctly anymore. With this commit CentOS 7 based tests are
no longer running on GitHub Actions but on Cirrus CI.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2021-06-14 19:07:25 +00:00 committed by Andrei Vagin
parent 1fbe876242
commit 6ef01d3e6a
2 changed files with 29 additions and 15 deletions

View file

@ -1,15 +0,0 @@
name: CentOS Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
target: [centos7]
steps:
- uses: actions/checkout@v2
- name: Run CentOS ${{ matrix.target }} Test
run: sudo -E make -C scripts/ci ${{ matrix.target }}