Skip to content

Commit

Permalink
Test disk space optimization
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 19e4daa commit 10a8817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.x'
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
- 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
3 changes: 0 additions & 3 deletions scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ FILENAME=$2

curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
chmod +x webimage.sh
pwd
df -h /home
./webimage.sh -b -p webimage_extracted
rm -rf webimage.sh
ls webimage_extracted/bin
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
installer_exit_code=$?
conda env list > "$FILENAME"
Expand Down

0 comments on commit 10a8817

Please sign in to comment.