10290: Add scheduling_parameters map to containers and container_requests, and move...
authorradhika <radhika@curoverse.com>
Fri, 11 Nov 2016 20:16:25 +0000 (15:16 -0500)
committerradhika <radhika@curoverse.com>
Tue, 15 Nov 2016 15:16:32 +0000 (10:16 -0500)
commit82fa37ac01169178f6a9b1c142926de7b50e8841
tree9e0aab11a5b7b5c52582b01232f0c5b9180088a2
parent0b5d04beb288175a285c36a38f255399dfe7d0d7
10290: Add scheduling_parameters map to containers and container_requests, and move partitions array out of runtime_constraints into this.
sdk/cwl/arvados_cwl/arvcontainer.py
sdk/cwl/tests/test_container.py
sdk/go/arvados/container.go
services/api/app/models/container.rb
services/api/app/models/container_request.rb
services/api/db/migrate/20161111143147_add_scheduling_parameters_to_container.rb [new file with mode: 0644]
services/api/db/structure.sql
services/api/test/unit/container_request_test.rb
services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go