Skip to content

Commit

Permalink
ci: disable allow-failure for 5.3 and 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sobuch committed Dec 19, 2024
1 parent f65f03d commit f3ba3e3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,14 @@
.tests_armhf_v5.4.x_template:
extends: .tests_armhf_template
stage: test_idf5.4.x
allow_failure: true
image: $CI_DOCKER_REGISTRY/target-test-env-v5.4:1
inherit:
default:
- interruptible
# Dont retry
variables:
CHIP_TEST_TOOLCHAIN: "xtensa-${CHIP_NAME}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_4X_XTENSA_GDB_TOOLCHAIN}"
TOOLCHAIN_PREFIX: "xtensa-esp"
ESP_TOOLCHAIN: "${ESP_V5_4X_TOOLCHAIN_VER}"
TEST_RUN_DIR: "build_test_app_${CHIP_NAME}_idf5.4.x"
IDF_RELEASE_TAG: "${TEST_APP_IDF5_4_X_RELEASE_TAG}"
TEST_RUN_RETRY: "" # Dont retry
TEST_RUN_COMMON_ARGS: "-e *.*.test_big_binary *.*.test_big_binary_compressed"

.tests_arm64_v5.4.x_template:
Expand All @@ -130,20 +124,14 @@
.tests_armhf_v5.3.x_template:
extends: .tests_armhf_template
stage: test_idf5.3.x
allow_failure: true
image: $CI_DOCKER_REGISTRY/target-test-env-v5.3:1
inherit:
default:
- interruptible
# Dont retry
variables:
CHIP_TEST_TOOLCHAIN: "xtensa-${CHIP_NAME}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_3X_XTENSA_GDB_TOOLCHAIN}"
TOOLCHAIN_PREFIX: "xtensa-esp"
ESP_TOOLCHAIN: "${ESP_V5_3X_TOOLCHAIN_VER}"
TEST_RUN_DIR: "build_test_app_${CHIP_NAME}_idf5.3.x"
IDF_RELEASE_TAG: "${TEST_APP_IDF5_3_X_RELEASE_TAG}"
TEST_RUN_RETRY: "" # Dont retry
TEST_RUN_COMMON_ARGS: "-e *.*.test_big_binary *.*.test_big_binary_compressed"

.tests_arm64_v5.3.x_template:
Expand Down

0 comments on commit f3ba3e3

Please sign in to comment.