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
afeaf8fc
Commit
afeaf8fc
authored
Feb 05, 2015
by
Zach Loafman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4168 from zmerlynn/fix_jenkins
Fix jenkins/hack/e2e.sh, log errors better
parents
827dcbc6
0b456e40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
kube-up.sh
cluster/kube-up.sh
+2
-0
e2e.sh
hack/jenkins/e2e.sh
+5
-5
No files found.
cluster/kube-up.sh
View file @
afeaf8fc
...
@@ -46,3 +46,5 @@ echo "... calling setup-logging-firewall" >&2
...
@@ -46,3 +46,5 @@ echo "... calling setup-logging-firewall" >&2
setup-logging-firewall
setup-logging-firewall
echo
"Done"
>
&2
echo
"Done"
>
&2
exit
0
hack/jenkins/e2e.sh
View file @
afeaf8fc
...
@@ -78,8 +78,8 @@ if [[ ! -z ${E2E_SET_CLUSTER_API_VERSION:-} ]]; then
...
@@ -78,8 +78,8 @@ if [[ ! -z ${E2E_SET_CLUSTER_API_VERSION:-} ]]; then
fi
fi
export
KUBE_CONFIG_FILE
=
"config-test.sh"
export
KUBE_CONFIG_FILE
=
"config-test.sh"
cluster/kube-down.sh
cluster/kube-down.sh
||
true
cluster/kube-up.sh
cluster/kube-up.sh
||
{
echo
"-- kube-up failed --"
;
exit
1
;
}
cluster/kubectl.sh version
cluster/kubectl.sh version
||
{
echo
"-- kubectl failed --"
;
exit
1
;
}
hack/ginkgo-e2e.sh
--report_dir
=
${
WORKSPACE
}
hack/ginkgo-e2e.sh
--report_dir
=
${
WORKSPACE
}
||
{
echo
"-- tests failed --"
;
exit
1
;
}
cluster/kube-down.sh
cluster/kube-down.sh
||
{
echo
"-- kube-down failed --"
;
exit
1
;
}
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