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
46e5ec36
Commit
46e5ec36
authored
Apr 01, 2015
by
Quinton Hoole
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6339 from zmerlynn/skip_paranoia
Skip cleaning docker cache prior to build
parents
1ff0a1e2
6ba14f1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
build.sh
hack/jenkins/build.sh
+8
-6
No files found.
hack/jenkins/build.sh
View file @
46e5ec36
...
@@ -34,15 +34,17 @@ export PATH=$PATH:/usr/local/go/bin
...
@@ -34,15 +34,17 @@ export PATH=$PATH:/usr/local/go/bin
export
KUBE_RELEASE_RUN_TESTS
=
n
export
KUBE_RELEASE_RUN_TESTS
=
n
export
KUBE_SKIP_CONFIRMATIONS
=
y
export
KUBE_SKIP_CONFIRMATIONS
=
y
# Clean stuff out. Assume the worst - the last build may have left the
# Clean stuff out. Assume the last build left the tree in an odd
# tree in an odd state. There's a Jenkins git clean plugin, but we
# state.
# have the docker images to worry about as well, so be really pedantic
# about cleaning.
rm
-rf
~/.kube
*
rm
-rf
~/.kube
*
make clean
make clean
git clean
-fdx
git clean
-fdx
docker ps
-aq
| xargs
-r
docker
rm
docker images
-q
| xargs
-r
docker rmi
# Uncomment if you want to purge the Docker cache completely each
# build. It costs about 150s each build to pull the golang image and
# rebuild the kube-build:cross image, but these rarely change.
# docker ps -aq | xargs -r docker rm
# docker images -q | xargs -r docker rmi
# Build
# Build
go run ./hack/e2e.go
-v
--build
go run ./hack/e2e.go
-v
--build
...
...
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