-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 "Copy from run" gesture in new run page #480
Labels
Comments
Riley, is there anything left to do on this one? Can we close? |
We do not currently support this gesture, so the issue should remain open. |
Closing as too low priority |
Linchin
pushed a commit
to Linchin/pipelines
that referenced
this issue
Apr 11, 2023
* Fix bugs with cleanup of deployments and clusters * Disable cache discovery in cleanup_ci. * Fix kubeflow#480 * Add a K8s batch job to make it easy to do one off runs of the cleanup script. * update the playbook. * Stop using the delete_deployment script; its very outdated and is causing problems. Instead lets just issue a delete for the deployment and if that fails to properly GC everything we can rely on cleanup_ci.py * We should really be trying to use kfctl to delete things. * Split up cleanup_deployments into 2 functions one for clusters and one for deployments. * Log cleanup ops.
Linchin
pushed a commit
to Linchin/pipelines
that referenced
this issue
Apr 11, 2023
* Aggressively GC clusters that are in an error state. Related to kubeflow#480. * Address comments.
HumairAK
pushed a commit
to red-hat-data-services/data-science-pipelines
that referenced
this issue
Mar 11, 2024
* Use kfp client to run E2E tests * Update Tekton server and tkn client versions * Regenerate pipelinerun logs * Give unique names to pipelineruns resembling file names * Delete previous pipelineruns * Mark tests as skipped instead of not generating them * Regenerate pipeline-loop CRDs, update copyright statements for f in sdk/python/tests/compiler/testdata/*_pipelineloop_cr*.yaml; do echo ${f/_pipelineloop_cr*.yaml/.py}; done | sort -u | while read f; do echo $f; dsl-compile-tekton --py $f --output ${f/.py/.yaml}; done; make unit_test GENERATE_GOLDEN_YAML=True
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A "Copy from run" button on the new run page can show a modal to select a run to copy parameters (and perhaps pipeline spec) from.
This is needed to support cases where a recurring run is created "out of" a regular run. It will also be the only way a recurring run can be created from a run with an embedded pipeline (created through Python SDK or CLI).
The text was updated successfully, but these errors were encountered: