Merge pull request #2 from toni-moreno/fix_add_shm_size_option_to_docker_runner

adds shm_size yaml option to steps and services
This commit is contained in:
ashwilliams1
2019-12-10 07:25:30 -08:00
committed by GitHub

View File

@@ -101,7 +101,7 @@ type (
Pull string `json:"pull,omitempty"` Pull string `json:"pull,omitempty"`
Settings map[string]*manifest.Parameter `json:"settings,omitempty"` Settings map[string]*manifest.Parameter `json:"settings,omitempty"`
Shell string `json:"shell,omitempty"` Shell string `json:"shell,omitempty"`
ShmSize manifest.BytesSize `json:"shm_size,omitempty"` ShmSize manifest.BytesSize `json:"shm_size,omitempty" yaml:"shm_size"`
User string `json:"user,omitempty"` User string `json:"user,omitempty"`
Volumes []*VolumeMount `json:"volumes,omitempty"` Volumes []*VolumeMount `json:"volumes,omitempty"`
When manifest.Conditions `json:"when,omitempty"` When manifest.Conditions `json:"when,omitempty"`