forked from pachyderm/pachyderm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (39 loc) · 832 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
dist: xenial
sudo: required
services:
- docker
cache:
directories:
- $HOME/.cache/go-build
- $HOME/cached-deps
language: go
go:
- "1.11.1"
env:
global:
- PATH=$HOME/cached-deps:$PATH
matrix:
- BUCKET=MISC
# If you want to update the number of PPS workers, you'll also need to update
# the value in ./etc/build/PPS_BUILD_BUCKET_COUNT
- BUCKET=PPS1
- BUCKET=PPS2
- BUCKET=PPS3
- BUCKET=EXAMPLES
branches:
except:
- /^v[0-9]/
before_install:
- sudo etc/testing/travis_before_install.sh
before_script:
- docker version
script:
- etc/testing/travis.sh
after_failure:
- kubectl version
- kubectl get all
- kubectl get all --namespace kafka
- kubectl describe pod -l app=pachd
- kubectl describe pod -l suite=pachyderm,app=etcd
notifications:
slack: pachyderm:qmSCZSX1Q2yWxc6DjNZZFLGd