Skip to content

Commit

Permalink
ci: update idf master tests tools
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed Nov 4, 2024
1 parent dac66ff commit d9a0e34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions .gitlab/ci/test-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,22 @@
.tests_sanitizers_master_template:
extends: .tests_sanitizers_template
stage: sanitizer_test_idf_master
image: $CI_DOCKER_REGISTRY/target-test-env-v5.4:1
image: $CI_DOCKER_REGISTRY/target-test-env-v5.5:1
before_script:
- pip install xmlrunner
- pip install pygdbmi==0.9.0.2
variables:
CHIP_TEST_TOOLCHAIN: "xtensa-${CHIP_NAME}"
TEST_RUN_DIR: "build_test_app_${CHIP_NAME}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_4X_XTENSA_GDB_TOOLCHAIN}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_5X_XTENSA_GDB_TOOLCHAIN}"
TOOLCHAIN_PREFIX: "xtensa-esp"
ESP_TOOLCHAIN: "${ESP_V5_4X_TOOLCHAIN_VER}"
ESP_TOOLCHAIN: "${ESP_V5_5X_TOOLCHAIN_VER}"

.tests_sanitizers_master_riscv_template:
extends: .tests_sanitizers_master_template
variables:
CHIP_TEST_TOOLCHAIN: "riscv32-esp"
ESP_GDB_TOOLCHAIN: "${ESP_V5_4X_RISCV_GDB_TOOLCHAIN}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_5X_RISCV_GDB_TOOLCHAIN}"
TOOLCHAIN_PREFIX: "riscv32-esp"

.tests_sanitizers_v5.2.x_template:
Expand Down
8 changes: 4 additions & 4 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
extends: .tests_armhf_template
stage: test_idf_master
allow_failure: true
image: $CI_DOCKER_REGISTRY/target-test-env-v5.4:1
image: $CI_DOCKER_REGISTRY/target-test-env-v5.5:1
inherit:
default:
- interruptible
# Dont retry
variables:
CHIP_TEST_TOOLCHAIN: "xtensa-${CHIP_NAME}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_4X_XTENSA_GDB_TOOLCHAIN}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_5X_XTENSA_GDB_TOOLCHAIN}"
TOOLCHAIN_PREFIX: "xtensa-esp"
ESP_TOOLCHAIN: "${ESP_V5_4X_TOOLCHAIN_VER}"
ESP_TOOLCHAIN: "${ESP_V5_5X_TOOLCHAIN_VER}"
TEST_RUN_DIR: "build_test_app_${CHIP_NAME}"
IDF_RELEASE_TAG: "latest"
TEST_RUN_RETRY: "" # Dont retry
Expand All @@ -74,7 +74,7 @@
extends: .tests_armhf_master_template
variables:
CHIP_TEST_TOOLCHAIN: "riscv32-esp"
ESP_GDB_TOOLCHAIN: "${ESP_V5_4X_RISCV_GDB_TOOLCHAIN}"
ESP_GDB_TOOLCHAIN: "${ESP_V5_5X_RISCV_GDB_TOOLCHAIN}"
TOOLCHAIN_PREFIX: "riscv32-esp"

.tests_arm64_master_riscv_template:
Expand Down

0 comments on commit d9a0e34

Please sign in to comment.