mirror of https://github.com/ceph/go-ceph
24 lines
559 B
YAML
24 lines
559 B
YAML
language: go
|
|
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|
|
before_install:
|
|
- ssh-keygen -f $HOME/.ssh/id_rsa -t rsa -N ''
|
|
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
|
|
- chmod 600 ~/.ssh/authorized_keys
|
|
- sudo pip install ceph-deploy
|
|
- ceph-deploy install --release giant `hostname`
|
|
- ceph-deploy pkg --install librados-dev `hostname`
|
|
- bash ci/micro-osd.sh /tmp/micro-ceph
|
|
- export CEPH_CONF=/tmp/micro-ceph/ceph.conf
|
|
- ceph status
|
|
|
|
notifications:
|
|
recipients:
|
|
- noahwatkins@gmail.com
|
|
email:
|
|
on_success: always
|
|
on_failure: always
|