feat: allow to configure the runner name

This commit is contained in:
Michael Kuhnt 2022-12-19 20:56:16 +01:00
parent b2a22e1e79
commit 6af3025743
No known key found for this signature in database
GPG key ID: 088DC1E2EDC5A631
19 changed files with 571 additions and 5 deletions

View file

@ -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,