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
2a72ff54
Commit
2a72ff54
authored
Jan 12, 2016
by
Joe Finney
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19301 from spxtr/job-configs
Track most remaining Jenkins E2E jobs.
parents
e20a0db1
edc274b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
2 deletions
+113
-2
global.yaml
hack/jenkins/job-configs/global.yaml
+5
-0
kubernetes-e2e.yaml
hack/jenkins/job-configs/kubernetes-e2e.yaml
+108
-2
No files found.
hack/jenkins/job-configs/global.yaml
View file @
2a72ff54
...
@@ -57,3 +57,8 @@
...
@@ -57,3 +57,8 @@
</testDataPublishers>
</testDataPublishers>
<healthScaleFactor>100.0</healthScaleFactor>
<healthScaleFactor>100.0</healthScaleFactor>
</hudson.tasks.junit.JUnitResultArchiver>
</hudson.tasks.junit.JUnitResultArchiver>
# Default email recipients are set in Jenkins global config
-
defaults
:
name
:
global
emails
:
'
$DEFAULT_RECIPIENTS'
hack/jenkins/job-configs/kubernetes-e2e.yaml
View file @
2a72ff54
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
-
junit-publisher
-
junit-publisher
-
gcs-uploader
-
gcs-uploader
-
log-parser
-
log-parser
-
email-ext
-
email-ext
:
recipients
:
"
{emails}"
triggers
:
triggers
:
-
reverse
:
-
reverse
:
jobs
:
'
{trigger-job}'
jobs
:
'
{trigger-job}'
...
@@ -29,7 +30,7 @@
...
@@ -29,7 +30,7 @@
-
workspace-cleanup
-
workspace-cleanup
-
project
:
-
project
:
name
:
kubernetes-e2e
name
:
kubernetes-e2e
-gce-master
trigger-job
:
'
kubernetes-build'
trigger-job
:
'
kubernetes-build'
test-owner
:
'
Build
Cop'
test-owner
:
'
Build
Cop'
branch
:
'
master'
branch
:
'
master'
...
@@ -61,6 +62,16 @@
...
@@ -61,6 +62,16 @@
-
'
gce-flannel'
:
-
'
gce-flannel'
:
description
:
'
Run
E2E
tests
on
GCE
using
Flannel
and
the
latest
successful
build.
This
suite
is
quarantined
in
a
dedicated
project
because
Flannel
integration
is
experimental.'
description
:
'
Run
E2E
tests
on
GCE
using
Flannel
and
the
latest
successful
build.
This
suite
is
quarantined
in
a
dedicated
project
because
Flannel
integration
is
experimental.'
timeout
:
90
timeout
:
90
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-e2e-gke-master
trigger-job
:
'
kubernetes-build'
test-owner
:
'
GKE
on-call'
branch
:
'
master'
emails
:
'
$DEFAULT_RECIPIENTS,
cloud-kubernetes-alerts@google.com'
suffix
:
-
'
gke-ci'
:
-
'
gke-ci'
:
description
:
|
description
:
|
Run e2e tests using the following config:<br>
Run e2e tests using the following config:<br>
...
@@ -81,5 +92,100 @@
...
@@ -81,5 +92,100 @@
- cluster (k8s): ci/latest.txt<br>
- cluster (k8s): ci/latest.txt<br>
- tests: ci/latest.txt
- tests: ci/latest.txt
timeout
:
120
timeout
:
120
-
'
gke-flaky'
:
description
:
|
Run flaky e2e tests using the following config:<br>
- provider: GKE<br>
- apiary: staging<br>
- borg job: test<br>
- client (kubectl): ci/latest.txt<br>
- cluster (k8s): ci/latest.txt<br>
- tests: ci/latest.txt
timeout
:
300
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-e2e-gke-1.1
trigger-job
:
'
kubernetes-build-1.1'
test-owner
:
'
GKE
on-call'
branch
:
'
release-1.1'
emails
:
'
$DEFAULT_RECIPIENTS,
cloud-kubernetes-alerts@google.com'
suffix
:
-
'
gke-1.1'
:
timeout
:
150
description
:
'
Run
E2E
tests
on
GKE
from
the
current
release
branch.'
-
'
gke-prod'
:
timeout
:
180
description
:
|
Run e2e tests using the following config:<br>
- provider: GKE<br>
- apiary: prod<br>
- borg job: prod<br>
- client (kubectl): release/stable.txt<br>
- cluster (k8s): release/stable.txt<br>
- tests: release/stable.txt
-
'
gke-staging'
:
timeout
:
300
description
:
|
Run e2e tests using the following config:<br>
- provider: GKE<br>
- apiary: staging<br>
- borg job: staging<br>
- client (kubectl): release/stable.txt<br>
- cluster (k8s): release/stable.txt<br>
- tests: release/stable.txt
-
'
gke-subnet'
:
test-owner
:
'
cjcullen'
timeout
:
300
description
:
|
Run e2e tests using the following config:<br>
- provider: GKE<br>
- apiary: prod<br>
- borg job: prod<br>
- client (kubectl): release/stable.txt<br>
- cluster (k8s): release/stable.txt<br>
- tests: release/stable.txt
emails
:
'
cjcullen@google.com'
-
'
gke-test'
:
timeout
:
300
description
:
|
Run e2e tests using the following config:<br>
- provider: GKE<br>
- apiary: staging<br>
- borg job: test<br>
- client (kubectl): release/stable.txt<br>
- cluster (k8s): release/stable.txt<br>
- tests: release/stable.txt
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-e2e-gce-1.1
trigger-job
:
'
kubernetes-build-1.1'
test-owner
:
'
Build
Cop'
branch
:
'
release-1.1'
suffix
:
-
'
gce-release-1.1'
:
timeout
:
175
description
:
'
Run
E2E
tests
on
GCE
from
the
current
release
branch.'
-
'
gce-disruptive-1.1'
:
timeout
:
180
description
:
'
Run
disruptive
E2E
tests
on
GCE
from
the
current
release
branch.'
-
'
gce-scalability-1.1'
:
timeout
:
210
description
:
'
Run
scalability
E2E
tests
on
GCE
from
the
current
release
branch.'
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-e2e-1.0
trigger-job
:
'
kubernetes-build-1.0'
test-owner
:
'
Build
Cop'
branch
:
'
release-1.0'
suffix
:
-
'
gce-release-1.0'
:
timeout
:
150
description
:
'
Run
E2E
tests
on
GCE
from
the
release-1.0
branch.'
jobs
:
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
'
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