2.9 KiB
2.9 KiB
What does this PR do?
Screenshot/screencast of this PR
What issues does this PR fix or reference?
How to test this PR?
- Prepare a patch file if needed:
cat > /tmp/cr-patch.yaml <<EOF
apiVersion: org.eclipse.che/v2
kind: CheCluster
spec: {}
EOF
- Deploy the operator:
OpenShift
./build/scripts/olm/test-catalog-from-sources.sh --cr-patch-yaml /tmp/cr-patch.yaml
on Minikube
./build/scripts/minikube-tests/test-operator-from-sources.sh --cr-patch-yaml /tmp/cr-patch.yaml
PR Checklist
As the author of this Pull Request I made sure that:
- The Eclipse Contributor Agreement is valid
- Code produced is complete
- Code builds without errors
- Tests are covering the bugfix
- Development resource are up to date
- The repository devfile is up to date and works
- Sections
What issues does this PR fix or referenceandHow to test this PRcompleted - Relevant user documentation updated
- Relevant contributing documentation updated
- CI/CD changes implemented, documented and communicated
Reviewers
Reviewers, please comment how you tested the PR when approving it.