Skip to content

Commit

Permalink
Disable imx docker CI check step because it always fails with no spac…
Browse files Browse the repository at this point in the history
…e left on device (project-chip#22050)
  • Loading branch information
andy31415 authored and isiu-apple committed Sep 16, 2022
1 parent 92eb0ad commit 4661bb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker_img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ jobs:
- "-esp32"
- "-esp32-qemu"
- "-infineon"
- "-imx"
# NOTE: imx image requires too much space for GitHub-hosted runners. It fails with:
# ```
# ....
# ApplyLayer exit status 1 stdout: stderr: write /opt/fsl-imx-xwayland/5.15-kirkstone/sysroots/armv8a-poky-linux/opt/ltp/testcases/bin/fanotify15: no space left on device
# ```
# - "-imx"
- "-k32w"
- "-mbed-os"
- "-nrf-platform"
Expand Down

0 comments on commit 4661bb0

Please sign in to comment.