From d5d6f7e816cf0e2ec8c84dfed92d196644a1614e Mon Sep 17 00:00:00 2001 From: Evgeny Torbin Date: Tue, 30 Jan 2024 15:10:13 +0100 Subject: [PATCH] fix: echo flash result, temporary disable esp32c6 --- .github/workflows/hil.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index f10952bd..6429a853 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -29,8 +29,8 @@ jobs: target: xtensa-esp32-none-elf - mcu: esp32c3 target: riscv32imc-unknown-none-elf - - mcu: esp32c6 - target: riscv32imac-unknown-none-elf + # - mcu: esp32c6 + # target: riscv32imac-unknown-none-elf - mcu: esp32h2 target: riscv32imac-unknown-none-elf - mcu: esp32s2 @@ -98,7 +98,8 @@ jobs: runs-on: [self-hosted, linux, x64, "${{ matrix.board }}" ] strategy: matrix: - board: [esp32, esp32c3, esp32c6, esp32h2, esp32s2, esp32s3] + # board: [esp32, esp32c3, esp32c6, esp32h2, esp32s2, esp32s3] + board: [esp32, esp32c3, esp32h2, esp32s2, esp32s3] fail-fast: false steps: - uses: actions/checkout@v4 @@ -136,6 +137,7 @@ jobs: shell: 'script -qec "bash {0}"' run: | result=$(timeout 20s espflash_app/espflash flash --monitor ${{ env.ESPFLASH_APP }} 2>&1) + echo "$result" ret=$? if [[ $ret -eq 124 ]]; then