Skip to content

Commit 81a983d

Browse files
committed
Test free space wa
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 10a8817 commit 81a983d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/list_components.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ jobs:
7171
- uses: actions/checkout@v2
7272
- uses: actions/setup-python@v2
7373
with:
74-
python-version: '3.x'
75-
root-reserve-mb: 512
76-
swap-size-mb: 1024
77-
remove-dotnet: 'true'
74+
python-version: '3.x'
7875
- name: Intel® AI Tools Toolkit
7976
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
8077
- name: Upload artifacts

scripts/list_components_linux_aitools.sh

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

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12+
df -h
13+
sudo rm -rf /usr/share/dotnet
14+
sudo rm -rf /opt/ghc
15+
sudo rm -rf "/usr/local/share/boost"
16+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
17+
df -h
1218
./webimage.sh -b -p webimage_extracted
1319
rm -rf webimage.sh
1420
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base

0 commit comments

Comments
 (0)