Skip to content

Commit

Permalink
Test free space wa
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Apr 1, 2024
1 parent 10a8817 commit 81a983d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
python-version: '3.x'
- name: Intel® AI Tools Toolkit
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
- name: Upload artifacts
Expand Down
6 changes: 6 additions & 0 deletions scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ FILENAME=$2

curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
chmod +x webimage.sh
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
./webimage.sh -b -p webimage_extracted
rm -rf webimage.sh
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
Expand Down

0 comments on commit 81a983d

Please sign in to comment.