From 8114e743884293167dbc346afc87deeb70ae0c06 Mon Sep 17 00:00:00 2001 From: Daniel Fox Date: Mon, 19 Aug 2024 13:03:38 -0700 Subject: [PATCH] Switch to f1 machine type in Sem (#3467) --- .semaphore/clean_up.yml | 2 +- .semaphore/clear_cache.yml | 2 +- .semaphore/push_images.yml | 4 ++-- .semaphore/semaphore.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.semaphore/clean_up.yml b/.semaphore/clean_up.yml index f2296059ff..63482c0d27 100644 --- a/.semaphore/clean_up.yml +++ b/.semaphore/clean_up.yml @@ -6,7 +6,7 @@ execution_time_limit: agent: machine: - type: e1-standard-2 + type: f1-standard-2 os_image: ubuntu2004 blocks: diff --git a/.semaphore/clear_cache.yml b/.semaphore/clear_cache.yml index 624329b61b..3f6c2496bd 100644 --- a/.semaphore/clear_cache.yml +++ b/.semaphore/clear_cache.yml @@ -6,7 +6,7 @@ execution_time_limit: agent: machine: - type: e1-standard-2 + type: f1-standard-2 os_image: ubuntu2004 blocks: diff --git a/.semaphore/push_images.yml b/.semaphore/push_images.yml index fb3a155853..f70717e224 100644 --- a/.semaphore/push_images.yml +++ b/.semaphore/push_images.yml @@ -2,7 +2,7 @@ version: v1.0 name: Operator CD agent: machine: - type: e1-standard-4 + type: f1-standard-2 os_image: ubuntu2004 global_job_config: secrets: @@ -63,4 +63,4 @@ promotions: # We only auto promote if the cd has passed, because if it's failed we'll likely just want to run CD again, but if # we've cleared the cache it will take a long time. auto_promote: - when: "result = 'passed'" \ No newline at end of file + when: "result = 'passed'" diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 9f7a66814b..ef9af6f38f 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -12,7 +12,7 @@ auto_cancel: agent: machine: - type: e1-standard-2 + type: f1-standard-2 os_image: ubuntu2004 global_job_config: secrets: @@ -137,7 +137,7 @@ blocks: task: agent: machine: - type: e1-standard-4 + type: f1-standard-2 os_image: ubuntu2004 jobs: - name: Run FVs