Skip to content

Commit 66225f7

Browse files
authored
Merge pull request #19 from AliyunContainerService/alibabacloud-release/v0.8.11
Alibabacloud release/v0.8.11
2 parents 71bd5f8 + edc7907 commit 66225f7

File tree

1,068 files changed

+255408
-117573
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,068 files changed

+255408
-117573
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.idea
22
/bin/
3-
/Dockerfile
4-
/*.tar.gz
3+
/test/bin/
4+
/*.tar.gz*
55
ci.env
66
pr.env
77
junit*.xml
8+
debug.test
9+
/output/
10+
coverage.out

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
os:
22
- linux
33
sudo: required
4-
dist: trusty
4+
dist: xenial
55
language: go
66
go:
7-
- "1.11"
8-
- "1.12"
7+
- "1.16"
98
- master
109
env:
1110
- GO111MODULE=on
1211
services:
1312
- docker
1413
before_install:
1514
- sudo apt-get -qq update
16-
- sudo apt-get install -y libsystemd-journal-dev
15+
- sudo apt-get install -y libsystemd-dev libc6-dev-arm64-cross gcc-aarch64-linux-gnu
1716
install:
1817
- mkdir -p $HOME/gopath/src/k8s.io
1918
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
@@ -29,3 +28,6 @@ script:
2928
- BUILD_TAGS="disable_system_stats_monitor" make test
3029
- make clean && BUILD_TAGS="disable_stackdriver_exporter" make
3130
- BUILD_TAGS="disable_stackdriver_exporter" make test
31+
- make clean && ENABLE_JOURNALD=0 make
32+
- ENABLE_JOURNALD=0 make test
33+
- ENABLE_JOURNALD=0 make build-binaries

0 commit comments

Comments
 (0)