-
Notifications
You must be signed in to change notification settings - Fork 108
feat: support PipelineRun running status reporting with Kueue #2120
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
base: main
Are you sure you want to change the base?
feat: support PipelineRun running status reporting with Kueue #2120
Conversation
81c9dbc
to
c139528
Compare
c139528
to
7495826
Compare
PR looks good to me. |
@pramodbindal after merge, it will be in nightly |
:-) My question was that only. when are you planning to merge |
waiting for reviewers 🙂 |
d7ef4b1
to
ecff26c
Compare
🤖 AI Review provided by openrouter:deepseek/deepseek-r1:free:The analysis of the provided code changes reveals a few areas that need attention: Bugs and Issues:
Spelling Mistake:
Code Improvements:
Code Style and Clarity:
Summary: The code effectively adds queued state reporting but requires test adjustments to ensure labels are verified, a minor typo fix, and enhanced test coverage for patches. |
I have tested it and it worked very nicely Can you provide some documentation to point that PAC is compatible with kueue and that it can provide an alternative to our concurrency system.. You don't need to go over the whole setup process... |
@pramodbindal we don't merge our own PR in PAC, unless we have approved reviewers, and this should be the standard for every openshift-pipelines projects |
@chmouel okay, will do. thanks! |
bbd0113
to
d5c0531
Compare
@chmouel PTAL. |
this adds support running status of the PipelineRun when PipelineRuns are managed by Kueue. https://issues.redhat.com/browse/SRVKP-7738 Signed-off-by: Zaki Shaikh <[email protected]>
d5c0531
to
3fbb75d
Compare
This adds support running status of the PipelineRun when PipelineRuns are managed by Kueue.
https://issues.redhat.com/browse/SRVKP-7738
Changes
Submitter Checklist
📝 Ensure your commit message is clear and informative. Refer to the How to write a git commit message guide. Include the commit message in the PR body rather than linking to an external site (e.g., Jira ticket).
♽ Run make test lint before submitting a PR to avoid unnecessary CI processing. Consider installing pre-commit and running pre-commit install in the repository root for an efficient workflow.
✨ We use linters to maintain clean and consistent code. Run make lint before submitting a PR. Some linters offer a --fix mode, executable with make fix-linters (ensure markdownlint and golangci-lint are installed).
📖 Document any user-facing features or changes in behavior.
🧪 While 100% coverage isn't required, we encourage unit tests for code changes where possible.
🎁 If feasible, add an end-to-end test. See README for details.
🔎 Address any CI test flakiness before merging, or provide a valid reason to bypass it (e.g., token rate limitations).
If adding a provider feature, fill in the following details:
(update the provider documentation accordingly)