-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Add pipeline run parallelism config #12442
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: master
Are you sure you want to change the base?
feat: Add pipeline run parallelism config #12442
Conversation
|
Hi @sduvvuri1603. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
99f2fc8 to
d34a1b2
Compare
|
/retest |
82756e1 to
60a35d8
Compare
|
@sduvvuri1603: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
/ok-to-test |
|
/retest |
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
Re-add the argo workflow package alias so the new semaphore logic compiles; merge dropped the import which broke go build. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Regenerated the workflow compiler fixtures after the merge so they now include the fully qualified ml-pipeline address and updated dependency ordering. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Remove the branch-specific skip so workflows build and load the envoy image just like master. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Resolve the latest pipeline version when a recurring run is created with only a pipeline ID, and copy that version’s ID/name into the job so the API surfaces a concrete pipelineVersionId. Update the unit test to verify the stored job now references the resolved version. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Remove temporary CI debug paths for missing images, TLS readiness logging, forced MinIO usage, and TLS overlay ordering so behavior matches upstream. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Lower sleep_seconds in the max_active_runs test pipeline to avoid repeated timeouts while still exercising parallelism. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Update the compiled workflow golden to match the reduced sleep_seconds default in the max_active_runs pipeline. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
66b1ef5 to
ebaa256
Compare
Shorten max-active-runs sleep defaults and regenerate compiler goldens to keep workflow expectations aligned with the updated pipeline spec. Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
/retest |
5a3efbf to
f434f6c
Compare
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…run-parallelism Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
f434f6c to
f253b4e
Compare
|
/retest |
Signed-off-by: Sruthi Duvvuri <sduvvuri@redhat.com>
|
/retest |
Summary
Validation
e2e_utils.go+ invocation inpipeline_e2e_test.go), rebuilt the test cluster with the fresh backend images, exercised the focused pipeline_run_parallelism scenario, and then ran the end-to-end suite to confirm the new check passes with the concurrency cap enforced.Note:
Hardened .github/actions/test-and-report/action.yml: the workflow now waits for the ml-pipeline deployment, port-forwards svc/ml-pipeline to localhost:8888, and curls /apis/v2beta1/healthz (TLS-aware). This eliminates the dial tcp [::1]:8888: connect: connection refused failures that intermittently broke the parallelism/recurring-run E2E suite.
Follow up to PR - remove unused semaphore_key and mutex_name fields