X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a6f2613d38bf9fb99a919b3875d2851a23a253a..1bde97d8aa4d670c25015284e97281e1af163dda:/services/api/test/fixtures/jobs.yml diff --git a/services/api/test/fixtures/jobs.yml b/services/api/test/fixtures/jobs.yml index 0096affd46..1381078ee1 100644 --- a/services/api/test/fixtures/jobs.yml +++ b/services/api/test/fixtures/jobs.yml @@ -285,16 +285,26 @@ cancelled: runtime_constraints: {} state: Cancelled +job_in_subproject: + uuid: zzzzz-8i9sb-subprojectjob01 + created_at: 2014-10-15 12:00:00 + owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x + log: ~ + repository: foo + script: hash + script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577 + state: Complete + # 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_20_pipelines_and_20_jobs -<% for i in 1..20 do %> -job_<%=i%>_of_20: +# jobs in project_with_2_pipelines_and_200_jobs +<% for i in 1..200 do %> +job_<%=i%>_of_200: uuid: zzzzz-8i9sb-0vsrcqi7whch<%= i.to_s.rjust(3, '0') %> - created_at: 2014-09-01 12:00:00 - owner_uuid: zzzzz-j7d0g-20jobspipelines + created_at: <%= i.minute.ago.to_s(:db) %> + owner_uuid: zzzzz-j7d0g-nnjobspipelines script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250 state: Complete <% end %>