feat: allow to configure the runner name
This commit is contained in:
parent
b2a22e1e79
commit
6af3025743
19 changed files with 571 additions and 5 deletions
|
|
@ -159,6 +159,7 @@ func (s *sqlDatabase) CreateOrganizationPool(ctx context.Context, orgId string,
|
|||
ProviderName: param.ProviderName,
|
||||
MaxRunners: param.MaxRunners,
|
||||
MinIdleRunners: param.MinIdleRunners,
|
||||
RunnerPrefix: param.RunnerPrefix,
|
||||
Image: param.Image,
|
||||
Flavor: param.Flavor,
|
||||
OSType: param.OSType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue