-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML-11407] Update sparkdl OSS repo to 2.0.0 and only keep the dummy H…
…orovodRunner (#233)
- Loading branch information
1 parent
51cc6c0
commit 83b19c3
Showing
174 changed files
with
92 additions
and
23,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.