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

Update runs-on machine families #47

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Update runs-on machine families #47

merged 1 commit into from
Jan 10, 2025

Conversation

MahdiBM
Copy link
Collaborator

@MahdiBM MahdiBM commented Jan 10, 2025

looking at prices, for hourly on-demand pricing the prices are:

c7gn: $0.1248
c7g: $0.07230
c8g: $0.07948

As you can see c7gn is pricier, and considering our setting of spot: lowest-price, it'll most usually just use c7g, currently.
So currently the preference runs-on would have (i'd assume) is: c7g spot, or c7g on-demand, and it will basically never use c7gn.
With this PR, the preference will be: c7g spot, c8g spot, c7g on-demand, and it will likely never use c8g on-demand, but that's still an option.

@MahdiBM MahdiBM requested a review from gwynne as a code owner January 10, 2025 15:30
@gwynne gwynne merged commit c00c52c into vapor:main Jan 10, 2025
11 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