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 workflow to spawn arm runner on demand #482

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

adnanhashmi09
Copy link
Contributor

@adnanhashmi09 adnanhashmi09 commented Jul 15, 2024

Linked Issue(s)

Acceptance Criteria fulfillment

  • Task 1
  • Task 2
  • Task 3

Proposed changes (including videos or screenshots)

Earlier our docker build for ARM was running in a self hosted ec2 machine which was always running and waiting for jobs. That wasn't very cost effective. So this PR spawns an EC2 machine in our infra using AMI id. It spawns it before building the docker images and then closes the instance when the build is complete.

Further comments

@adnanhashmi09 adnanhashmi09 merged commit 6ddeb26 into main Jul 16, 2024
6 checks passed
@adnanhashmi09 adnanhashmi09 deleted the ami-workflow branch July 16, 2024 14:24
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