-
Notifications
You must be signed in to change notification settings - Fork 885
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
add path ignore for markdown files #2312
add path ignore for markdown files #2312
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2312 +/- ##
=======================================
Coverage 66.55% 66.55%
=======================================
Files 3169 3169
Lines 60313 60313
Branches 9182 9182
=======================================
Hits 40141 40141
Misses 17979 17979
Partials 2193 2193 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
0fcd7ac
to
982e239
Compare
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.
- Should we also ignore
.asciidoc
file changes? - How do we keep doc website updated with doc in codebase? Do we have any workflows that auto update our doc website using any of the
.md
files in codebase? or any ongoing documentation related projects will do that? If that's the case, CI will help to make sure doc is correct and always updated.
cc @kavilla since you created the issue.
the current doc site https://opensearch.org/docs/latest/dashboards/index/ actually only hosts manually updates from the doc team in the doc repo. unofficially we use https://cptnb.github.io/opensearch-dashboards-dev-docs/ to host dev docs (docs from this repo), which I believe @CPTNB has a fork of the repo that has a workflow that publishes dev docs there. for the .asciidoc, it's probably good feature to add the future. |
To save resources and job runners, some PRs do not need to run the full test suite. For PRs and pushes with markdown changes only, the build and test workflow will be skipped. (Linter test should be okay to skipped since it will automatically run with every commit). For PRs and pushes with markdown changes along with other changes, the build and test workflow will not be skipped. Issue Resolved: #1214 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> (cherry picked from commit ab99eac)
To save resources and job runners, some PRs do not need to run the full test suite. For PRs and pushes with markdown changes only, the build and test workflow will be skipped. (Linter test should be okay to skipped since it will automatically run with every commit). For PRs and pushes with markdown changes along with other changes, the build and test workflow will not be skipped. Issue Resolved: opensearch-project#1214 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
To save resources and job runners, some PRs do not need to run the full test suite. For PRs and pushes with markdown changes only, the build and test workflow will be skipped. (Linter test should be okay to skipped since it will automatically run with every commit). For PRs and pushes with markdown changes along with other changes, the build and test workflow will not be skipped. Issue Resolved: #1214 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> (cherry picked from commit ab99eac) Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
To save resources and job runners, some PRs do not need to run the full test suite. For PRs and pushes with markdown changes only, the build and test workflow will be skipped. (Linter test should be okay to skipped since it will automatically run with every commit). For PRs and pushes with markdown changes along with other changes, the build and test workflow will not be skipped. Issue Resolved: opensearch-project#1214 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
Signed-off-by: abbyhu2000 abigailhu2000@gmail.com
Description
To save resources and job runners, some PRs do not need to run the full test suite. For PRs and pushes with markdown changes only, the build and test workflow will be skipped. (Linter test should be okay to skipped since it will automatically run with every commit). For PRs and pushes with markdown changes along with other changes, the build and test workflow will not be skipped.
Issues Resolved
resolves #1214
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr