Skip to content

Commit

Permalink
[ML-11407] Update sparkdl OSS repo to 2.0.0 and only keep the dummy H…
Browse files Browse the repository at this point in the history
…orovodRunner (#233)
  • Loading branch information
WeichenXu123 authored Aug 31, 2020
1 parent 51cc6c0 commit 83b19c3
Show file tree
Hide file tree
Showing 174 changed files with 92 additions and 23,258 deletions.
17 changes: 7 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ docs/_site
docs/api
README.org

# sbt specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# python
*.pyc
docs/_build/
build/
dist/
*.egg-info/


# intellij
.idea/
Expand Down
Empty file removed .nojekyll
Empty file.
35 changes: 4 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,9 @@
sudo: required

dist: trusty

language: minimal

env:
global:
- DOCKER_COMPOSE_VERSION=1.22.0
- PYTHON_VERSION=3.7
matrix:
- TEST_SUITE=pylint
- TEST_SUITE=python-tests
- TEST_SUITE=scala-tests

services:
- docker

cache:
directories:
- $HOME/.ivy2/

before_install:
# update docker compose to the specified version, https://docs.travis-ci.com/user/docker/#using-docker-compose
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
language: python

install :
- docker-compose build --build-arg PYTHON_VERSION=$PYTHON_VERSION
- docker-compose up -d --scale worker=2
- docker-compose exec master bash -i -c "build/sbt assembly"
python:
- "3.6"

script:
- docker-compose exec master bash -i -c "dev/run.py $TEST_SUITE"
- pytest
62 changes: 0 additions & 62 deletions Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,3 @@ To apply the Apache License to your work, attach the following boilerplate notic
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions NOTICE

This file was deleted.

Loading

0 comments on commit 83b19c3

Please sign in to comment.