-
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
Run Docs tests on CI/CD #6521
Run Docs tests on CI/CD #6521
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
.ibm/pipelines/kubernetes-tests.sh
Outdated
@@ -16,6 +16,7 @@ export SKIP_USER_LOGIN_TESTS=true | |||
echo Using Devfile proxy: ${DEVFILE_PROXY} | |||
make install | |||
make test-integration-cluster | |||
make test-doc-automation |
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.
@feloy why do we need to run make test-doc-automation
on both file?
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 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 |
@feloy: Overrode contexts on behalf of feloy: 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. |
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: