Skip to content
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

Closed
yebrahim opened this issue Dec 5, 2018 · 3 comments
Closed

Add "Copy from run" gesture in new run page #480

yebrahim opened this issue Dec 5, 2018 · 3 comments

Comments

@yebrahim
Copy link
Contributor

yebrahim commented Dec 5, 2018

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).

@vicaire
Copy link
Contributor

vicaire commented Mar 26, 2019

Riley, is there anything left to do on this one? Can we close?

@rileyjbauer
Copy link
Contributor

We do not currently support this gesture, so the issue should remain open.

@rileyjbauer
Copy link
Contributor

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
Projects
None yet
Development

No branches or pull requests

3 participants