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

CI: drop CentOS 7 #345

Merged
merged 1 commit into from
May 10, 2024
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
31 changes: 0 additions & 31 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,3 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: DOCKER_BUILDKIT=1 docker build -f Dockerfile.buildtests .
test-centos7:
runs-on: macos-12
env:
LIBSECCOMP_COMMIT: v2.3.3
LIBSLIRP_COMMIT: v4.1.0
BENCHMARK_IPERF3_DURATION: 3
steps:
- uses: actions/checkout@v2
- name: Setup CentOS 7 VM
run: |
vagrant up --provision --no-tty
cat > ./run-vagrant-tests <<'EOF'
exec vagrant ssh --no-tty -c "
export LIBSECCOMP_COMMIT=\"${LIBSECCOMP_COMMIT}\"
export LIBSLIRP_COMMIT=\"${LIBSLIRP_COMMIT}\"
export BENCHMARK_IPERF3_DURATION=\"${BENCHMARK_IPERF3_DURATION}\"
/src/build-and-test
"
EOF
- name: Build and test with Debian 10's version of libseccomp
run: sh ./run-vagrant-tests
- name: Build and test with Ubuntu 20.04's versions of libseccomp/libslirp
run: sh ./run-vagrant-tests
env:
LIBSECCOMP_COMMIT: v2.4.3
LIBSLIRP_COMMIT: v4.1.0
- name: Build and test with recent versions of libseccomp/libslirp
run: sh ./run-vagrant-tests
env:
LIBSECCOMP_COMMIT: v2.5.4
LIBSLIRP_COMMIT: v4.7.0
1 change: 0 additions & 1 deletion Dockerfile.buildtests
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ FROM buildtest-ubuntu1804-common AS buildtest-ubuntu1804-dynamic
RUN ./configure && make && cp -f slirp4netns /

# CentOS 7 is no longer tested in this file.
# See Vagrantfile for CentOS 7 tests.

# openSUSE (dynamic only)
FROM opensuse/leap:15 AS buildtest-opensuse15-common
Expand Down
86 changes: 0 additions & 86 deletions Vagrantfile

This file was deleted.

Loading