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
111d4eac
Unverified
Commit
111d4eac
authored
Dec 18, 2018
by
Kubernetes Prow Robot
Committed by
GitHub
Dec 18, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #72173 from krzyzacy/fix-gopath
make integration/verify script look for k8s under GOPATH
parents
f0390761
ea432068
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 @
111d4eac
...
@@ -47,7 +47,7 @@ export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
...
@@ -47,7 +47,7 @@ export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export
KUBE_INTEGRATION_TEST_MAX_CONCURRENCY
=
4
export
KUBE_INTEGRATION_TEST_MAX_CONCURRENCY
=
4
export
LOG_LEVEL
=
4
export
LOG_LEVEL
=
4
cd
/go/src/k8s.io/kubernetes
cd
"
${
GOPATH
}
/src/k8s.io/kubernetes"
make generated_files
make generated_files
go
install
./cmd/...
go
install
./cmd/...
...
...
hack/jenkins/verify-dockerized.sh
View file @
111d4eac
...
@@ -38,6 +38,6 @@ export ARTIFACTS_DIR=${WORKSPACE}/artifacts
...
@@ -38,6 +38,6 @@ export ARTIFACTS_DIR=${WORKSPACE}/artifacts
export
LOG_LEVEL
=
4
export
LOG_LEVEL
=
4
cd
/go/src/k8s.io/kubernetes
cd
"
${
GOPATH
}
/src/k8s.io/kubernetes"
make verify
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