mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
add operator-hub tests to ci for s390x platform (#4601)
Co-authored-by: wangxinke <wangxinke@wangxinkes-mbp.cn.ibm.com>
This commit is contained in:
@@ -23,7 +23,7 @@ IMAGE_TEST_NAMESPACES="openjdk-11-rhel8 nodejs-12-rhel7 nodejs-12 openjdk-11"
|
||||
## Let developer user have access to the project
|
||||
##oc adm policy add-role-to-user edit developer
|
||||
|
||||
#sh $SETUP_OPERATORS
|
||||
sh $SETUP_OPERATORS
|
||||
# OperatorHub setup complete
|
||||
|
||||
# Create the namespace for e2e image test apply pull secret to the namespace
|
||||
|
||||
@@ -39,6 +39,7 @@ if [ "${ARCH}" == "s390x" ]; then
|
||||
make test-integration-devfile
|
||||
make test-cmd-login-logout
|
||||
make test-cmd-project
|
||||
make test-operator-hub
|
||||
# E2e tests
|
||||
make test-e2e-all
|
||||
elif [ "${ARCH}" == "ppc64le" ]; then
|
||||
|
||||
Reference in New Issue
Block a user