File tree Expand file tree Collapse file tree 2 files changed +0
-60
lines changed Expand file tree Collapse file tree 2 files changed +0
-60
lines changed Original file line number Diff line number Diff line change 56
56
# Build and test ExecuTorch with the add model on portable backend.
57
57
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable"
58
58
59
- test-pip-install-editable-mode-linux :
60
- name : test-pip-install-editable-mode-linux
61
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
62
- permissions :
63
- id-token : write
64
- contents : read
65
- strategy :
66
- fail-fast : false
67
- with :
68
- runner : linux.2xlarge
69
- docker-image : executorch-ubuntu-22.04-clang12
70
- submodules : ' true'
71
- ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
72
- timeout : 90
73
- script : |
74
- # The generic Linux job chooses to use base env, not the one setup by the image
75
- CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
76
- conda activate "${CONDA_ENV}"
77
- # Debug
78
- which pip
79
- PYTHON_EXECUTABLE=python bash ./install_executorch.sh --editable --pybind xnnpack --use-pt-pinned-commit
80
- # Try to import extension library
81
- python -c "from executorch.extension.llm.custom_ops import custom_ops"
82
-
83
59
test-models-linux :
84
60
name : test-models-linux
85
61
uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
@@ -395,17 +371,6 @@ jobs:
395
371
build-tool : cmake
396
372
docker-image : executorch-ubuntu-22.04-clang12
397
373
398
- unittest-editable :
399
- uses : ./.github/workflows/_unittest.yml
400
- permissions :
401
- id-token : write
402
- contents : read
403
- with :
404
- build-mode : Debug
405
- build-tool : cmake
406
- editable : true
407
- docker-image : executorch-ubuntu-22.04-clang12
408
-
409
374
unittest-buck :
410
375
uses : ./.github/workflows/_unittest.yml
411
376
permissions :
Original file line number Diff line number Diff line change 36
36
37
37
PYTHONPATH="${PWD}" python .ci/scripts/gather_test_models.py --target-os macos --event "${GITHUB_EVENT_NAME}"
38
38
39
- test-pip-install-editable-mode-macos :
40
- name : test-pip-install-editable-mode-macos
41
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
42
- permissions :
43
- id-token : write
44
- contents : read
45
- strategy :
46
- fail-fast : false
47
- with :
48
- runner : macos-m1-stable
49
- python-version : ' 3.11'
50
- submodules : ' true'
51
- ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
52
- timeout : 90
53
- script : |
54
- # The generic Linux job chooses to use base env, not the one setup by the image
55
- CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
56
- conda activate "${C
6F12
ONDA_ENV}"
57
- # Debug
58
- which pip
59
- bash .ci/scripts/setup-conda.sh
60
- PYTHON_EXECUTABLE=python ${CONDA_RUN} bash ./install_executorch.sh --editable --pybind xnnpack
61
- # Try to import extension library
62
- python -c "from executorch.extension.llm.custom_ops import custom_ops"
63
-
64
39
test-models-macos :
65
40
name : test-models-macos
66
41
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
You can’t perform that action at this time.
0 commit comments