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