Skip to content

Commit

Permalink
Remove RHEL-7 from NightlyBuilds
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Apr 3, 2024
1 parent c67b782 commit 764c136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion daily_tests/daily_nightly_tests_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:"),
Expand Down
11 changes: 1 addition & 10 deletions daily_tests/daily_scl_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 764c136

Please sign in to comment.