Skip to content

Commit 9f60c0b

Browse files
committed
try to updatte GHA
1 parent 86bf213 commit 9f60c0b

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
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 }}

.github/workflows/task-unit-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
NAME="$(echo $NAME | sed -e 's/[":\/\\<>\|*?]/_/g')" # Replace invalid characters with underscores
6666
echo "name=$NAME" >> $GITHUB_OUTPUT
6767
68-
- name: Clean up disk space
69-
run: |
70-
sudo apt-get clean
71-
docker system prune -af || true
72-
rm -rf $HOME/.cache || true
73-
df -h
68+
# - name: Clean up disk space
69+
# run: |
70+
# sudo apt-get clean
71+
# docker system prune -af || true
72+
# rm -rf $HOME/.cache || true
73+
# df -h
7474
- name: unit tests
7575
run: make unit_test
7676
- name: valgrind

0 commit comments

Comments
 (0)