Skip to content

Commit 5e30084

Browse files
committed
Merge remote-tracking branch 'origin/master' into mx-psi/master
2 parents 0b64594 + 4412a2b commit 5e30084

File tree

506 files changed

+67738
-23174
lines changed

Some content is hidden

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

506 files changed

+67738
-23174
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ test: vet fmt
221221
GO111MODULE=on go test -mod vendor -timeout=1m -v -race -short -tags "$(HOST_PLATFORM_BUILD_TAGS)" ./...
222222

223223
e2e-test: vet fmt build-tar
224-
GO111MODULE=on ginkgo -nodes=$(PARALLEL) -mod vendor -timeout=10m -v -tags "$(HOST_PLATFORM_BUILD_TAGS)" -stream \
224+
GO111MODULE=on go run github.com/onsi/ginkgo/ginkgo -nodes=$(PARALLEL) -mod vendor -timeout=10m -v -tags "$(HOST_PLATFORM_BUILD_TAGS)" -stream \
225225
./test/e2e/metriconly/... -- \
226226
-project=$(PROJECT) -zone=$(ZONE) \
227227
-image=$(VM_IMAGE) -image-family=$(IMAGE_FAMILY) -image-project=$(IMAGE_PROJECT) \

cloudbuild.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ steps:
1313
- -c
1414
- |
1515
echo "Building/Pushing NPD containers"
16-
make push-container
16+
apk add musl-dev gcc
17+
ENABLE_JOURNALD=0 make push-container
1718
substitutions:
1819
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
1920
# can be used as a substitution

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1717
github.com/google/cadvisor v0.36.0
1818
github.com/hpcloud/tail v1.0.0
19-
github.com/onsi/ginkgo v1.10.3
20-
github.com/onsi/gomega v1.7.1
19+
github.com/onsi/ginkgo v1.16.5
20+
github.com/onsi/gomega v1.10.1
2121
github.com/pborman/uuid v1.2.0
2222
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
2323
github.com/prometheus/common v0.4.1
@@ -28,7 +28,7 @@ require (
2828
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc // indirect
2929
go.opencensus.io v0.22.4
3030
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
31-
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f
31+
golang.org/x/sys v0.0.0-20210112080510-489259a85091
3232
google.golang.org/api v0.10.0
3333
k8s.io/api v0.0.0-20190816222004-e3a6b8045b0b
3434
k8s.io/apimachinery v0.0.0-20190816221834-a9f1d8a9c101

go.sum

+55-12
Large diffs are not rendered by default.

test/build.sh

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ function get-version() {
6666
function install-lib() {
6767
apt-get update
6868
apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
69-
# Turn off go modules here, because we are not trying to install
70-
# ginkgo library/module. We are trying to install the ginkgo executable.
71-
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo
7269
}
7370

7471
function write-env-file() {

vendor/github.com/fsnotify/fsnotify/.editorconfig

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitattributes

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitignore

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.travis.yml

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/AUTHORS

+52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)