From 1285800288b866ffa33377e7a03e0f422e6162df Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 2 Aug 2024 13:03:11 -0400 Subject: [PATCH] Disable the tizen qemu job (#34737) Co-authored-by: Andrei Litvin --- .github/workflows/qemu.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 6dff2dadc3d533..be2320f975beae 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -75,7 +75,12 @@ jobs: name: Tizen runs-on: ubuntu-latest - if: github.actor != 'restyled-io[bot]' + # NOTE: job temporarely disabled as it seems flaky. The flake does not result in usable + # logs so the current theory is that we run out of space. This is unusual as + # larger docker images succeed at bootstrap, however it needs more investigation + # to detect an exact/real root cause. + if: false + # if: github.actor != 'restyled-io[bot]' container: image: ghcr.io/project-chip/chip-build-tizen-qemu:54