Skip to content

Commit d405bb9

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

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,6 @@ jobs:
3737
with:
3838
ref: ${{ github.sha }}
3939

40-
backend-test-linux:
41-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
42-
strategy:
43-
fail-fast: false
44-
matrix:
45-
flow: [
46-
qnn, qnn_16a16w, qnn_16a8w, qnn_16a4w, qnn_16a4w_block, qnn_8a8w,
47-
vulkan, vulkan_static_int8_per_channel,
48-
xnnpack, xnnpack_dynamic_int8_per_channel, xnnpack_static_int8_per_channel, xnnpack_static_int8_per_tensor
49-
]
50-
suite: [models, operators]
51-
with:
52-
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
53-
runner: linux.4xlarge.memory
54-
docker-image: ci-image:executorch-ubuntu-22.04-clang12
55-
submodules: recursive
56-
timeout: 120
57-
upload-artifact: test-report-${{ matrix.flow }}-${{ matrix.suite }}
58-
script: |
59-
set -eux
60-
61-
source .ci/scripts/test_backend_linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" "${RUNNER_ARTIFACT_DIR}"
62-
6340
backend-test-macos:
6441
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
6542
permissions:

.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)