X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8464bb48ba769c8bf0984c8b1493ca43fd902891..1c36703db22a4695f0a2aebaa3ffbd5d8d64997f:/services/api/test/fixtures/jobs.yml diff --git a/services/api/test/fixtures/jobs.yml b/services/api/test/fixtures/jobs.yml index 8a4c34557c..d0c22d3059 100644 --- a/services/api/test/fixtures/jobs.yml +++ b/services/api/test/fixtures/jobs.yml @@ -482,7 +482,7 @@ completed_job_in_publicly_accessible_project: script_parameters: input: fa7aeb5140e2848d39b416daeef4ffc5+45 input2: "stuff2" - log: ~ + log: zzzzz-4zz18-4en62shvi99lxd4 output: b519d9cb706a29fc7ea24dbea2f05851+93 job_in_publicly_accessible_project_but_other_objects_elsewhere: @@ -499,6 +499,35 @@ job_in_publicly_accessible_project_but_other_objects_elsewhere: log: zzzzz-4zz18-fy296fx3hot09f7 output: zzzzz-4zz18-bv31uwvy3neko21 +running_job_with_components: + uuid: zzzzz-8i9sb-with2components + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + cancelled_at: ~ + cancelled_by_user_uuid: ~ + cancelled_by_client_uuid: ~ + created_at: <%= 3.minute.ago.to_s(:db) %> + started_at: <%= 3.minute.ago.to_s(:db) %> + finished_at: ~ + script: hash + repository: active/foo + script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332 + running: true + success: ~ + output: ~ + priority: 0 + log: ~ + is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz + tasks_summary: + failed: 0 + todo: 3 + running: 1 + done: 1 + runtime_constraints: {} + state: Running + components: + component1: zzzzz-8i9sb-jyq01m7in1jlofj + component2: zzzzz-d1hrv-partdonepipelin + # Test Helper trims the rest of the file # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper