Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support image selectable (pool-agent) #48

Merged
merged 8 commits into from
Dec 17, 2024

Conversation

gamoutatsumi
Copy link
Contributor

@gamoutatsumi gamoutatsumi commented Nov 15, 2024

part of #44

changess:

  • add support multiple runner image
  • fix broken disabled flavor handling

@gamoutatsumi gamoutatsumi marked this pull request as ready for review November 18, 2024 04:52
@gamoutatsumi gamoutatsumi force-pushed the image_selectable_pool_agent branch 2 times, most recently from 537d805 to 284e8aa Compare November 20, 2024 01:09
@gamoutatsumi gamoutatsumi force-pushed the image_selectable_pool_agent branch from 2207e30 to 8c48316 Compare December 12, 2024 02:03
@gamoutatsumi gamoutatsumi force-pushed the image_selectable_pool_agent branch from 8c48316 to b592f26 Compare December 13, 2024 09:17
for version, config := range a.Config {
toDelete := []string{}
for rtName, rt := range a.ResourceTypesMap {
current := a.countPooledInstances(s, rtName, version)
Copy link
Owner

@whywaita whywaita Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this loop is too big. We need to refactor it (e.g. split function for testable)

@whywaita whywaita merged commit e74f6b0 into whywaita:master Dec 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants