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
1d4a1ab1
Commit
1d4a1ab1
authored
Dec 18, 2018
by
Sen Lu
Committed by
Jeff Grafton
Jan 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make integration/verify script look for k8s under GOPATH
parent
598a0198
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test-dockerized.sh
hack/jenkins/test-dockerized.sh
+1
-1
verify-dockerized.sh
hack/jenkins/verify-dockerized.sh
+1
-1
No files found.
hack/jenkins/test-dockerized.sh
View file @
1d4a1ab1
...
...
@@ -47,7 +47,7 @@ export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export
KUBE_INTEGRATION_TEST_MAX_CONCURRENCY
=
4
export
LOG_LEVEL
=
4
cd
/go/src/k8s.io/kubernetes
cd
"
${
GOPATH
}
/src/k8s.io/kubernetes"
make generated_files
go
install
./cmd/...
...
...
hack/jenkins/verify-dockerized.sh
View file @
1d4a1ab1
...
...
@@ -38,6 +38,6 @@ export ARTIFACTS_DIR=${WORKSPACE}/artifacts
export
LOG_LEVEL
=
4
cd
/go/src/k8s.io/kubernetes
cd
"
${
GOPATH
}
/src/k8s.io/kubernetes"
make verify
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