Skip to content

Commit b0a5fd2

Browse files
committed
feat(ci): disable global allow_failed
1 parent 8261ea4 commit b0a5fd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab/ci/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
.build_examples_template: &build_examples_template
1414
<<: *build_template
15-
allow_failure: true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
1615
artifacts:
1716
when: always
1817
paths:
@@ -403,6 +402,7 @@ build_example_display_lcd_hdmi_video_renderer:
403402
- IMAGE: espressif/idf:release-v5.4
404403
variables:
405404
EXAMPLE_DIR: examples/display/lcd/hdmi_video_renderer
405+
allow_failure: true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
406406

407407
build_example_display_lcd_lcd_layer_blending:
408408
extends:
@@ -947,6 +947,7 @@ build_example_usb_host_usb_cdc_4g_module:
947947
- .build_idf_version_greater_equal_v5_0
948948
variables:
949949
EXAMPLE_DIR: examples/usb/host/usb_cdc_4g_module
950+
allow_failure: true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
950951

951952
build_example_usb_host_usb_cdc_basic:
952953
extends:
@@ -1208,6 +1209,7 @@ build_components_display_lcd_esp_lcd_nv3052_test_apps:
12081209
- IMAGE: espressif/idf:release-v5.3
12091210
variables:
12101211
EXAMPLE_DIR: components/display/lcd/esp_lcd_nv3052/test_apps
1212+
allow_failure: true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
12111213

12121214
build_components_display_lcd_esp_lcd_sh8601_test_apps:
12131215
extends:

0 commit comments

Comments
 (0)