Free disk space for ui tests (#10225)

* Free disk space for ui tests

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Rollback space free

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Add free space action

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Remove temp

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix free space

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Add space check

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Free temp only

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Check root space

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Extened cleanup

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Do not remove temp

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-11-18 14:54:43 +07:00
committed by GitHub
parent 1cd34ea353
commit f75296e8fa
2 changed files with 25 additions and 2 deletions
+8 -2
View File
@@ -240,7 +240,8 @@ jobs:
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Free space
uses: ./.github/actions/free-disk-space
- name: Docker Build
run: node common/scripts/install-run-rush.js docker
env:
@@ -371,7 +372,8 @@ jobs:
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Free space
uses: ./.github/actions/free-disk-space
- name: Docker Build
run: node common/scripts/install-run-rush.js docker
env:
@@ -467,6 +469,8 @@ jobs:
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Free space
uses: ./.github/actions/free-disk-space
- name: Docker Build
run: node common/scripts/install-run-rush.js docker
env:
@@ -549,6 +553,8 @@ jobs:
with:
username: hardcoreeng
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Free space
uses: ./.github/actions/free-disk-space
- name: Docker Build
run: node common/scripts/install-run-rush.js docker
env: