[ARVADOS] updated: 1.3.0-3202-g618360837
Git user
git at public.arvados.org
Mon Sep 28 20:51:10 UTC 2020
Summary of changes:
services/api/test/fixtures/containers.yml | 37 +++++++++++++++----------------
1 file changed, 18 insertions(+), 19 deletions(-)
via 61836083739dc61239f4598bcb1df1b33535293e (commit)
from 7f216ff34d499663a96c08433df5a94700e04e04 (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 61836083739dc61239f4598bcb1df1b33535293e
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Mon Sep 28 17:50:42 2020 -0300
16462: Fixes YAML syntax issue.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml
index a39baf9e9..33119684c 100644
--- a/services/api/test/fixtures/containers.yml
+++ b/services/api/test/fixtures/containers.yml
@@ -299,7 +299,7 @@ hasher_root:
started_at: 2020-09-28 15:04:34.644478
finished_at: 2020-09-28 15:05:15.309555
log: bda7d9bc74a751b41755114ba27c06d1+228
- environment:
+ environment:
cwd: /var/spool/cwl
command: ["arvados-cwl-runner","--local","--api=containers","--no-log-timestamps","--disable-validate","--eval-timeout=20","--thread-count=1","--enable-reuse","--collection-cache-size=256","--on-error=continue","/var/lib/cwl/workflow.json#main","/var/lib/cwl/cwl.input.json"]
output_path: /var/spool/cwl
@@ -309,7 +309,7 @@ hasher_root:
API: true
keep_cache_ram: 268435456
ram: 1342177280
- vcpus:1
+ vcpus: 1
output: d6c69a88147dde9d52a418d50ef788df+123
container_image: 3a788efec8044cb001b2e335b4ac0ed4+261
priority: 562948352115839929
@@ -320,7 +320,7 @@ hasher_root:
runtime_status: {}
runtime_user_uuid: zzzzz-tpzed-vc3i168zly3djt8
runtime_auth_scopes: ["all"]
- runtime_token:
+ runtime_token:
lock_count: 1
hasher_hasher1:
@@ -347,19 +347,19 @@ hasher_hasher1:
vcpus: 4
output: c2b231b7faa0f013ef36680f79a42803+62
container_image: 3a788efec8044cb001b2e335b4ac0ed4+261
- progress:
+ progress:
priority: 562948352115839929
updated_at: 2020-09-28 15:04:40.75119
exit_code: 0
- auth_uuid:
- locked_by_uuid:
- scheduling_parameters:
+ auth_uuid:
+ locked_by_uuid:
+ scheduling_parameters:
secret_mounts: {}
secret_mounts_md5: 99914b932bd37a50b983c5e7c90ae93b
runtime_status: {}
runtime_user_uuid: zzzzz-tpzed-vc3i168zly3djt8
runtime_auth_scopes: ["all"]
- runtime_token:
+ runtime_token:
lock_count: 1
hasher_hasher2:
@@ -386,19 +386,19 @@ hasher_hasher2:
vcpus: 2
output: e38398fd9da7d50a4bb5664d730dc8d9+62
container_image: 3a788efec8044cb001b2e335b4ac0ed4+261
- progress:
+ progress:
priority: 562948352115839929
updated_at: 2020-09-28 15:04:52.794806
exit_code: 0
- auth_uuid:
- locked_by_uuid:
- scheduling_parameters:
+ auth_uuid:
+ locked_by_uuid:
+ scheduling_parameters:
secret_mounts: {}
secret_mounts_md5: 99914b932bd37a50b983c5e7c90ae93b
runtime_status: {}
runtime_user_uuid: zzzzz-tpzed-vc3i168zly3djt8
runtime_auth_scopes: ["all"]
- runtime_token:
+ runtime_token:
lock_count: 1
hasher_hasher3:
@@ -425,18 +425,17 @@ hasher_hasher3:
vcpus: 1
output: 5d08095b159f8209576c3f2d825a7c7e+62
container_image: 3a788efec8044cb001b2e335b4ac0ed4+261
- progress:
+ progress:
priority: 562948352115839929
updated_at: 2020-09-28 15:05:04.793912
exit_code: 0
- auth_uuid:
- locked_by_uuid:
- scheduling_parameters:
+ auth_uuid:
+ locked_by_uuid:
+ scheduling_parameters:
secret_mounts: {}
secret_mounts_md5: 99914b932bd37a50b983c5e7c90ae93b
runtime_status: {}
runtime_user_uuid: zzzzz-tpzed-vc3i168zly3djt8
runtime_auth_scopes: ["all"]
- runtime_token:
+ runtime_token:
lock_count: 1
-
\ No newline at end of file
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list