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

CI: Run Linux arm64 tests only once a week on arm1.small instance at AWS CodeBuild #443

Closed
tatsuya6502 opened this issue Jul 14, 2024 · 0 comments
Milestone

Comments

@tatsuya6502
Copy link
Member

Related to #442.

For the record, I pushed this commit 36b49b4 to the main branch directly by mistake. I meant to push it to a topic branch and create a pull request.

The commit changed Linux arm64 tests as the followings to utilize the free tier of AWS CodeBuild:

  • Run the job only once a week by cron schedule.
    • Before this change, it was triggered on every git push.
  • Change the EC2 instance from arm1.medium (4 vCPUs, 8 GB RAM) to arm1.small (2 vCPUs, 3 GB RAM).

Pricing information of CodeBuild

Free Tier
The AWS CodeBuild free tier includes 100 total build minutes per month with the general1.small or arm1.small instance types using on-demand EC2. ...

On-Demand EC2 pricing
...
Region: Asia Pacific (Tokyo)

Compute instance type Memory vCPU Linux price per build minute
arm1.small 3 GB 2 $0.00425
arm1.medium 8 GiB 4 $0.009
@tatsuya6502 tatsuya6502 added this to the v0.12.9 milestone Jul 14, 2024
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

No branches or pull requests

1 participant