X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d8a27a40903f0dc61876947cecc9401edd3a32c..51c8987b2dd1696c27ee1235855a47bd86dfeb82:/services/api/test/fixtures/jobs.yml diff --git a/services/api/test/fixtures/jobs.yml b/services/api/test/fixtures/jobs.yml index 5836809c69..e6a382f6d4 100644 --- a/services/api/test/fixtures/jobs.yml +++ b/services/api/test/fixtures/jobs.yml @@ -284,3 +284,19 @@ cancelled: done: 1 runtime_constraints: {} state: Cancelled + +# 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 + +# jobs in project_with_10_pipelines_and_10_jobs +<% for i in 1..10 do %> +job_<%=i%>_of_10: + uuid: zzzzz-8i9sb-0vsrcqi7whch<%= i.to_s.rjust(3, '0') %> + created_at: 2014-09-01 12:00:00 + owner_uuid: zzzzz-j7d0g-20jobspipelines + script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250 + state: Complete +<% end %> + +# Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper