Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[CI] Run python unittests on OS X with Github Actions (#17771)
Browse files Browse the repository at this point in the history
* Remove travis and appveyor config

* Update CODEOWNERS

* Run python unittests after build
  • Loading branch information
leezu authored Mar 5, 2020
1 parent 49f94d8 commit aba4008
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 158 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/os_x_staticbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
git --version
clang --version
CMAKE_STATICBUILD=1 ./tools/staticbuild/build.sh cpu
- name: Setup Python
run: |
python3 -m pip install --user nose nose-timer nose-exclude numpy scipy
python3 -m pip install --user -e python
- name: Test project
run: |
python3 -m nose --with-timer --verbose tests/python/unittest/ --exclude-test=test_extensions.test_subgraph --exclude-test=test_extensions.test_custom_op --exclude-test=test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker
46 changes: 0 additions & 46 deletions .travis.yml

This file was deleted.

10 changes: 4 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
/plugin/ @pllarroy

# Build system
CMakeLists.txt @szha @pllarroy
/cmake/ @szha @pllarroy
CMakeLists.txt @szha @pllarroy @leezu
/cmake/ @szha @pllarroy @leezu
/make/ @szha

# MXNet CI
Expand All @@ -53,8 +53,6 @@ dev_menu.py @pllarroy
/docker/ @marcoabreu
/tests/ci_build/ @marcoabreu
Jenkinsfile @marcoabreu
.travis.yml @marcoabreu
appveyor.yml @marcoabreu

# MXNet CD
/cd/ @szha
Expand All @@ -75,5 +73,5 @@ prepare_mkl.sh @szha
# Tools
/tools/ @szha @pllarroy

# Github templates
/.github/ @szha
# Github configuration
/.github/ @szha @leezu
80 changes: 0 additions & 80 deletions appveyor.yml

This file was deleted.

26 changes: 0 additions & 26 deletions ci/travis/install.sh

This file was deleted.

0 comments on commit aba4008

Please sign in to comment.