From 728855a1bacbd105266651574a351c427237d136 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 18 Apr 2024 12:09:35 +0300 Subject: [PATCH] inf-1245 (#7) https://dev-ci.inferitos.ru/job/rpmTests/job/Docker_tests/7295/ https://dev-ci.inferitos.ru/job/rpmTests/job/Docker_tests/7293/ Co-authored-by: Pavel Negrobov Reviewed-on: https://git.inferitos.ru/msvsphere/QA/pulls/7 --- runtests-jenkins.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/runtests-jenkins.sh b/runtests-jenkins.sh index 396e554..7e820be 100755 --- a/runtests-jenkins.sh +++ b/runtests-jenkins.sh @@ -13,14 +13,6 @@ else export CONTAINERTEST=0 fi -yum -d0 -y install bind-utils hostname - -if [ "$?" -ne "0" ] ;then - echo "[+] ERROR : not even able to install bind-utils pkg so all t_functional tests will fail" - echo "[+] Do we have enabled repositories with correct GPG settings and signed pkgs ?" - exit 1 -fi - host repo.centos.qa > /dev/null export SKIP_QA_HARNESS=$?