-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(api): Add SemaphoreKey and MutexName fields to proto #11384
Conversation
Signed-off-by: ddalvi <ddalvi@redhat.com>
/lgtm |
/lgtm |
/ok-to-test |
Approvals successfully granted for pending runs. |
lgtm but waiting for #11370 /hold |
/unhold |
/lgtm |
/approve |
@chensun can you ack this api format? we would like to move forward with this approach, does the spec/terminology work for you? |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun, gregsheremeta The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> docs(backend): improved backend README (kubeflow#11511) * improved backend README Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> --------- Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> fix(CI): Use the correct image registry for replacements in integration tests (kubeflow#11564) * Use the correct image registry for replacements in integration tests The image registry was changed to GitHub Container Registry in the 2.4 release. Signed-off-by: mprahl <mprahl@users.noreply.github.com> * Print the pod logs when the pods fail to start in integration tests Signed-off-by: mprahl <mprahl@users.noreply.github.com> * Fix the sample compilation in the API server container build Signed-off-by: mprahl <mprahl@users.noreply.github.com> * Show the output when building the container images in CI Signed-off-by: mprahl <mprahl@users.noreply.github.com> --------- Signed-off-by: mprahl <mprahl@users.noreply.github.com> feat(api): Add SemaphoreKey and MutexName fields to proto (kubeflow#11384) Signed-off-by: ddalvi <ddalvi@redhat.com>
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> docs(backend): improved backend README (kubeflow#11511) * improved backend README Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> * Update backend/README.md Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> --------- Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> fix(CI): Use the correct image registry for replacements in integration tests (kubeflow#11564) * Use the correct image registry for replacements in integration tests The image registry was changed to GitHub Container Registry in the 2.4 release. Signed-off-by: mprahl <mprahl@users.noreply.github.com> * Print the pod logs when the pods fail to start in integration tests Signed-off-by: mprahl <mprahl@users.noreply.github.com> * Fix the sample compilation in the API server container build Signed-off-by: mprahl <mprahl@users.noreply.github.com> * Show the output when building the container images in CI Signed-off-by: mprahl <mprahl@users.noreply.github.com> --------- Signed-off-by: mprahl <mprahl@users.noreply.github.com> feat(api): Add SemaphoreKey and MutexName fields to proto (kubeflow#11384) Signed-off-by: ddalvi <ddalvi@redhat.com>
Description of your changes:
This PR introduces
semaphoreKey
andmutexName
fields inPipelineConfig
proto to support pipeline-level concurrency controls in KFP.Pre-requisite to #11340
Checklist: