Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
fc5604e2
Commit
fc5604e2
authored
Aug 30, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13300 from soltysh/make_verify2
Auto commit by PR queue bot
parents
de60651c
053b6731
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
21 deletions
+7
-21
.travis.yml
.travis.yml
+1
-10
Makefile
Makefile
+5
-1
shippable.yml
shippable.yml
+1
-10
No files found.
.travis.yml
View file @
fc5604e2
...
...
@@ -13,16 +13,7 @@ install:
-
export PATH=$GOPATH/bin:./third_party/etcd:$PATH
script
:
-
./hack/verify-gofmt.sh
-
./hack/verify-boilerplate.sh
-
./hack/verify-description.sh
-
./hack/verify-generated-conversions.sh
-
./hack/verify-generated-deep-copies.sh
-
./hack/verify-generated-docs.sh
-
./hack/verify-swagger-spec.sh
-
./hack/verify-linkcheck.sh
-
./hack/verify-flags-underscore.py
-
./hack/verify-godeps.sh $TRAVIS_BRANCH
-
make verify BRANCH=$TRAVIS_BRANCH
notifications
:
irc
:
"
chat.freenode.net#kubernetes-dev"
...
...
Makefile
View file @
fc5604e2
...
...
@@ -34,8 +34,12 @@ all:
# Runs all the presubmission verifications.
#
# Args:
# BRANCH: Branch to be passed to hack/verify-godeps.sh script.
#
# Example:
# make verify
# make verify BRANCH=branch_x
verify
:
hack/verify-gofmt.sh
hack/verify-boilerplate.sh
...
...
@@ -46,7 +50,7 @@ verify:
hack/verify-swagger-spec.sh
hack/verify-linkcheck.sh
hack/verify-flags-underscore.py
hack/verify-godeps.sh
hack/verify-godeps.sh
$(BRANCH)
.PHONY
:
verify
# Build and run tests.
...
...
shippable.yml
View file @
fc5604e2
...
...
@@ -43,17 +43,8 @@ install:
-
./hack/build-go.sh
-
godep go install ./...
-
./hack/travis/install-etcd.sh
-
./hack/verify-gofmt.sh
-
./hack/verify-boilerplate.sh
-
./hack/verify-description.sh
-
./hack/verify-flags-underscore.py
-
./hack/verify-godeps.sh ${BASE_BRANCH}
-
./hack/travis/install-std-race.sh
-
./hack/verify-generated-conversions.sh
-
./hack/verify-generated-deep-copies.sh
-
./hack/verify-generated-docs.sh
-
./hack/verify-swagger-spec.sh
-
./hack/verify-linkcheck.sh
-
make verify BRANCH=${BASE_BRANCH}
script
:
# Disable coverage collection on pull requests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment