Skip to content

Commit

Permalink
github: disable CentOS 10 tests
Browse files Browse the repository at this point in the history
the repos are still not stable enough to add it to the CI.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed May 8, 2024
1 parent 5f0643c commit bfffb33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- test: alpine-build
- test: centos8-build
- test: centos9-build
- test: centos10-build
#- test: centos10-build
- test: clang-format
- test: clang-check
- test: checkpoint-restore
Expand Down Expand Up @@ -151,10 +151,10 @@ jobs:
sudo docker build -t crun-centos9-build tests/centos9-build
sudo docker run --cgroupns=host --privileged --rm -v /sys/fs/cgroup:/sys/fs/cgroup:rw,rslave -v ${PWD}:/crun crun-centos9-build
;;
centos10-build)
sudo docker build -t crun-centos10-build tests/centos10-build
sudo docker run --cgroupns=host --privileged --rm -v /var/tmp:/var/tmp:rw -v /var/lib/containers:/var/lib/containers:rw -v /sys/fs/cgroup:/sys/fs/cgroup:rw,rslave -v ${PWD}:/crun crun-centos10-build
;;
# centos10-build)
# sudo docker build -t crun-centos10-build tests/centos10-build
# sudo docker run --cgroupns=host --privileged --rm -v /var/tmp:/var/tmp:rw -v /var/lib/containers:/var/lib/containers:rw -v /sys/fs/cgroup:/sys/fs/cgroup:rw,rslave -v ${PWD}:/crun crun-centos10-build
# ;;
clang-format)
sudo docker build -t crun-clang-format tests/clang-format
sudo docker run --rm -w /crun -v ${PWD}:/crun crun-clang-format
Expand Down

0 comments on commit bfffb33

Please sign in to comment.