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
8f4d8013
Commit
8f4d8013
authored
Jan 04, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19265 from spxtr/clean-logs
Auto commit by PR queue bot
parents
e0eac06f
c8faf0b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
e2e-runner.sh
hack/jenkins/e2e-runner.sh
+5
-1
e2e.sh
hack/jenkins/e2e.sh
+0
-1
No files found.
hack/jenkins/e2e-runner.sh
View file @
8f4d8013
...
...
@@ -19,6 +19,7 @@
set
-o
errexit
set
-o
nounset
set
-o
pipefail
set
-o
xtrace
echo
"--------------------------------------------------------------------------------"
echo
"Test Environment:"
...
...
@@ -67,7 +68,10 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the
# At this point, we want to have the following vars set:
# - bucket
# - build_version
gsutil
-m
cp
gs://kubernetes-release/
${
bucket
}
/
${
build_version
}
/kubernetes.tar.gz gs://kubernetes-release/
${
bucket
}
/
${
build_version
}
/kubernetes-test.tar.gz
.
gsutil
-mq
cp
\
"gs://kubernetes-release/
${
bucket
}
/
${
build_version
}
/kubernetes.tar.gz"
\
"gs://kubernetes-release/
${
bucket
}
/
${
build_version
}
/kubernetes-test.tar.gz"
\
.
# Set by GKE-CI to change the CLUSTER_API_VERSION to the git version
if
[[
!
-z
${
E2E_SET_CLUSTER_API_VERSION
:-}
]]
;
then
...
...
hack/jenkins/e2e.sh
View file @
8f4d8013
...
...
@@ -20,7 +20,6 @@
set
-o
errexit
set
-o
nounset
set
-o
pipefail
set
-o
xtrace
# Join all args with |
# Example: join_regex_allow_empty a b "c d" e => a|b|c d|e
...
...
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