8017: pass ram and vcpus runtime_constraints from Container to sbatch command.
[arvados.git] / services / api / test / fixtures / containers.yml
index 22004b401720366e8ab61d15cdd414b802d683b5..aa7ad314ff0c8712de4f0c31692cb0d304768cfd 100644 (file)
@@ -10,6 +10,9 @@ queued:
   output: test
   output_path: test
   command: ["echo", "hello"]
+  runtime_constraints:
+    ram: 12000000000
+    vcpus: 4
 
 completed:
   uuid: zzzzz-dz642-compltcontainer
@@ -23,3 +26,6 @@ completed:
   output: test
   output_path: test
   command: ["echo", "hello"]
+  runtime_constraints:
+    ram: 12000000000
+    vcpus: 4