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
c8faf0b1
Commit
c8faf0b1
authored
Jan 04, 2016
by
Joe Finney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up e2e logs.
Unsets xtrace in e2e.sh, sets it in e2e-runner.sh. Sets quiet flag for gcloud cp.
parent
4606171a
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 @
c8faf0b1
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
set
-o
errexit
set
-o
errexit
set
-o
nounset
set
-o
nounset
set
-o
pipefail
set
-o
pipefail
set
-o
xtrace
echo
"--------------------------------------------------------------------------------"
echo
"--------------------------------------------------------------------------------"
echo
"Test Environment:"
echo
"Test Environment:"
...
@@ -67,7 +68,10 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the
...
@@ -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:
# At this point, we want to have the following vars set:
# - bucket
# - bucket
# - build_version
# - 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
# Set by GKE-CI to change the CLUSTER_API_VERSION to the git version
if
[[
!
-z
${
E2E_SET_CLUSTER_API_VERSION
:-}
]]
;
then
if
[[
!
-z
${
E2E_SET_CLUSTER_API_VERSION
:-}
]]
;
then
...
...
hack/jenkins/e2e.sh
View file @
c8faf0b1
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
set
-o
errexit
set
-o
errexit
set
-o
nounset
set
-o
nounset
set
-o
pipefail
set
-o
pipefail
set
-o
xtrace
# Join all args with |
# Join all args with |
# Example: join_regex_allow_empty a b "c d" e => a|b|c d|e
# 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