sclorg / mysql-container

MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
128 stars 201 forks source link

OpenShift failures #305

Closed phracek closed 2 years ago

phracek commented 2 years ago

The OpenShift tests fail from this reasons:

RHEL 7 and CentOS 7 - OpenShift 3 tests:

Login Succeeded
Error parsing reference: "172.30.1.1:5000/sclorg-test-25393/mysql-80-centos7:8.0:testing" is not a valid repository/tag
No resources found.
In project sclorg-test-25393 on server https://127.0.0.1:8443

You have no services, deployment configs, or build configs.

Needs an investigation.

RHEL7 and RHEL8 - OpenShift 4 tests:

VERSIONS="8.0" BASE_IMAGE_NAME="mysql" SKIP_SQUASH=1 UPDATE_BASE= OS=rhel8 CLEAN_AFTER= DOCKER_BUILD_CONTEXT=.. OPENSHIFT_NAMESPACES="5.5" CUSTOM_REPO="" REGISTRY="""" TEST_OPENSHIFT_4=true /usr/bin/env bash common/test.sh
test/run-openshift-remote-cluster: line 21: oc: command not found
OpenShift tests for rhel8/mysql-80:1 failed.
make: *** [common/common.mk:107: test-openshift-4] Error 1

It caused by ct_os_set_ocp4 function is called later. moving above will fix the error.