Skip to content

Commit

Permalink
run ccl test only then all ttnn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlyTT committed Feb 24, 2025
1 parent 84465e2 commit ab1cb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ttnn-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab1cb69

Please sign in to comment.