Merge remote-tracking branch 'origin/master' into 2044-share-button
[arvados.git] / services / api / test / fixtures / pipeline_instances.yml
1 new_pipeline:
2   state: New
3   uuid: zzzzz-d1hrv-f4gneyn6br1xize
4   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
5
6 has_component_with_no_script_parameters:
7   state: Ready
8   uuid: zzzzz-d1hrv-1xfj6xkicf2muk2
9   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
10   components:
11    foo:
12     script: foo
13     script_version: master
14     script_parameters: {}
15
16 has_component_with_empty_script_parameters:
17   state: Ready
18   uuid: zzzzz-d1hrv-jq16l10gcsnyumo
19   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
20   components:
21    foo:
22     script: foo
23     script_version: master