Skip to content

Commit 10a8817

Browse files
committed
Test disk space optimization
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 19e4daa commit 10a8817

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/list_components.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- uses: actions/setup-python@v2
7373
with:
7474
python-version: '3.x'
75+
root-reserve-mb: 512
76+
swap-size-mb: 1024
77+
remove-dotnet: 'true'
7578
- name: Intel® AI Tools Toolkit
7679
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
7780
- name: Upload artifacts

scripts/list_components_linux_aitools.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ FILENAME=$2
99

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12-
pwd
13-
df -h /home
1412
./webimage.sh -b -p webimage_extracted
1513
rm -rf webimage.sh
16-
ls webimage_extracted/bin
1714
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
1815
installer_exit_code=$?
1916
conda env list > "$FILENAME"

0 commit comments

Comments
 (0)