chore(combine-crs): skip redundant experiment CR (#380)

* chore(combine-crs): skip redundant experiment CR

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>

* chore(combine-crs): updating category charts

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-11-14 17:43:34 +05:30
committed by GitHub
parent 8b2615897c
commit 7fc3b067c5
286 changed files with 120848 additions and 3152 deletions

16
scripts/vendor/k8s.io/klog/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,16 @@
language: go
go_import_path: k8s.io/klog
dist: xenial
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- diff -u <(echo -n) <(golint $(go list -e ./...))
- go tool vet . || go vet .
- go test -v -race ./...
install:
- go get golang.org/x/lint/golint