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
f5cc8f77
Commit
f5cc8f77
authored
Apr 12, 2016
by
Erick Fejta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restart job 5m after the previous failure.
parent
597e26bd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
2 deletions
+10
-2
global.yaml
hack/jenkins/job-configs/global.yaml
+2
-1
kubernetes-e2e.yaml
...enkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
+5
-0
kubernetes-kubemark.yaml
...s/job-configs/kubernetes-jenkins/kubernetes-kubemark.yaml
+1
-1
kubernetes-test-go.yaml
...ns/job-configs/kubernetes-jenkins/kubernetes-test-go.yaml
+1
-0
node-e2e.yaml
hack/jenkins/job-configs/kubernetes-jenkins/node-e2e.yaml
+1
-0
No files found.
hack/jenkins/job-configs/global.yaml
View file @
f5cc8f77
...
@@ -121,7 +121,8 @@
...
@@ -121,7 +121,8 @@
name
:
global
name
:
global
disable_job
:
false
disable_job
:
false
emails
:
'
$DEFAULT_RECIPIENTS'
emails
:
'
$DEFAULT_RECIPIENTS'
cron-string
:
'
H/30
*
*
*
*'
cron-string
:
'
H/30
*
*
*
*'
# Set a 30m floor to start jobs.
sq-cron-string
:
'
H/5
*
*
*
*'
# Lower floor to 5m for blocking jobs.
# How long to wait after sending TERM to send KILL (minutes)
# How long to wait after sending TERM to send KILL (minutes)
kill-timeout
:
15
kill-timeout
:
15
# Just to be safe, use the Jenkins timeout after a long time.
# Just to be safe, use the Jenkins timeout after a long time.
...
...
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
View file @
f5cc8f77
...
@@ -62,6 +62,7 @@
...
@@ -62,6 +62,7 @@
provider-env
:
'
{gce-provider-env}'
provider-env
:
'
{gce-provider-env}'
suffix
:
suffix
:
-
'
gce'
:
-
'
gce'
:
cron-string
:
'
{sq-cron-string}'
description
:
'
Runs
all
non-slow,
non-serial,
non-flaky,
tests
on
GCE
in
parallel.'
description
:
'
Runs
all
non-slow,
non-serial,
non-flaky,
tests
on
GCE
in
parallel.'
timeout
:
50
# See #21138
timeout
:
50
# See #21138
job-env
:
|
job-env
:
|
...
@@ -72,6 +73,7 @@
...
@@ -72,6 +73,7 @@
export GINKGO_PARALLEL="y"
export GINKGO_PARALLEL="y"
export PROJECT="k8s-jkns-e2e-gce"
export PROJECT="k8s-jkns-e2e-gce"
-
'
gce-slow'
:
-
'
gce-slow'
:
cron-string
:
'
{sq-cron-string}'
description
:
'
Runs
slow
tests
on
GCE,
sequentially.'
description
:
'
Runs
slow
tests
on
GCE,
sequentially.'
timeout
:
150
# See #24072
timeout
:
150
# See #24072
job-env
:
|
job-env
:
|
...
@@ -115,6 +117,7 @@
...
@@ -115,6 +117,7 @@
--ginkgo.skip=\[Feature:.+\]"
--ginkgo.skip=\[Feature:.+\]"
export PROJECT="k8s-jkns-e2e-gce-flaky"
export PROJECT="k8s-jkns-e2e-gce-flaky"
-
'
gce-scalability'
:
-
'
gce-scalability'
:
cron-string
:
'
{sq-cron-string}'
description
:
'
Run
the
performance/scalability
tests
on
GCE.
A
larger
cluster
is
used.'
description
:
'
Run
the
performance/scalability
tests
on
GCE.
A
larger
cluster
is
used.'
timeout
:
120
timeout
:
120
# TODO: Run this twice a day after we make kubemark-500 a blocking suite.
# TODO: Run this twice a day after we make kubemark-500 a blocking suite.
...
@@ -181,6 +184,7 @@
...
@@ -181,6 +184,7 @@
provider-env
:
'
{gke-provider-env}'
provider-env
:
'
{gke-provider-env}'
suffix
:
suffix
:
-
'
gke'
:
-
'
gke'
:
cron-string
:
'
{sq-cron-string}'
description
:
'
Runs
all
non-slow,
non-serial,
non-flaky,
tests
on
GKE
in
parallel
(against
GKE
test
endpoint)'
description
:
'
Runs
all
non-slow,
non-serial,
non-flaky,
tests
on
GKE
in
parallel
(against
GKE
test
endpoint)'
timeout
:
50
# See #21138
timeout
:
50
# See #21138
job-env
:
|
job-env
:
|
...
@@ -188,6 +192,7 @@
...
@@ -188,6 +192,7 @@
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
export GINKGO_PARALLEL="y"
-
'
gke-slow'
:
-
'
gke-slow'
:
cron-string
:
'
{sq-cron-string}'
description
:
'
Run
slow
E2E
tests
on
GKE
using
the
latest
successful
build.'
description
:
'
Run
slow
E2E
tests
on
GKE
using
the
latest
successful
build.'
timeout
:
150
# See #24072
timeout
:
150
# See #24072
job-env
:
|
job-env
:
|
...
...
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-kubemark.yaml
View file @
f5cc8f77
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
-
'
5-gce'
:
-
'
5-gce'
:
description
:
'
Run
minimal
Kubemark
to
make
sure
it
is
not
broken.'
description
:
'
Run
minimal
Kubemark
to
make
sure
it
is
not
broken.'
timeout
:
60
timeout
:
60
cron-string
:
'
H/5
*
*
*
*
'
cron-string
:
'
{sq-cron-string}
'
job-env
:
|
job-env
:
|
export E2E_NAME="kubemark-5"
export E2E_NAME="kubemark-5"
export PROJECT="k8s-jenkins-kubemark"
export PROJECT="k8s-jenkins-kubemark"
...
...
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-test-go.yaml
View file @
f5cc8f77
...
@@ -73,6 +73,7 @@
...
@@ -73,6 +73,7 @@
suffix
:
suffix
:
-
'
go'
:
-
'
go'
:
branch
:
'
master'
branch
:
'
master'
cron-string
:
'
{sq-cron-string}'
timeout
:
80
timeout
:
80
-
'
go-release-1.2'
:
-
'
go-release-1.2'
:
branch
:
'
release-1.2'
branch
:
'
release-1.2'
...
...
hack/jenkins/job-configs/kubernetes-jenkins/node-e2e.yaml
View file @
f5cc8f77
...
@@ -150,6 +150,7 @@
...
@@ -150,6 +150,7 @@
owner
:
'
pszczesniak@google.com'
owner
:
'
pszczesniak@google.com'
shell
:
'
make
test-unit
test-integration'
shell
:
'
make
test-unit
test-integration'
-
'
kubelet'
:
-
'
kubelet'
:
cron-string
:
'
{sq-cron-string}'
repoName
:
'
kubernetes/kubernetes'
repoName
:
'
kubernetes/kubernetes'
gitbasedir
:
'
k8s.io/kubernetes'
gitbasedir
:
'
k8s.io/kubernetes'
owner
:
'
pwittroc@google.com'
owner
:
'
pwittroc@google.com'
...
...
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