From 36b2a787590860aab56cf5930fe759262441263d Mon Sep 17 00:00:00 2001 From: Song Guo Date: Tue, 15 Mar 2022 18:12:52 +0800 Subject: [PATCH] Remove test in build.yaml --- .github/workflows/build.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7fa8282c0a8cc7..96adb8ddc0364e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -271,14 +271,6 @@ jobs: run: | scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/chip-0.0-cp37-abi3-linux_x86_64.whl' scripts/run_in_build_env.sh '(cd src/controller/python/test/unit_tests/ && python3 -m unittest -v)' - - name: Build all clusters app for test - timeout-minutes: 50 - run: | - scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/all_clusters_debug chip_enable_wifi=false - - name: Run Python REPL API Tests - timeout-minutes: 5 - run: | - scripts/run_in_build_env.sh './scripts/tests/run_python_test.py --app chip-all-clusters-app --factoryreset -- -t 90 --disable-test ClusterObjectTests.TestTimedRequestTimeout' build_darwin: name: Build on Darwin (clang, python_lib, simulated)