Skip to content

Commit b6e1b40

Browse files
committed
move test to debug
1 parent a231b7a commit b6e1b40

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/trunk.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,29 @@ jobs:
666666
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
667667
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ${{ matrix.model }} "cmake" "qnn"
668668
669+
backend-test-linux:
670+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
671+
strategy:
672+
fail-fast: false
673+
matrix:
674+
flow: [
675+
qnn, qnn_16a16w, qnn_16a8w, qnn_16a4w, qnn_16a4w_block, qnn_8a8w,
676+
vulkan, vulkan_static_int8_per_channel,
677+
xnnpack, xnnpack_dynamic_int8_per_channel, xnnpack_static_int8_per_channel, xnnpack_static_int8_per_tensor
678+
]
679+
suite: [models, operators]
680+
with:
681+
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
682+
runner: linux.4xlarge.memory
683+
docker-image: ci-image:executorch-ubuntu-22.04-clang12
684+
submodules: recursive
685+
timeout: 120
686+
upload-artifact: test-report-${{ matrix.flow }}-${{ matrix.suite }}
687+
script: |
688+
set -eux
689+
690+
source .ci/scripts/test_backend_linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"
691+
669692
test-models-macos-coreml:
670693
name: test-models-macos-coreml
671694
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main

0 commit comments

Comments
 (0)