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
f64f2a73
Commit
f64f2a73
authored
Nov 02, 2015
by
Mike Danese
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16691 from mikedanese/fix-e2e
rename enable var to correct name and only use it when needed
parents
08a7ffb2
5e64590f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
24 deletions
+8
-24
e2e.sh
hack/jenkins/e2e.sh
+8
-24
No files found.
hack/jenkins/e2e.sh
View file @
f64f2a73
...
@@ -937,8 +937,6 @@ case ${JOB_NAME} in
...
@@ -937,8 +937,6 @@ case ${JOB_NAME} in
:
${
E2E_TEST
:
=
"false"
}
:
${
E2E_TEST
:
=
"false"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-gce-step2-upgrade-master
)
kubernetes-upgrade-gce-step2-upgrade-master
)
...
@@ -952,8 +950,8 @@ case ${JOB_NAME} in
...
@@ -952,8 +950,8 @@ case ${JOB_NAME} in
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-master"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-master"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
KUBE_
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
:
${
KUBE_
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-gce-step3-e2e-old
)
kubernetes-upgrade-gce-step3-e2e-old
)
...
@@ -974,8 +972,6 @@ case ${JOB_NAME} in
...
@@ -974,8 +972,6 @@ case ${JOB_NAME} in
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
)
"
}
)
"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-gce-step4-upgrade-cluster
)
kubernetes-upgrade-gce-step4-upgrade-cluster
)
...
@@ -989,8 +985,8 @@ case ${JOB_NAME} in
...
@@ -989,8 +985,8 @@ case ${JOB_NAME} in
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-cluster"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-cluster"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
KUBE_
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
:
${
KUBE_
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-gce-step5-e2e-old
)
kubernetes-upgrade-gce-step5-e2e-old
)
...
@@ -1009,8 +1005,6 @@ case ${JOB_NAME} in
...
@@ -1009,8 +1005,6 @@ case ${JOB_NAME} in
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
)
"
}
)
"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-gce-step6-e2e-new
)
kubernetes-upgrade-gce-step6-e2e-new
)
...
@@ -1030,8 +1024,6 @@ case ${JOB_NAME} in
...
@@ -1030,8 +1024,6 @@ case ${JOB_NAME} in
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
)
"
}
)
"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
# kubernetes-upgrade-gce-1.0-1.1
# kubernetes-upgrade-gce-1.0-1.1
...
@@ -1055,8 +1047,6 @@ case ${JOB_NAME} in
...
@@ -1055,8 +1047,6 @@ case ${JOB_NAME} in
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-1.0-1.1-gce-step2-upgrade-master
)
kubernetes-upgrade-1.0-1.1-gce-step2-upgrade-master
)
...
@@ -1073,8 +1063,8 @@ case ${JOB_NAME} in
...
@@ -1073,8 +1063,8 @@ case ${JOB_NAME} in
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-master --upgrade-target=ci/latest-1.1"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-master --upgrade-target=ci/latest-1.1"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
KUBE_
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
:
${
KUBE_
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-1.0-1.1-gce-step3-e2e-old
)
kubernetes-upgrade-1.0-1.1-gce-step3-e2e-old
)
...
@@ -1094,8 +1084,6 @@ case ${JOB_NAME} in
...
@@ -1094,8 +1084,6 @@ case ${JOB_NAME} in
)
"
}
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-1.0-1.1-gce-step4-upgrade-cluster
)
kubernetes-upgrade-1.0-1.1-gce-step4-upgrade-cluster
)
...
@@ -1112,8 +1100,8 @@ case ${JOB_NAME} in
...
@@ -1112,8 +1100,8 @@ case ${JOB_NAME} in
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-cluster --upgrade-target=ci/latest-1.1"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Skipped.*Cluster
\s
upgrade.*upgrade-cluster --upgrade-target=ci/latest-1.1"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
KUBE_
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
:
${
KUBE_
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-1.0-1.1-gce-step5-e2e-old
)
kubernetes-upgrade-1.0-1.1-gce-step5-e2e-old
)
...
@@ -1133,8 +1121,6 @@ case ${JOB_NAME} in
...
@@ -1133,8 +1121,6 @@ case ${JOB_NAME} in
)
"
}
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
kubernetes-upgrade-1.0-1.1-gce-step6-e2e-new
)
kubernetes-upgrade-1.0-1.1-gce-step6-e2e-new
)
...
@@ -1156,8 +1142,6 @@ case ${JOB_NAME} in
...
@@ -1156,8 +1142,6 @@ case ${JOB_NAME} in
)
"
}
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-upgrade-1-0"
}
:
${
NUM_MINIONS
:
=5
}
:
${
NUM_MINIONS
:
=5
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
:
${
ENABLE_DAEMONSETS
:
=true
}
;;
;;
# Run Kubemark test on a fake 100 node cluster to have a comparison
# Run Kubemark test on a fake 100 node cluster to have a comparison
...
...
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