[ARVADOS] updated: fb2ee4033abfae93e8f9a9af367569e7f4fa3793
git at public.curoverse.com
git at public.curoverse.com
Tue Oct 28 13:18:07 EDT 2014
Summary of changes:
services/api/test/fixtures/jobs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via fb2ee4033abfae93e8f9a9af367569e7f4fa3793 (commit)
from cbc29982e30fd776c194c47dc584710ff1b340c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit fb2ee4033abfae93e8f9a9af367569e7f4fa3793
Author: radhika <radhika at curoverse.com>
Date: Tue Oct 28 13:16:43 2014 -0400
4091: update jobs fixture to set same created_at timestamp for some of the jobs.
diff --git a/services/api/test/fixtures/jobs.yml b/services/api/test/fixtures/jobs.yml
index 6ad6443..718cfcd 100644
--- a/services/api/test/fixtures/jobs.yml
+++ b/services/api/test/fixtures/jobs.yml
@@ -302,8 +302,8 @@ job_in_subproject:
# jobs in project_with_2_pipelines_and_100_jobs
<% for i in 1..100 do %>
job_<%=i%>_of_100:
- uuid: zzzzz-8i9sb-0vsrcqi7whch<%= i.to_s.rjust(3, '0') %>
- created_at: <%= i.minute.ago.to_s(:db) %>
+ uuid: zzzzz-8i9sb-oneof100jobs<%= i.to_s.rjust(3, '0') %>
+ created_at: <%= ((i+5)/5).minute.ago.to_s(:db) %>
owner_uuid: zzzzz-j7d0g-nnjobspipelines
script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
state: Complete
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list