From 4d188c72ee16c4cb65ced1e97f0b21e6fd77030c Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 6 Jul 2023 13:24:15 -0700 Subject: [PATCH] Disabling this step --- .github/workflows/tests.yaml | 68 +++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a44b72f81262c8..a092f4bc3ed108 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -211,22 +211,23 @@ jobs: --bridge-app ./out/linux-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \ " - - name: Run Tests using the python parser sending commands to chip-tool - run: | - ./scripts/run_in_build_env.sh \ - "./scripts/tests/run_test_suite.py \ - --runner chip_tool_python \ - --chip-tool ./out/linux-x64-chip-tool${CHIP_TOOL_VARIANT}-${BUILD_VARIANT}/chip-tool \ - run \ - --iterations 1 \ - --test-timeout-seconds 120 \ - --all-clusters-app ./out/linux-x64-all-clusters-${BUILD_VARIANT}/chip-all-clusters-app \ - --lock-app ./out/linux-x64-lock-${BUILD_VARIANT}/chip-lock-app \ - --ota-provider-app ./out/linux-x64-ota-provider-${BUILD_VARIANT}/chip-ota-provider-app \ - --ota-requestor-app ./out/linux-x64-ota-requestor-${BUILD_VARIANT}/chip-ota-requestor-app \ - --tv-app ./out/linux-x64-tv-app-${BUILD_VARIANT}/chip-tv-app \ - --bridge-app ./out/linux-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \ - " + # https://github.com/project-chip/connectedhomeip/issues/27673 + # - name: Run Tests using the python parser sending commands to chip-tool + # run: | + # ./scripts/run_in_build_env.sh \ + # "./scripts/tests/run_test_suite.py \ + # --runner chip_tool_python \ + # --chip-tool ./out/linux-x64-chip-tool${CHIP_TOOL_VARIANT}-${BUILD_VARIANT}/chip-tool \ + # run \ + # --iterations 1 \ + # --test-timeout-seconds 120 \ + # --all-clusters-app ./out/linux-x64-all-clusters-${BUILD_VARIANT}/chip-all-clusters-app \ + # --lock-app ./out/linux-x64-lock-${BUILD_VARIANT}/chip-lock-app \ + # --ota-provider-app ./out/linux-x64-ota-provider-${BUILD_VARIANT}/chip-ota-provider-app \ + # --ota-requestor-app ./out/linux-x64-ota-requestor-${BUILD_VARIANT}/chip-ota-requestor-app \ + # --tv-app ./out/linux-x64-tv-app-${BUILD_VARIANT}/chip-tv-app \ + # --bridge-app ./out/linux-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \ + # " - name: Run Tests using chip-repl (skip slow) if: github.event_name == 'pull_request' @@ -349,23 +350,24 @@ jobs: --bridge-app ./out/darwin-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \ " - - name: Run Tests using the python parser sending commands to chip-tool - run: | - ./scripts/run_in_build_env.sh \ - "./scripts/tests/run_test_suite.py \ - --runner chip_tool_python \ - --chip-tool ./out/darwin-x64-chip-tool${CHIP_TOOL_VARIANT}-${BUILD_VARIANT}/chip-tool \ - --target-skip-glob '{Test_TC_DGTHREAD_2_1,Test_TC_DGTHREAD_2_2,Test_TC_DGTHREAD_2_3,Test_TC_DGTHREAD_2_4}' \ - run \ - --iterations 1 \ - --test-timeout-seconds 120 \ - --all-clusters-app ./out/darwin-x64-all-clusters-${BUILD_VARIANT}/chip-all-clusters-app \ - --lock-app ./out/darwin-x64-lock-${BUILD_VARIANT}/chip-lock-app \ - --ota-provider-app ./out/darwin-x64-ota-provider-${BUILD_VARIANT}/chip-ota-provider-app \ - --ota-requestor-app ./out/darwin-x64-ota-requestor-${BUILD_VARIANT}/chip-ota-requestor-app \ - --tv-app ./out/darwin-x64-tv-app-${BUILD_VARIANT}/chip-tv-app \ - --bridge-app ./out/darwin-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \ - " + # https://github.com/project-chip/connectedhomeip/issues/27673 + # - name: Run Tests using the python parser sending commands to chip-tool + # run: | + # ./scripts/run_in_build_env.sh \ + # "./scripts/tests/run_test_suite.py \ + # --runner chip_tool_python \ + # --chip-tool ./out/darwin-x64-chip-tool${CHIP_TOOL_VARIANT}-${BUILD_VARIANT}/chip-tool \ + # --target-skip-glob '{Test_TC_DGTHREAD_2_1,Test_TC_DGTHREAD_2_2,Test_TC_DGTHREAD_2_3,Test_TC_DGTHREAD_2_4}' \ + # run \ + # --iterations 1 \ + # --test-timeout-seconds 120 \ + # --all-clusters-app ./out/darwin-x64-all-clusters-${BUILD_VARIANT}/chip-all-clusters-app \ + # --lock-app ./out/darwin-x64-lock-${BUILD_VARIANT}/chip-lock-app \ + # --ota-provider-app ./out/darwin-x64-ota-provider-${BUILD_VARIANT}/chip-ota-provider-app \ + # --ota-requestor-app ./out/darwin-x64-ota-requestor-${BUILD_VARIANT}/chip-ota-requestor-app \ + # --tv-app ./out/darwin-x64-tv-app-${BUILD_VARIANT}/chip-tv-app \ + # --bridge-app ./out/darwin-x64-bridge-${BUILD_VARIANT}/chip-bridge-app \ + # " - name: Uploading core files uses: actions/upload-artifact@v3