Skip to content

Commit

Permalink
chore(ci): update cpu aws ami and install git-lfs
Browse files Browse the repository at this point in the history
Several network errors occurred while trying to install git-lfs
from within backward compatibility tests workflow. Having git-lfs
installed directly in the Amazon Machine Image fix this issue.
  • Loading branch information
soonum committed Feb 25, 2025
1 parent 0216e64 commit 486ec9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/aws_tfhe_backward_compat_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ jobs:
with:
toolchain: stable

- name: Install git-lfs
run: |
sudo apt update && sudo apt -y install git-lfs
- name: Use specific data branch
if: ${{ contains(github.event.pull_request.labels.*.name, 'data_PR') }}
env:
Expand Down
4 changes: 2 additions & 2 deletions ci/slab.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[backend.aws.cpu-big]
region = "eu-west-3"
image_id = "ami-0cd5012d17ae64070"
image_id = "ami-026259079be0efbca"
instance_type = "m6i.32xlarge"
user = "ubuntu"

Expand All @@ -12,7 +12,7 @@ user = "ubuntu"

[backend.aws.cpu-small]
region = "eu-west-3"
image_id = "ami-0cd5012d17ae64070"
image_id = "ami-026259079be0efbca"
instance_type = "m6i.4xlarge"
user = "ubuntu"

Expand Down

0 comments on commit 486ec9f

Please sign in to comment.