Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
06a2e6d
Unset KUBECONFIG prior to hack/test-cmd.sh
smarterclayton Mar 19, 2015
31bb663
WIP 1
smarterclayton Mar 18, 2015
09b7b42
WIP 2
smarterclayton Mar 18, 2015
de4fdb6
WIP 3
smarterclayton Mar 19, 2015
8a33840
WIP 4
smarterclayton Mar 19, 2015
244cb98
WIP 5
smarterclayton Mar 19, 2015
2dcfeb9
WIP 6
smarterclayton Mar 19, 2015
8081320
WIP 7
smarterclayton Mar 19, 2015
c4ea869
WIP 8
smarterclayton Mar 19, 2015
eae65b8
UPSTREAM: Remove cadvisor_mock.go
smarterclayton Mar 19, 2015
c645d86
WIP 9
smarterclayton Mar 20, 2015
05e9709
WIP 10
smarterclayton Mar 20, 2015
e4f4e43
UPSTREAM: Handle missing resolv.conf
smarterclayton Mar 10, 2015
da2a0ba
UPSTREAM: Disable systemd activation for DNS
smarterclayton Mar 9, 2015
2b6f94e
UPSTREAM: Disable UIs for Kubernetes and etcd
smarterclayton Dec 24, 2014
70fda9c
UPSTREAM: need to make sure --help flags is registered before calling…
fabianofranz Feb 3, 2015
a12ada9
UPSTREAM: Make setSelfLink not bail out
smarterclayton Feb 25, 2015
94ca20d
UPSTREAM: Lazily init systemd for code that includes cadvisor but doe…
smarterclayton Mar 19, 2015
c3eb763
UPSTREAM: Remove global map from healthz
smarterclayton Mar 19, 2015
e1b26ce
UPSTREAM: Tone down pod probe logging
smarterclayton Mar 20, 2015
3bfc5e9
Refactor 1
smarterclayton Mar 19, 2015
568388e
Refactor 2
smarterclayton Mar 19, 2015
17e79e8
Refactor 3
smarterclayton Mar 19, 2015
4548332
Refactor 4
smarterclayton Mar 19, 2015
beb5bdd
Refactor 5
smarterclayton Mar 19, 2015
8dbf6fc
Refactor 6
smarterclayton Mar 19, 2015
27ad04a
Refactor 7
smarterclayton Mar 19, 2015
4dd75c3
Refactor 8
smarterclayton Mar 19, 2015
f6e7956
Refactor 9
smarterclayton Mar 20, 2015
47a754a
Refactor 10
smarterclayton Mar 20, 2015
9cac9db
Remove debug logging from image controller
smarterclayton Mar 19, 2015
c987e73
Add check-test in between check and test
smarterclayton Mar 19, 2015
677716f
Ensure integration tests run when Docker is not available
smarterclayton Mar 19, 2015
c583062
Kubelet health check fails when not sent to hostname
smarterclayton Mar 19, 2015
eeba91c
Refactor 11
smarterclayton Mar 20, 2015
c014540
Convert travis to make check-test
smarterclayton Mar 20, 2015
a84074f
Fixed buildlogs
soltysh Mar 20, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ matrix:
env: TEST_ASSETS=true

install:
- ./hack/verify-gofmt.sh
- ./hack/verify-jsonformat.sh
- ./hack/install-etcd.sh
- ./hack/install-std-race.sh
Expand All @@ -23,9 +22,7 @@ install:
- ./hack/install-assets.sh

script:
- KUBE_RACE="-race" KUBE_COVER="-cover -covermode=atomic" ./hack/test-go.sh "" -p=4
- ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:./_output/etcd/bin:$PATH ./hack/test-integration.sh
- PATH=$HOME/gopath/bin:./_output/etcd/bin:$PATH make check-test GOFLAGS="-p=4"
- ./hack/test-assets.sh

notifications:
Expand Down
Loading