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
3bf68c3c
Commit
3bf68c3c
authored
Aug 10, 2016
by
Marek Grabowski
Committed by
GitHub
Aug 10, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #30347 from gmarek/master
Correctly pipe USE_KUBEMARK in e2e-runner
parents
ba1666fb
b30fbc13
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
e2e-runner.sh
hack/jenkins/e2e-runner.sh
+4
-0
No files found.
hack/jenkins/e2e-runner.sh
View file @
3bf68c3c
...
@@ -389,6 +389,10 @@ if [[ "${E2E_UPGRADE_TEST:-}" == "true" ]]; then
...
@@ -389,6 +389,10 @@ if [[ "${E2E_UPGRADE_TEST:-}" == "true" ]]; then
e2e_go_args+
=(
--upgrade_args
=
"
${
GINKGO_UPGRADE_TEST_ARGS
}
"
)
e2e_go_args+
=(
--upgrade_args
=
"
${
GINKGO_UPGRADE_TEST_ARGS
}
"
)
fi
fi
if
[[
"
${
USE_KUBEMARK
:-}
"
==
"true"
]]
;
then
e2e_go_args+
=(
"--kubemark=true"
)
fi
go run ./hack/e2e.go
\
go run ./hack/e2e.go
\
${
E2E_OPT
:-}
\
${
E2E_OPT
:-}
\
"
${
e2e_go_args
[@]
}
"
"
${
e2e_go_args
[@]
}
"
...
...
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