grim/convey

Add back the old --cpu-shares argument

2021-12-22, Gary Kramlich
25adcc3509c2
Add back the old --cpu-shares argument
default-plan: everything
tasks:
one:
type: docker/run
image: alpine:edge
command: echo one
two:
type: docker/run
image: alpine:edge
command: echo two
plans:
plan1:
stages:
- tasks:
- one
plan2:
stages:
- tasks:
- two
meta-plans:
default:
plans:
- plan1
- plan2