Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove RHEL-7 from NightlyBuilds #122

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading