Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd93a66

Browse files
committedOct 15, 2018
Use common project repo copies of travis scripts
Remove local copies of common containerd/project located scripts for DCO, fileheader, and vendor checks. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
1 parent 6f32883 commit bd93a66

File tree

9 files changed

+7
-150
lines changed

9 files changed

+7
-150
lines changed
 

‎.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ install:
4444
- protoc --version
4545
- go get -u github.com/vbatts/git-validation
4646
- go get -u github.com/kunalkushwaha/ltag
47+
- go get -u github.com/LK4D4/vndr
4748
- if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-runc ; fi
4849
- if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-cni ; fi
4950
- if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-critools ; fi
@@ -52,13 +53,16 @@ install:
5253
- if [ "$TRAVIS_GOOS" = "linux" ]; then cd /tmp/criu-3.7 && sudo make install-criu ; fi
5354
- cd $TRAVIS_BUILD_DIR
5455

56+
before_script:
57+
- pushd ..; git clone https://github.com/containerd/project; popd
58+
5559
script:
5660
- export GOOS=$TRAVIS_GOOS
5761
- export CGO_ENABLED=$TRAVIS_CGO_ENABLED
58-
- DCO_VERBOSITY=-q script/validate/dco
59-
- script/validate/fileheader
62+
- DCO_VERBOSITY=-q ../project/script/validate/dco
63+
- ../project/script/validate/fileheader ../project/
64+
- ../project/script/validate/vendor
6065
- GOOS=linux script/setup/install-dev-tools
61-
- script/validate/vendor
6266
- go build -i .
6367
- make check
6468
- if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi

‎script/setup/install-dev-tools

-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ set -eu -o pipefail
2323
go get -u github.com/stevvooe/protobuild
2424
go get -u github.com/alecthomas/gometalinter
2525
gometalinter --install >/dev/null
26-
go get -u github.com/LK4D4/vndr
2726
go get -u github.com/cpuguy83/go-md2man

‎script/validate/dco

-27
This file was deleted.

‎script/validate/fileheader

-26
This file was deleted.

‎script/validate/template/bash.txt

-14
This file was deleted.

‎script/validate/template/dockerfile.txt

-14
This file was deleted.

‎script/validate/template/go.txt

-16
This file was deleted.

‎script/validate/template/makefile.txt

-14
This file was deleted.

‎script/validate/vendor

-35
This file was deleted.

0 commit comments

Comments
 (0)
Failed to load comments.