diff --git a/.github/workflows/cpp-post-commit.yaml b/.github/workflows/cpp-post-commit.yaml index 9d237400bbbb..fb3d6e14e1ee 100644 --- a/.github/workflows/cpp-post-commit.yaml +++ b/.github/workflows/cpp-post-commit.yaml @@ -56,10 +56,10 @@ jobs: # {name: user kernel path, cmd: "rm -rf /tmp/kernels && TT_METAL_KERNEL_PATH=/tmp/kernels ./build/test/tt_metal/unit_tests_api_${{ inputs.arch }} --gtest_filter=CompileProgramWithKernelPathEnvVarFixture.*"}, # {name: api, cmd: "./build/test/tt_metal/unit_tests_api_${{ inputs.arch }}"}, - {name: debug_tools, cmd: "./build/test/tt_metal/unit_tests_debug_tools_${{ inputs.arch }}"}, + # {name: debug_tools, cmd: "./build/test/tt_metal/unit_tests_debug_tools_${{ inputs.arch }}"}, # {name: device, cmd: "./build/test/tt_metal/unit_tests_device"}, # {name: dispatch, cmd: "./build/test/tt_metal/unit_tests_dispatch"}, - {name: eth, cmd: "./build/test/tt_metal/unit_tests_eth_${{ inputs.arch }}"}, + # {name: eth, cmd: "./build/test/tt_metal/unit_tests_eth_${{ inputs.arch }}"}, # {name: llk, cmd: "./build/test/tt_metal/unit_tests_llk"}, # {name: stl, cmd: "./build/test/tt_metal/unit_tests_stl"}, # {name: distributed, cmd: "./build/test/tt_metal/distributed/distributed_unit_tests_${{ inputs.arch }}"}, diff --git a/.github/workflows/ttnn-post-commit.yaml b/.github/workflows/ttnn-post-commit.yaml index 49e577892831..6a44cc8100cb 100644 --- a/.github/workflows/ttnn-post-commit.yaml +++ b/.github/workflows/ttnn-post-commit.yaml @@ -78,8 +78,8 @@ jobs: - name: ttnn fast runtime off cmd: pytest tests/ttnn/unit_tests -xv -m requires_fast_runtime_mode_off fast_runtime_mode_off: true - # - name: ttnn example tests - # cmd: ./tests/scripts/run_ttnn_examples.sh + - name: ttnn example tests + cmd: ./tests/scripts/run_ttnn_examples.sh name: ${{ matrix.test-group.name }} ${{ inputs.arch }} ${{ inputs.runner-label }} env: LOGURU_LEVEL: INFO