From 20622e4c6a371bbdbafb19d2bf51914820d4e7bb Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Mon, 25 Dec 2023 14:07:38 -0500 Subject: [PATCH] Run on custom AMI --- .cirun.yml | 4 ++-- .github/workflows/tests.yml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.cirun.yml b/.cirun.yml index 8b3ce243..70c22f7f 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -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" \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6061636d..2071e399 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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