Skip to content

Commit c761e6f

Browse files
[0.7] [MOD-10986] Fix ARM build disk space issue (#748)
[MOD-10986] Fix ARM build disk space issue (#746) * increase machine * even bigger machine? * try... * try2 * chnage machine * run cleanups * try to updatte GHA * try to increase volume * use 15gb revert unit * take 30 cause why not (cherry picked from commit 8c4e80c) Co-authored-by: meiravgri <109056284+meiravgri@users.noreply.github.com>
1 parent 2b1580f commit c761e6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/arm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
aws-region: ${{ secrets.AWS_REGION }}
1919
- name: Start EC2 runner
2020
id: start-ec2-runner
21-
uses: machulav/ec2-github-runner@v2
21+
uses: machulav/ec2-github-runner@v2.4.1
2222
with:
2323
mode: start
2424
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -27,6 +27,7 @@ jobs:
2727
ec2-instance-type: t4g.medium
2828
subnet-id: ${{ secrets.AWS_EC2_SUBNET_ID }}
2929
security-group-id: ${{ secrets.AWS_EC2_SG_ID }}
30+
ec2-volume-size: 30
3031

3132
arm:
3233
needs: start-runner # required to start the main job when the runner is ready
@@ -50,7 +51,7 @@ jobs:
5051
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5152
aws-region: ${{ secrets.AWS_REGION }}
5253
- name: Stop EC2 runner
53-
uses: machulav/ec2-github-runner@v2
54+
uses: machulav/ec2-github-runner@v2.4.1
5455
with:
5556
mode: stop
5657
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)