From 33568131a235f8d9969941dd9287bd515714b73d Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 3 Apr 2024 15:48:09 +0200 Subject: [PATCH] Remove RHEL-7 from NightlyBuilds Signed-off-by: Petr "Stone" Hracek --- daily_tests/daily_nightly_tests_report.py | 2 +- daily_tests/daily_scl_tests.sh | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/daily_tests/daily_nightly_tests_report.py b/daily_tests/daily_nightly_tests_report.py index ac23ce8..cea90c6 100755 --- a/daily_tests/daily_nightly_tests_report.py +++ b/daily_tests/daily_nightly_tests_report.py @@ -30,7 +30,7 @@ ("fedora-test", "nightly-container-f", "Fedora test results:"), ("c9s-test", "nightly-container-centos-stream-9", "CentOS Stream 9 test results:"), ("c8s-test", "nightly-container-centos-stream-8", "CentOS Stream 8 test results:"), - ("rhel7-test", "nightly-container-rhel7", "RHEL-7 test results:"), + # ("rhel7-test", "nightly-container-rhel7", "RHEL-7 test results:"), # Starting OpenShift 3 causing problems on RHEL-7. Suppressing it. # ("rhel7-test-openshift", "nightly-container-rhel7", "RHEL-7 OpenShift 3 test results:"), ("rhel7-test-openshift-4", "nightly-container-rhel7", "RHEL-7 OpenShift 4 test results:"), diff --git a/daily_tests/daily_scl_tests.sh b/daily_tests/daily_scl_tests.sh index c70187c..0a4fb04 100755 --- a/daily_tests/daily_scl_tests.sh +++ b/daily_tests/daily_scl_tests.sh @@ -18,17 +18,8 @@ httpd-container redis-container mariadb-container postgresql-container +mysql-container " -# Disable mysql-container -# ---> 12:22:24 Storing version '8.0.32' information into the data dir '/var/lib/mysql/data/mysql_upgrade_info' - #=> sourcing 50-passwd-change.sh ... - #---> 12:23:07 Setting passwords ... - #---> 12:26:30 Shutting down MySQL ... - #mysqladmin: reload failed; error: 'Lost connection to MySQL server during query' - #/usr/share/container-scripts/mysql/common.sh: line 100: 74 Killed ${MYSQL_PREFIX}/libexec/mysqld --defaults-file=$MYSQL_DEFAULTS_FILE --skip-networking --socket=$MYSQL_LOCAL_SOCKET "$@" - #Test for image 'rhel8/mysql-80:1' FAILED (exit code: 1) - # Created container 65a87f95db0c6e2fc513543e2daff9acfe8916b2bc4c32d8bcee2301309bd82e - # Testing MySQL connection to 10.88.11.184... [[ -z "$1" ]] && { echo "You have to specify target to build SCL images. centos7, rhel7 or fedora" && exit 1 ; } TARGET="$1"