Skip to content
Snippets Groups Projects
Commit ec4a54d9 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

iproute is missing, iptraf doesn't work and show the branch we're on more prominently

parent 703ac273
No related branches found
No related tags found
No related merge requests found
Pipeline #1937821 failed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# libunistring host command is linked against libunistring on c8, which is not the case for c7 # libunistring host command is linked against libunistring on c8, which is not the case for c7
# We need to install it although it is removed in the kickstart file # We need to install it although it is removed in the kickstart file
yum install git jq libunistring -y yum install git jq libunistring iproute -y
# Find the last commit that passed upstream's Jenkins # Find the last commit that passed upstream's Jenkins
PASSING=$(curl -s https://ci.centos.org/job/CentOS-Core-QA-t_functional-c8-64/lastSuccessfulBuild/api/json | jq -r '.actions[] | select(.lastBuiltRevision) | .lastBuiltRevision.SHA1') PASSING=$(curl -s https://ci.centos.org/job/CentOS-Core-QA-t_functional-c8-64/lastSuccessfulBuild/api/json | jq -r '.actions[] | select(.lastBuiltRevision) | .lastBuiltRevision.SHA1')
...@@ -11,7 +11,8 @@ PASSING=${PASSING:-master} ...@@ -11,7 +11,8 @@ PASSING=${PASSING:-master}
git clone https://gitlab.cern.ch/linuxsupport/centos_functional_tests.git git clone https://gitlab.cern.ch/linuxsupport/centos_functional_tests.git
cd centos_functional_tests cd centos_functional_tests
git reset --hard $PASSING BRANCH=$(git reset --hard $PASSING)
echo -e "\e[1m\e[32m$BRANCH\e[0m"
# Skipping list is way longer than for cc7-base as image creation is different, # Skipping list is way longer than for cc7-base as image creation is different,
# cc7-base was systemd ready, meaning most of these skips are service related # cc7-base was systemd ready, meaning most of these skips are service related
...@@ -43,6 +44,7 @@ cat > ./skipped-tests.list <<DELIM ...@@ -43,6 +44,7 @@ cat > ./skipped-tests.list <<DELIM
8|tests/p_httpd/*|httpd results in 403 for all requests, disabling for now 8|tests/p_httpd/*|httpd results in 403 for all requests, disabling for now
8|tests/p_initscripts/*|No systemd therefore cannot be tested 8|tests/p_initscripts/*|No systemd therefore cannot be tested
8|tests/p_ipa-server/*|No Freeipa default tests, also, we use cern-get-keytab 8|tests/p_ipa-server/*|No Freeipa default tests, also, we use cern-get-keytab
8|tests/p_iptraf/*|iptraf doesn't log any traffic
8|tests/p_kernel/*|No kernel therefore cannot be tested 8|tests/p_kernel/*|No kernel therefore cannot be tested
8|tests/p_lftp/*|No systemd therefore cannot be tested 8|tests/p_lftp/*|No systemd therefore cannot be tested
8|tests/p_libvirt/*|No systemd therefore cannot be tested 8|tests/p_libvirt/*|No systemd therefore cannot be tested
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment