We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f82211 commit 1813863Copy full SHA for 1813863
.github/workflows/qemu.yaml
@@ -27,7 +27,7 @@ concurrency:
27
28
env:
29
CHIP_NO_LOG_TIMESTAMPS: true
30
-
+
31
jobs:
32
33
qemu-esp32:
@@ -75,12 +75,7 @@ jobs:
75
name: Tizen
76
77
runs-on: ubuntu-latest
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]'
+ if: github.actor != 'restyled-io[bot]'
84
85
container:
86
image: ghcr.io/project-chip/chip-build-tizen-qemu:54
0 commit comments