Skip to content

Commit

Permalink
Switch to f1 machine type in Sem (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey authored Aug 19, 2024
1 parent 7db1dfd commit 8114e74
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .semaphore/clean_up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ execution_time_limit:

agent:
machine:
type: e1-standard-2
type: f1-standard-2
os_image: ubuntu2004

blocks:
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/clear_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ execution_time_limit:

agent:
machine:
type: e1-standard-2
type: f1-standard-2
os_image: ubuntu2004

blocks:
Expand Down
4 changes: 2 additions & 2 deletions .semaphore/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'"
when: "result = 'passed'"
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ auto_cancel:

agent:
machine:
type: e1-standard-2
type: f1-standard-2
os_image: ubuntu2004
global_job_config:
secrets:
Expand Down Expand Up @@ -137,7 +137,7 @@ blocks:
task:
agent:
machine:
type: e1-standard-4
type: f1-standard-2
os_image: ubuntu2004
jobs:
- name: Run FVs
Expand Down

0 comments on commit 8114e74

Please sign in to comment.