Merge branch 'master' into 10231-keep-cache-runtime-constraints
[arvados.git] / sdk / cwl / arvados_cwl / arvcontainer.py
index 1581d20d2f62920a5259fe936248900966947ccb..c2029b965b4f3b5173bcd981a67ff8bf3c809d3d 100644 (file)
@@ -97,7 +97,7 @@ class ArvadosContainer(object):
 
         runtime_req, _ = get_feature(self, "http://arvados.org/cwl#RuntimeConstraints")
         if runtime_req:
-            logger.warn("RuntimeConstraints not yet supported by container API")
+            runtime_constraints["keep_cache_ram"] = runtime_req["keep_cache"]
 
         partition_req, _ = get_feature(self, "http://arvados.org/cwl#PartitionRequirement")
         if partition_req: