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
03a26330
Commit
03a26330
authored
Jan 28, 2016
by
Fabio Yeon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20278 from ihmccreery/gke-slow
Make slow tests run in parallel, add gke-slow suite
parents
259193df
804c986f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
e2e.sh
hack/jenkins/e2e.sh
+14
-3
kubernetes-e2e.yaml
hack/jenkins/job-configs/kubernetes-e2e.yaml
+3
-0
No files found.
hack/jenkins/e2e.sh
View file @
03a26330
...
@@ -383,9 +383,9 @@ case ${JOB_NAME} in
...
@@ -383,9 +383,9 @@ case ${JOB_NAME} in
kubernetes-e2e-gce-slow
)
kubernetes-e2e-gce-slow
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-slow"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-slow"
}
:
${
E2E_NETWORK
:
=
"e2e-slow"
}
:
${
E2E_NETWORK
:
=
"e2e-slow"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
$(
join_regex_no_empty
\
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Slow
\]
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
--ginkgo.skip=
\[
Serial
\]
|
\[
Disruptive
\]
|
\[
Flaky
\]
|
\[
Feature:.+
\]
"
}
)
"
}
:
${
GINKGO_PARALLEL
:
=
"y
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-slow"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-slow"
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gce-slow"
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gce-slow"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
...
@@ -603,6 +603,17 @@ case ${JOB_NAME} in
...
@@ -603,6 +603,17 @@ case ${JOB_NAME} in
)
"
}
)
"
}
;;
;;
kubernetes-e2e-gke-slow
)
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-e2e-slow"
}
:
${
E2E_NETWORK
:
=
"e2e-gke-slow"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gke-slow"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Slow
\]
\
--ginkgo.skip=
\[
Serial
\]
|
\[
Disruptive
\]
|
\[
Flaky
\]
|
\[
Feature:.+
\]
"
}
:
${
GINKGO_PARALLEL
:
=
"y"
}
;;
# Run the GCE_PARALLEL_SKIP_TESTS on GKE.
# Run the GCE_PARALLEL_SKIP_TESTS on GKE.
kubernetes-e2e-gke-ci-reboot
)
kubernetes-e2e-gke-ci-reboot
)
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-e2e-ci-reboot"
}
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-e2e-ci-reboot"
}
...
...
hack/jenkins/job-configs/kubernetes-e2e.yaml
View file @
03a26330
...
@@ -86,6 +86,9 @@
...
@@ -86,6 +86,9 @@
- cluster (k8s): ci/latest.txt<br>
- cluster (k8s): ci/latest.txt<br>
- tests: ci/latest.txt
- tests: ci/latest.txt
timeout
:
300
timeout
:
300
-
'
gke-slow'
:
description
:
'
Run
slow
E2E
tests
on
GKE
using
the
latest
successful
build.'
timeout
:
300
-
'
gke-ci-reboot'
:
-
'
gke-ci-reboot'
:
description
:
|
description
:
|
Run e2e tests using the following config:<br>
Run e2e tests using the following config:<br>
...
...
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