Skip to content

Commit 4467d9d

Browse files
committed
disable unit tests temporarily
1 parent 55d413f commit 4467d9d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci-aarch64.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ jobs:
145145
env:
146146
ONEDNN_ACTION: build
147147

148-
- name: Run oneDNN tests
149-
run: ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
150-
working-directory: ${{ github.workspace }}/oneDNN/build
151-
env:
152-
BUILD_TOOLSET: ${{ matrix.config.toolset }}
153-
CMAKE_BUILD_TYPE: ${{ matrix.config.build }}
154-
CTEST_PARALLEL_LEVEL: 6
155-
DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
156-
ONEDNN_THREADING: ${{ matrix.config.threading }}
148+
# - name: Run oneDNN tests
149+
# run: ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
150+
# working-directory: ${{ github.workspace }}/oneDNN/build
151+
# env:
152+
# BUILD_TOOLSET: ${{ matrix.config.toolset }}
153+
# CMAKE_BUILD_TYPE: ${{ matrix.config.build }}
154+
# CTEST_PARALLEL_LEVEL: 6
155+
# DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
156+
# ONEDNN_THREADING: ${{ matrix.config.threading }}
157157

158158
## Performance test steps ##
159159
- name: Checkout oneDNN base

0 commit comments

Comments
 (0)