Project

General

Profile

Actions

Feature #11515

open

[CWL] [Workbench] Support for copying/moving pipelines

Added by Jiayong Li about 7 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

A common practice for writing a pipeline is to first test it in a private project, e.g. Home, because we don't want to clutter the production project since tests tend to be error-prone. Ultimately the successful pipeline run needs to be in the production project that's shared with customers, but as of now, there's no way of copying/moving the jobs and output collections of the successful test pipeline.

We need a feature integrated in Workbench to copy/move pipelines.

Actions #1

Updated by Jiayong Li about 7 years ago

  • Description updated (diff)
Actions #2

Updated by Bryan Cosca almost 7 years ago

A workaround would be to do:

arv-copy --src cluster_uuid --dst cluster_uuid --dst-git-repo any_repo pipeline_uuid to move the pipeline instance and top level jobs.

Then clone https://github.com/bcosc/arvados-tools/blob/master/copy-cwl-pi.py and run

python copy-cwl-pi.py pi_uuid project_uuid

to move all the outputs and log collections of all the child jobs.

I'm unsure what else would need to be copied, but that can be added to copy-cwl-pi.py

Actions #3

Updated by Tom Morris over 6 years ago

  • Target version set to Arvados Future Sprints
Actions #4

Updated by Peter Amstutz almost 3 years ago

  • Target version deleted (Arvados Future Sprints)
Actions #5

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #6

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF