Skip to content

Commit

Permalink
Include xgboost tests in the aggregatedProjects
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagiovagnoli committed Oct 6, 2020
1 parent 496349a commit f444f21
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
script:
- make test_benchmark

- name: "MLeap xgboost runtime tests"
script:
- make test_xgboost_runtime

- name: "MLeap xgboost spark tests"
script:
- make test_xgboost_spark

- name: "All other sbt tests"
script:
- make test_root_sbt_project
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ test_executor:
test_benchmark:
sbt "+ mleap-benchmark/test"

test_xgboost_runtime:
sbt "+ mleap-xgboost-runtime/test"

test_xgboost_spark:
sbt "+ mleap-xgboost-spark/test"

test_root_sbt_project:
sbt "+ test"

Expand Down
2 changes: 2 additions & 0 deletions project/MleapProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ object MleapProject {
bundleHdfs,
core,
runtime,
xgboostRuntime,
xgboostSpark,
avro,
sparkBase,
sparkTestkit,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")


libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.7.1"
2 changes: 0 additions & 2 deletions travis/travis_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ if [[ $TRAVIS_BRANCH == 'master' ]] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; the
source travis/extract.sh
source travis/docker.sh
sbt "+ publishSigned" \
"+ mleap-xgboost-runtime/publishSigned" \
"+ mleap-xgboost-spark/publishSigned" \
"mleap-serving/docker:publish" \
"mleap-spring-boot/docker:publish"
fi

0 comments on commit f444f21

Please sign in to comment.