Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-04-13 04:19:41 +0300
committerRadostin Stoyanov <rstoyanov@fedoraproject.org>2022-08-14 07:46:13 +0300
commit24100795a3de6192cc2e17f15ceccd09145d71a4 (patch)
treed32821db54650d7ffc7a065840e32004a8613225
parent3019db31a53810a7e3478092847c42d33496558f (diff)
ci/cirrus: centos 8 job nits
1. Rename CentOS 8 to CentOS Stream 8 (which it is). 2. Install junit_xml from the repo rather than via pip. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
-rw-r--r--.cirrus.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6a5d75149..03ed79748 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -69,7 +69,7 @@ task:
make -C scripts/ci vagrant-fedora-rawhide
task:
- name: CentOS 8 based test
+ name: CentOS Stream 8 based test
environment:
HOME: "/root"
CIRRUS_WORKING_DIR: "/tmp/criu"
@@ -85,7 +85,7 @@ task:
ln -sf /usr/include/google/protobuf/descriptor.proto images/google/protobuf/descriptor.proto
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm dnf-plugins-core
yum config-manager --set-enabled powertools
- yum install -y --allowerasing asciidoc gcc git gnutls-devel libaio-devel libasan libcap-devel libnet-devel libnl3-devel libbsd-devel libselinux-devel make protobuf-c-devel protobuf-devel python3-devel python3-flake8 python3-PyYAML python3-future python3-protobuf xmlto
+ yum install -y --allowerasing asciidoc gcc git gnutls-devel libaio-devel libasan libcap-devel libnet-devel libnl3-devel libbsd-devel libselinux-devel make protobuf-c-devel protobuf-devel python3-devel python3-flake8 python3-PyYAML python3-future python3-protobuf python3-junit_xml xmlto
alternatives --set python /usr/bin/python3
systemctl stop sssd
# Even with selinux in permissive mode the selinux tests will be executed
@@ -93,7 +93,6 @@ task:
# much more restricted than a normal shell (system_u:system_r:unconfined_service_t:s0)
# The test case above (vagrant-fedora-no-vdso) should run selinux tests in enforcing mode
setenforce 0
- pip3 install junit_xml
build_script: |
make -C scripts/ci local SKIP_CI_PREP=1 CC=gcc CD_TO_TOP=1 ZDTM_OPTS="-x zdtm/static/socket-raw"