mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Enabling operator-test for Power. (#4653)
This commit is contained in:
committed by
GitHub
parent
1156a13b4e
commit
1d174c5285
@@ -21,7 +21,7 @@ IMAGE_TEST_NAMESPACES="openjdk-11-rhel8 nodejs-12-rhel7 nodejs-12"
|
||||
## 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
|
||||
|
||||
@@ -50,6 +50,7 @@ elif [ "${ARCH}" == "ppc64le" ]; then
|
||||
make test-cmd-project
|
||||
# E2e tests
|
||||
make test-e2e-all
|
||||
make test-operator-hub
|
||||
else
|
||||
# Integration tests
|
||||
make test-integration || error=true
|
||||
|
||||
Reference in New Issue
Block a user