17417: Merge branch 'main' into 17417-add-arm64
[arvados.git] / services / api / test / fixtures / pipeline_templates.yml
index cbd82de9241101a72cc1c263903b9a403a8234fa..0c185eeb803fad47c8671a5ff3d705286c19be6e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 two_part:
   uuid: zzzzz-p5p6p-aox0k0ofxrystgw
   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
@@ -10,7 +14,7 @@ two_part:
   components:
     part-one:
       script: foo
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -18,7 +22,7 @@ two_part:
           title: "Foo/bar pair"
     part-two:
       script: bar
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           output_of: part-one
@@ -49,7 +53,7 @@ components_is_jobspec:
   name: Pipeline Template with Jobspec Components
   components:
     script: foo
-    script_version: master
+    script_version: main
     script_parameters:
       input:
         required: true
@@ -69,7 +73,7 @@ parameter_with_search:
   components:
     with-search:
       script: foo
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -91,7 +95,7 @@ new_pipeline_template:
   components:
     foo:
       script: foo
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -99,7 +103,7 @@ new_pipeline_template:
           title: foo template input
     bar:
       script: bar
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -118,7 +122,7 @@ pipeline_template_in_fuse_project:
   components:
     foo_component:
       script: foo
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -138,7 +142,7 @@ template_with_dataclass_file:
   components:
     part-one:
       script: foo
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -147,7 +151,7 @@ template_with_dataclass_file:
           description: "Provide an input file"
     part-two:
       script: bar
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           output_of: part-one
@@ -177,7 +181,7 @@ template_with_dataclass_number:
   components:
     work:
       script: foo
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -196,7 +200,7 @@ pipeline_template_in_publicly_accessible_project:
   components:
     foo_component:
       script: foo
-      script_version: master
+      script_version: main
       script_parameters:
         input:
           required: true
@@ -217,7 +221,7 @@ template_in_active_user_home_project_to_test_unique_key_violation:
   name: Template to test owner uuid and name unique key violation upon removal
   components:
     script: foo
-    script_version: master
+    script_version: main
     script_parameters:
       input:
         required: true
@@ -236,10 +240,32 @@ template_in_asubproject_with_same_name_as_one_in_active_user_home:
   name: Template to test owner uuid and name unique key violation upon removal
   components:
     script: foo
-    script_version: master
+    script_version: main
     script_parameters:
       input:
         required: true
         dataclass: Collection
         title: "Foo/bar pair"
         description: "Provide a collection containing at least two files."
+
+workflow_with_input_defaults:
+  uuid: zzzzz-p5p6p-aox0k0ofxrystg2
+  owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
+  created_at: 2014-04-14 12:35:04 -0400
+  updated_at: 2014-04-14 12:35:04 -0400
+  modified_at: 2014-04-14 12:35:04 -0400
+  modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
+  modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+  name: Pipeline with default input specifications
+  components:
+    part-one:
+      script: foo
+      script_version: main
+      script_parameters:
+        ex_string:
+          required: true
+          dataclass: string
+        ex_string_def:
+          required: true
+          dataclass: string
+          default: hello-testing-123