-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into jbrisbin-tsput-column-names
- Loading branch information
Showing
14 changed files
with
135 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
sudo: required | ||
dist: trusty | ||
|
||
language: java | ||
jdk: oraclejdk8 | ||
|
||
services: | ||
- docker | ||
|
||
- docker | ||
cache: | ||
directories: | ||
- "$HOME/.m2" | ||
|
||
- "$HOME/.m2" | ||
before_script: | ||
- docker run --name $RIAK_FLAVOR -d -p 8087:8087 -p 8098:8098 basho/riak-ts | ||
- docker exec $RIAK_FLAVOR riak-admin wait-for-service riak_kv | ||
- tools/devrel/riak-cluster-config "docker exec $RIAK_FLAVOR riak-admin" 8098 false false | ||
|
||
- docker run --name $RIAK_FLAVOR -d -p 8087:8087 -p 8098:8098 basho/riak-ts | ||
- docker exec $RIAK_FLAVOR riak-admin wait-for-service riak_kv | ||
- tools/devrel/riak-cluster-config "docker exec $RIAK_FLAVOR riak-admin" 8098 false | ||
false | ||
script: | ||
- mvn -Pitest,default -Dcom.basho.riak.timeseries=true verify | ||
|
||
- if [ $RIAK_FLAVOR == "riak-kv" ]; then mvn -Pitest,default -Dcom.basho.riak.yokozuna=false | ||
verify; else echo "Not riak-kv flavor"; fi | ||
- if [ $RIAK_FLAVOR == "riak-ts" ]; then mvn -Pitest,default -Dcom.basho.riak.yokozuna=false | ||
-Dcom.basho.riak.timeseries=true verify; else echo "Not riak-ts flavor"; fi | ||
after_script: | ||
- docker rm -f $RIAK_FLAVOR | ||
|
||
- docker rm -f $RIAK_FLAVOR | ||
env: | ||
matrix: | ||
- RIAK_FLAVOR=riak-ts | ||
- RIAK_FLAVOR=riak-kv | ||
- RIAK_FLAVOR=riak-ts | ||
- RIAK_FLAVOR=riak-kv | ||
global: | ||
- RIAK_HOSTS=localhost:8087 | ||
- RIAK_HOSTS=localhost:8087 | ||
notifications: | ||
slack: | ||
secure: CQHpKSbvzvGOKfQ8GdYdK0Huaz0y2xLbwhUWNH/xkrxO/OuqvYvZn7SlJRCLIYobj+zSiwsQRrz9G19gXGZMaDCwtdVVgEnddzm15bLjsUsrWU0FgRufJuATre+AVFByngvhAmdDIvcxVVhobIYo+F6m/8/OWRGhnQvvWOVtnMA= |
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
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
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
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
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
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
Oops, something went wrong.