-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix the get starting page title #16136
Conversation
Signed-off-by: Oleksii Orel <oorel@redhat.com>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
E2E tests of Eclipse Che Multiuser on OCP has failed: Use command [ci-test] to rerun the test. |
cc: @nickboldt This is required for 7.9.1, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems simple enough.
crw-ci-test |
ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
[ci-test] |
cc @nickboldt |
E2E tests of Eclipse Che Multiuser on OCP has failed: Use command [ci-test] to rerun the test. |
Thanks for the fix! In future, when you KNOW a fix is needed in the maintenance branch, can you ensure you cherry pick it across to the .x branch too? That way I don't have to figure out what you did, where, and track down the commit SHA to copy it over to the .x branch. Thanks! Cherry picked in b52af96 |
Signed-off-by: Oleksii Orel oorel@redhat.com
What does this PR do?
Fix the Get Started page title.
What issues does this PR fix or reference?
#16135