Skip to content

Commit 65c388a

Browse files
andy31415andreilitvin
andauthoredAug 2, 2024··
Disable the tizen qemu job (#34737)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent d139a42 commit 65c388a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/workflows/qemu.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ jobs:
7575
name: Tizen
7676

7777
runs-on: ubuntu-latest
78-
if: github.actor != 'restyled-io[bot]'
78+
# NOTE: job temporarely disabled as it seems flaky. The flake does not result in usable
79+
# logs so the current theory is that we run out of space. This is unusual as
80+
# larger docker images succeed at bootstrap, however it needs more investigation
81+
# to detect an exact/real root cause.
82+
if: false
83+
# if: github.actor != 'restyled-io[bot]'
7984

8085
container:
8186
image: ghcr.io/project-chip/chip-build-tizen-qemu:54

0 commit comments

Comments
 (0)
Please sign in to comment.