Allow to decide which tasks are going to be executed per playground (#218)

This commit is contained in:
Jonathan Leibiusky
2017-11-21 11:58:31 -03:00
committed by Marcos Nils
parent f22bf1b3da
commit 95e4aaa5f7
5 changed files with 163 additions and 11 deletions

View File

@@ -79,4 +79,5 @@ type Playground struct {
AllowWindowsInstances bool `json:"allow_windows_instances" bson:"allow_windows_instances"`
DefaultSessionDuration time.Duration `json:"default_session_duration" bson:"default_session_duration"`
Extras PlaygroundExtras `json:"extras" bson:"extras"`
Tasks []string `json:"tasks" bson:"tasks"`
}