forked from pulumi/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
30 lines (30 loc) · 1.09 KB
/
.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
if: branch = master
language: go
go: 1.11
sudo: true # give us 7.5GB and >2 bursted cores.
git:
depth: false
before_install:
- git clone https://github.com/pulumi/scripts ${GOPATH}/src/github.com/pulumi/scripts
- source ${GOPATH}/src/github.com/pulumi/scripts/ci/prepare-environment.sh
- source ${PULUMI_SCRIPTS}/ci/keep-failed-tests.sh
install:
- source ${PULUMI_SCRIPTS}/ci/install-common-toolchain.sh
- curl -L https://get.pulumi.com/ | bash
- export PATH=$HOME/.pulumi/bin:$PATH
# Install Helm
- curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
- helm init -c
- helm repo add bitnami https://charts.bitnami.com/bitnami
before_script:
- ${PULUMI_SCRIPTS}/ci/ensure-dependencies
jobs:
include:
- script: make travis_${TRAVIS_EVENT_TYPE}
- stage: latest
if: type = cron
script: ${GOPATH}/src/github.com/pulumi/scripts/ci/run-at-head
after_failure:
- ${PULUMI_SCRIPTS}/ci/upload-failed-tests
notifications:
webhooks: https://ufci1w66n3.execute-api.us-west-2.amazonaws.com/stage/travis