Skip to content

Commit

Permalink
Add clean step to fmos-ci-self-test (zephyrproject-rtos#18)
Browse files Browse the repository at this point in the history
Add post run clean step to short term fix the disk space leakage issue.

Signed-off-by: Connor Graydon <[email protected]>

Signed-off-by: Connor Graydon <[email protected]>
  • Loading branch information
cjgraydon authored Aug 31, 2022
1 parent 5780a00 commit f23bd56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/fmos-ci-self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
token: ${{ secrets.token }}
- name: run 1rtos-ci twister wrapper with batch options
run: /opt/1rtos/container-api.sh 1rtos-ci $GITHUB_WORKSPACE ${{ matrix.batch }} ${{ matrix.batch_total }}
- name: post clean
if: always()
run: |
shopt -s dotglob
rm -rf twister*

0 comments on commit f23bd56

Please sign in to comment.