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
e61f6614
Commit
e61f6614
authored
Jan 15, 2016
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gce-serial and gke-serial jobs to start deflaking serial, disruptive, and restart tests
parent
7f095c1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
1 deletion
+59
-1
e2e.sh
hack/jenkins/e2e.sh
+33
-1
kubernetes-e2e.yaml
hack/jenkins/job-configs/kubernetes-e2e.yaml
+26
-0
No files found.
hack/jenkins/e2e.sh
View file @
e61f6614
...
@@ -498,7 +498,7 @@ case ${JOB_NAME} in
...
@@ -498,7 +498,7 @@ case ${JOB_NAME} in
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
;;
;;
# Run the
DISRUPTIVE_TESTS
on GCE. (#19681)
# Run the
Reboot tests
on GCE. (#19681)
kubernetes-e2e-gce-reboot
)
kubernetes-e2e-gce-reboot
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-reboot"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-reboot"
}
:
${
E2E_NETWORK
:
=
"e2e-reboot"
}
:
${
E2E_NETWORK
:
=
"e2e-reboot"
}
...
@@ -507,6 +507,38 @@ case ${JOB_NAME} in
...
@@ -507,6 +507,38 @@ case ${JOB_NAME} in
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
;;
;;
# Run the [Serial], [Disruptive], and [Feature:Restart] tests on GCE.
kubernetes-e2e-gce-serial
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-serial"
}
:
${
E2E_NETWORK
:
=
"jenkins-gce-e2e-serial"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
$(
join_regex_no_empty
\
\[
Serial
\]
\
\[
Disruptive
\]
\
\[
Feature:Restart
\]
\
)
--ginkgo.skip=
$(
join_regex_no_empty
\
\[
Flaky
\]
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-serial"
}
:
${
PROJECT
:
=
"kubernetes-jkns-e2e-gce-serial"
}
;;
# Run the [Serial], [Disruptive], and [Feature:Restart] tests on GKE.
kubernetes-e2e-gke-serial
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gke-e2e-serial"
}
:
${
E2E_NETWORK
:
=
"jenkins-gke-e2e-serial"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
$(
join_regex_no_empty
\
\[
Serial
\]
\
\[
Disruptive
\]
\
\[
Feature:Restart
\]
\
)
--ginkgo.skip=
$(
join_regex_no_empty
\
\[
Flaky
\]
)
"
}
:
${
PROJECT
:
=
"kubernetes-jkns-e2e-gke-serial"
}
;;
# Runs the performance/scalability tests on GCE. A larger cluster is used.
# Runs the performance/scalability tests on GCE. A larger cluster is used.
kubernetes-e2e-gce-scalability
)
kubernetes-e2e-gce-scalability
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-scalability"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-scalability"
}
...
...
hack/jenkins/job-configs/kubernetes-e2e.yaml
View file @
e61f6614
...
@@ -189,3 +189,29 @@
...
@@ -189,3 +189,29 @@
description
:
'
Run
E2E
tests
on
GCE
from
the
release-1.0
branch.'
description
:
'
Run
E2E
tests
on
GCE
from
the
release-1.0
branch.'
jobs
:
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-e2e-gce-features
trigger-job
:
'
kubernetes-build'
branch
:
'
master'
suffix
:
-
'
gce-serial'
:
description
:
'
Run
[Serial],
[Disruptive],
and
[Feature:Restart]
tests
on
GCE
using
the
latest
successful
build.'
timeout
:
300
emails
:
'
$DEFAULT_RECIPIENTS,
ihmccreery@google.com'
test-owner
:
'
ihmccreery'
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-e2e-gke-features
trigger-job
:
'
kubernetes-build'
branch
:
'
master'
suffix
:
-
'
gke-serial'
:
description
:
'
Run
[Serial],
[Disruptive],
and
[Feature:Restart]
tests
on
GKE
using
the
latest
successful
build.'
timeout
:
300
emails
:
'
$DEFAULT_RECIPIENTS,
ihmccreery@google.com'
test-owner
:
'
ihmccreery'
jobs
:
-
'
kubernetes-e2e-{suffix}'
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