Skip to content

Commit

Permalink
Run on custom AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent f485a36 commit 20622e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cirun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ runners:
cloud: "aws"
region: us-east-1
instance_type: "t3.large"
# Ubuntu-22.04, ami image
machine_image: "ami-0c7217cdde317cfec"
# Ubuntu-22.04, ami image -> Created via EC2 Image Builder: https://us-east-1.console.aws.amazon.com/imagebuilder/home?region=us-east-1#/viewPipelines
machine_image: "ami-0dac1a7772e1ccf34"
preemptible: true
labels:
- "cirun-aws-runner"
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
group: test-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Set up Docker on cirun.io Runner
uses: docker/setup-buildx-action@v2
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
Expand Down

0 comments on commit 20622e4

Please sign in to comment.