@@ -13,32 +13,32 @@ concurrency:
1313 cancel-in-progress : true
1414
1515jobs :
16- test-qnn-wheel-packages-linux :
17- name : test-qnn-wheel-packages-linux
18- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
19- permissions :
20- id-token : write
21- contents : read
22- strategy :
23- fail-fast : false
24- matrix :
25- python-version : [ "3.10", "3.11", "3.12" ]
26- with :
27- runner : linux.2xlarge
28- docker-image : ci-image:executorch-ubuntu-22.04-qnn-sdk
29- submodules : ' recursive'
30- ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
31- timeout : 180
32- script : |
33- # The generic Linux job chooses to use base env, not the one setup by the image
34- CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
35- conda activate "${CONDA_ENV}"
16+ # test-qnn-wheel-packages-linux:
17+ # name: test-qnn-wheel-packages-linux
18+ # uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
19+ # permissions:
20+ # id-token: write
21+ # contents: read
22+ # strategy:
23+ # fail-fast: false
24+ # matrix:
25+ # python-version: [ "3.10", "3.11", "3.12" ]
26+ # with:
27+ # runner: linux.2xlarge
28+ # docker-image: ci-image:executorch-ubuntu-22.04-qnn-sdk
29+ # submodules: 'recursive'
30+ # ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
31+ # timeout: 180
32+ # script: |
33+ # # The generic Linux job chooses to use base env, not the one setup by the image
34+ # CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
35+ # conda activate "${CONDA_ENV}"
3636
37- # Create a clean env for each python version
38- conda create -y -n test_env_${{ matrix.python-version }} python=${{ matrix.python-version }}
39- conda activate test_env_${{ matrix.python-version }}
37+ # # Create a clean env for each python version
38+ # conda create -y -n test_env_${{ matrix.python-version }} python=${{ matrix.python-version }}
39+ # conda activate test_env_${{ matrix.python-version }}
4040
41- PYTHON_EXECUTABLE=python bash .ci/scripts/test_wheel_package_qnn.sh "${{ matrix.python-version }}"
41+ # PYTHON_EXECUTABLE=python bash .ci/scripts/test_wheel_package_qnn.sh "${{ matrix.python-version }}"
4242
4343 test-setup-linux-gcc :
4444 name : test-setup-linux-gcc
0 commit comments