From 0b061672ccffab4a8c75b86c8dac0fd5112b9643 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 18 Apr 2024 11:24:35 +0300 Subject: [PATCH 1/2] =?UTF-8?q?INF-1245:=20=D0=A3=D0=BB=D1=83=D1=87=D1=88?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0?= =?UTF-8?q?=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=BE=D1=82?= =?UTF-8?q?=D1=87=D1=91=D1=82=D0=BE=D0=B2=20=D0=B4=D0=B6=D0=BE=D0=B1=D1=8B?= =?UTF-8?q?=20Docker=5Ftests=20=D0=BF=D1=80=D0=B8=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BA=D0=B0=D1=85=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtests-jenkins.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/runtests-jenkins.sh b/runtests-jenkins.sh index 396e554..6677c2d 100755 --- a/runtests-jenkins.sh +++ b/runtests-jenkins.sh @@ -13,13 +13,13 @@ 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 +#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=$? -- 2.36.5 From ccfc67a98543a7640e8e5ece2878d564bb4dba1b Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 18 Apr 2024 12:05:54 +0300 Subject: [PATCH 2/2] =?UTF-8?q?INF-1245:=20=D0=A3=D0=BB=D1=83=D1=87=D1=88?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0?= =?UTF-8?q?=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=BE=D1=82?= =?UTF-8?q?=D1=87=D1=91=D1=82=D0=BE=D0=B2=20=D0=B4=D0=B6=D0=BE=D0=B1=D1=8B?= =?UTF-8?q?=20Docker=5Ftests=20=D0=BF=D1=80=D0=B8=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BA=D0=B0=D1=85=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtests-jenkins.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/runtests-jenkins.sh b/runtests-jenkins.sh index 6677c2d..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=$? -- 2.36.5