Run Docs tests on CI/CD#6521
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
.ibm/pipelines/kubernetes-tests.sh
Outdated
| echo Using Devfile proxy: ${DEVFILE_PROXY} | ||
| make install | ||
| make test-integration-cluster | ||
| make test-doc-automation |
There was a problem hiding this comment.
@feloy why do we need to run make test-doc-automation on both file?
There was a problem hiding this comment.
No, I'm checking on which one it passes. I'll remove one of them when the other one passes
There was a problem hiding this comment.
Understood, Thanks Philippe
ad4aef2 to
b42d30c
Compare
4d04380 to
49f562c
Compare
|
Kudos, SonarCloud Quality Gate passed! |
|
/override ci/prow/v4.11-integration-e2e |
|
@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.11-integration-e2e DetailsIn 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 |
|
@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.11-integration-e2e DetailsIn 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. |








What type of PR is this:
/kind tests
What does this PR do / why we need it:
Docs tests are executed on the same Kubernetes cluster as the Kubernetes integration tests, at the same time.
These docs tests are exectued one at a time, it should not impact the integration tests.
Which issue(s) this PR fixes:
Fixes #6517
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: