-
Notifications
You must be signed in to change notification settings - Fork 243
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
Automate Doc: Quickstart Guides #6470
Automate Doc: Quickstart Guides #6470
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
@valaparthvi When running the tests locally, with a Kubernetes cluster, I get the following error. Do you get it too?
|
I didn't encounter it while working on the tests, I'll re-run the tests though. |
I can see them now. I'll try to skip those. |
@valaparthvi This PR should remove the unwanted output: #6473 |
Signed-off-by: Parthvi Vala <pvala@redhat.com>
Signed-off-by: Parthvi Vala <pvala@redhat.com>
001e077
to
6f223b7
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/override OpenShift-Integration-tests/OpenShift-Integration-tests I am overriding the test for now because the failure is unrelated to the changes made here, but the following failure needs to be investigated: Expected
<string>: __
/ \__ Developing using the "xpczcj" Devfile
\__/ \ Namespace: cmd-logs-test189tbj
/ \__/ odo version: v3.5.0
\__/
↪ Deploying to the cluster in developer mode
• Waiting for Kubernetes resources ...
• Creating resource Pod/myapp-inner ...
✓ Creating resource Pod/myapp-inner
âš Pod is Pending
✓ Pod is Running
• Deleting resources not present in the Devfile: PodMetrics/myapp-inner ...
✓ Deleting resources not present in the Devfile: PodMetrics/myapp-inner [1s]
Error occurred on Push - watch command was unable to push component: unable to delete remote resources: unable to delete resource: PodMetrics/myapp-inner: the server does not allow this method on the requested resource
• Deleting resources not present in the Devfile: PodMetrics/myapp-inner ...
✓ Deleting resources not present in the Devfile: PodMetrics/myapp-inner [1s]
Error occurred on Push - watch command was unable to push component: unable to delete remote resources: unable to delete resource: PodMetrics/myapp-inner: the server does not allow this method on the requested resource |
@valaparthvi: Overrode contexts on behalf of valaparthvi: OpenShift-Integration-tests/OpenShift-Integration-tests In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/override ci/prow/v4.11-integration-e2e |
@valaparthvi: Overrode contexts on behalf of valaparthvi: ci/prow/v4.11-integration-e2e In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Parthvi Vala pvala@redhat.com
What type of PR is this:
/kind tests
/area documentation
What does this PR do / why we need it:
This PR adds tests to verify quickstart doc outputs.
Which issue(s) this PR fixes:
Fixes #6466
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: