diff --git a/.github/workflows/infra-generate-ccache-gap9.yml b/.github/workflows/infra-generate-ccache-gap9.yml index 8946311334..f9010adb1d 100644 --- a/.github/workflows/infra-generate-ccache-gap9.yml +++ b/.github/workflows/infra-generate-ccache-gap9.yml @@ -36,6 +36,7 @@ jobs: deactivate - name: Generate CCache for GAP9 + shell: bash run: | source /app/install/gap9-sdk/.gap9-venv/bin/activate source /app/install/gap9-sdk/configs/gap9_evk_audio.sh || true @@ -44,7 +45,7 @@ jobs: mkdir -p /app/.ccache export CCACHE_DIR=/app/.ccache pytest 'test_platforms.py::test_gap9_kernels[Kernels/Integer/Add/Regular]' --skipsim - pytest 'test_platforms.py::test_gap9_tiled_kernels_l2_singlebuffer[Kernels/Integer/Add/Large-5000-L2-singlebuffer]' --skipsim + pytest 'test_platforms.py::test_gap9_tiled_kernels_l2_singlebuffer[Kernels/Integer/MatMul/Regular-64000-L2-singlebuffer]' --skipsim deactivate - name: Clean and Upload CCache diff --git a/.github/workflows/infra-generate-ccache.yml b/.github/workflows/infra-generate-ccache.yml index e4d00ea911..bd6e2c7787 100644 --- a/.github/workflows/infra-generate-ccache.yml +++ b/.github/workflows/infra-generate-ccache.yml @@ -31,6 +31,7 @@ jobs: run: pip install -e . - name: Generate CCache + shell: bash run: | cd DeeployTest mkdir -p /app/.ccache diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ba1ac79d..d7124d7ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid ### List of Pull Requests +- Fix CI Cache Generation [#176](https://github.com/pulp-platform/Deeploy/pull/176) - Fix Broken CI [#175](https://github.com/pulp-platform/Deeploy/pull/175) - Improve Docstring and Debugging [#160](https://github.com/pulp-platform/Deeploy/pull/160) - Add GAP9 Container Support [#163](https://github.com/pulp-platform/Deeploy/pull/163) @@ -38,6 +39,8 @@ This file contains the changelog for the Deeploy project. The changelog is divid - Added @runwangdl as a code owner ### Fixed +- Add missing `shell: bash` directive to CI cache generation steps to ensure correct shell execution +- Fix wrong test case in GAP9 ccache workflow (`test_gap9_tiled_kernels_l2_singlebuffer` using `MatMul/Regular` instead of `Add/Large`) - Fix Docker flow to fetch `*.so` git lfs files - Downgrade `setuptools` to `81.0.0` - im2col buffer size in Conv1d template