X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0d62edcb9d25bf4dcdb20d8872ea7b438e12fc59..13116cc7dc549e93b0757f1948c2ac18b760c681:/services/api/test/fixtures/pipeline_templates.yml diff --git a/services/api/test/fixtures/pipeline_templates.yml b/services/api/test/fixtures/pipeline_templates.yml index 49503c9712..0c185eeb80 100644 --- a/services/api/test/fixtures/pipeline_templates.yml +++ b/services/api/test/fixtures/pipeline_templates.yml @@ -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,7 +240,7 @@ 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 @@ -256,7 +260,7 @@ workflow_with_input_defaults: components: part-one: script: foo - script_version: master + script_version: main script_parameters: ex_string: required: true @@ -264,4 +268,4 @@ workflow_with_input_defaults: ex_string_def: required: true dataclass: string - default: hello-testing-123 \ No newline at end of file + default: hello-testing-123