Skip to content

Commit

Permalink
Stress test
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <[email protected]>
  • Loading branch information
dgageot committed Jul 5, 2019
1 parent a76eb96 commit 1cd7b25
Showing 1 changed file with 26 additions and 32 deletions.
58 changes: 26 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,33 @@
dist: xenial

language: go
os: linux

git:
submodules: false

language: go
go: "1.12.x"
go_import_path: github.com/GoogleContainerTools/skaffold

jobs:
include:
- os: linux
go: "1.12.x"
script:
- make
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
- os: osx
go: "1.12.x"
script:
- make
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
- os: windows
go: "1.12.x"
script:
- go build -o out/skaffold.exe cmd/skaffold/skaffold.go
- go test -short -timeout 60s ./...
- stage: integration
os: linux
go: "1.12.x"
before_install:
- curl -Lo ${HOME}/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-linux-amd64
- chmod +x ${HOME}/bin/kind
script:
- df -h
- make integration-in-kind
env:
- TEST_RUN=0
- TEST_RUN=1
- TEST_RUN=2
- TEST_RUN=3
- TEST_RUN=4
- TEST_RUN=5
- TEST_RUN=6
- TEST_RUN=7
- TEST_RUN=8
- TEST_RUN=9
- TEST_RUN=10
- TEST_RUN=11
- TEST_RUN=12
- TEST_RUN=13
- TEST_RUN=14
- TEST_RUN=15
- TEST_RUN=16
- TEST_RUN=17
- TEST_RUN=18
- TEST_RUN=19

script: make test

0 comments on commit 1cd7b25

Please sign in to comment.