From ee02b8c6e5ccd571d7054a818b2a6f4c0043b2c0 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 3 Nov 2023 08:37:49 -0700 Subject: [PATCH] Remove paid runners (#2577) These aren't worth the cost for us at the moment -- they shave maybe 10-15% off the total CI time and the $$ would be better spent on dedicated servers which we can also use to run regression tests, etc. Screenshot 2023-11-02 at 2 21 21 PM --- .github/workflows/_elixir.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_elixir.yml b/.github/workflows/_elixir.yml index c21c6e0dc..c04cd358f 100644 --- a/.github/workflows/_elixir.yml +++ b/.github/workflows/_elixir.yml @@ -4,7 +4,7 @@ on: jobs: unit-test: - runs-on: ubuntu-22.04-firezone-4c + runs-on: ubuntu-22.04 defaults: run: working-directory: ./elixir @@ -321,7 +321,7 @@ jobs: acceptance-test: permissions: checks: write - runs-on: ubuntu-22.04-firezone-4c + runs-on: ubuntu-22.04 defaults: run: working-directory: ./elixir diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98730c78c..f4951f87d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # less overhead to keep things in GH actions. See work on building these # in GCP with Cloud Build: https://github.com/firezone/firezone/pull/2234 build-images: - runs-on: ubuntu-22.04-firezone-4c + runs-on: ubuntu-22.04 strategy: matrix: include: