Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 952a7dd

Browse files
committedMar 11, 2024·
changing tests back
1 parent 2b979d4 commit 952a7dd

File tree

1 file changed

+4
-46
lines changed

1 file changed

+4
-46
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Run Regression Tests for CPU nightly binaries
22

3-
# on:
4-
# # run every day at 6:15am
5-
# schedule:
6-
# - cron: '15 6 * * *'
73
on:
8-
push:
9-
branches:
10-
- m1
4+
# run every day at 6:15am
5+
schedule:
6+
- cron: '15 6 * * *'
117

128
concurrency:
139
group: ci-cpu-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
@@ -50,42 +46,4 @@ jobs:
5046
python ts_scripts/install_dependencies.py --environment=dev
5147
- name: Validate Torchserve CPU Regression
5248
run: |
53-
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly
54-
55-
regression-cpu-nightly-binaries-macos-14:
56-
# Job for macOS-14 with Python 3.10
57-
runs-on: macos-14
58-
strategy:
59-
fail-fast: false
60-
matrix:
61-
binaries: ["pypi", "conda"]
62-
steps:
63-
- uses: actions/checkout@v3
64-
with:
65-
submodules: recursive
66-
- name: Setup Python for M1
67-
uses: actions/setup-python@v5
68-
with:
69-
python-version: '3.10'
70-
- name: Setup conda with Python 3.10
71-
uses: conda-incubator/setup-miniconda@v3
72-
with:
73-
auto-update-conda: true
74-
python-version: '3.10'
75-
- name: Setup Java 17
76-
uses: actions/setup-java@v3
77-
with:
78-
distribution: 'zulu'
79-
java-version: '17'
80-
- name: Checkout TorchServe
81-
uses: actions/checkout@v3
82-
- name: Conda info
83-
shell: bash -el {0}
84-
run: conda info &&
85-
python ts_scripts/install_dependencies.py --environment=dev &&
86-
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly
87-
- name: Conda list
88-
shell: pwsh
89-
run: conda list
90-
- run: conda --version
91-
- run: python --version
49+
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly

0 commit comments

Comments
 (0)
Please sign in to comment.