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
493a8ff5
Commit
493a8ff5
authored
Mar 14, 2016
by
Joe Finney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add parallel, serial, and slow GKE Jenkins jobs.
parent
c0d3a0ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
kubernetes-e2e.yaml
...enkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
+33
-0
No files found.
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
View file @
493a8ff5
...
@@ -259,6 +259,39 @@
...
@@ -259,6 +259,39 @@
-
'
kubernetes-e2e-{suffix}'
-
'
kubernetes-e2e-{suffix}'
-
project
:
-
project
:
name
:
kubernetes-e2e-gke-1-2
trigger-job
:
'
kubernetes-build-1.2'
test-owner
:
'
GKE
on-call'
provider-env
:
|
{gke-provider-env}
export JENKINS_PUBLISHED_VERSION="ci/latest-1.2"
suffix
:
-
'
gke-release-1.2'
:
description
:
'
Run
E2E
tests
on
GKE
from
the
release-1.2
branch.'
timeout
:
30
job-env
:
|
export PROJECT="k8s-jkns-e2e-gke-1-2"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
-
'
gke-serial-release-1.2'
:
description
:
'
Run
[Serial],
[Disruptive]
tests
on
GKE
on
the
release-1.2
branch.'
timeout
:
300
job-env
:
|
export PROJECT="k8s-jkns-e2e-gke-serial-1-2"
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Serial\]|\[Disruptive\] \
--ginkgo.skip=\[Flaky\]|\[Feature:.+\]"
-
'
gke-slow-release-1.2'
:
description
:
'
Run
slow
E2E
tests
on
GKE
using
the
release-1.2
branch.'
timeout
:
60
job-env
:
|
export PROJECT="k8s-jkns-e2e-gke-slow-1-2"
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Slow\] \
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-e2e-gke-1.1
name
:
kubernetes-e2e-gke-1.1
trigger-job
:
'
kubernetes-build-1.1'
trigger-job
:
'
kubernetes-build-1.1'
test-owner
:
'
GKE
on-call'
test-owner
:
'
GKE
on-call'
...
...
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