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
fde35453
Commit
fde35453
authored
Apr 07, 2016
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use dockerized e2e for g[ck]e-flaky jobs, and run on the Jenkins slave
Force all other e2e jobs to run on master.
parent
25371101
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
global.yaml
hack/jenkins/job-configs/global.yaml
+1
-0
kubernetes-e2e.yaml
...enkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
+6
-0
No files found.
hack/jenkins/job-configs/global.yaml
View file @
fde35453
...
@@ -138,6 +138,7 @@
...
@@ -138,6 +138,7 @@
branch
:
'
master'
branch
:
'
master'
job-env
:
'
'
job-env
:
'
'
runner
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/e2e-runner.sh")
runner
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/e2e-runner.sh")
dockerized-runner
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/dockerized-e2e-runner.sh")
old-runner-1-1
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.1/hack/jenkins/e2e.sh")
old-runner-1-1
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.1/hack/jenkins/e2e.sh")
old-runner-1-0
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.0/hack/jenkins/e2e.sh")
old-runner-1-0
:
bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.0/hack/jenkins/e2e.sh")
provider-env
:
'
'
provider-env
:
'
'
...
...
hack/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e.yaml
View file @
fde35453
...
@@ -15,6 +15,8 @@
...
@@ -15,6 +15,8 @@
description
:
'
{description}
Test
owner:
{test-owner}.'
description
:
'
{description}
Test
owner:
{test-owner}.'
logrotate
:
logrotate
:
daysToKeep
:
7
daysToKeep
:
7
node
:
'
{jenkins_node}'
jenkins_node
:
'
master'
disabled
:
'
{obj:disable_job}'
disabled
:
'
{obj:disable_job}'
builders
:
builders
:
-
shell
:
|
-
shell
:
|
...
@@ -105,6 +107,8 @@
...
@@ -105,6 +107,8 @@
export KUBE_ADMISSION_CONTROL="NamespaceLifecycle,InitialResources,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota"
export KUBE_ADMISSION_CONTROL="NamespaceLifecycle,InitialResources,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota"
-
'
gce-flaky'
:
-
'
gce-flaky'
:
description
:
'
Run
the
flaky
tests
on
GCE,
sequentially.'
description
:
'
Run
the
flaky
tests
on
GCE,
sequentially.'
jenkins_node
:
'
e2e'
runner
:
'
{dockerized-runner}'
timeout
:
180
timeout
:
180
job-env
:
|
job-env
:
|
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Flaky\] \
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Flaky\] \
...
@@ -213,6 +217,8 @@
...
@@ -213,6 +217,8 @@
- client (kubectl): ci/latest.txt<br>
- client (kubectl): ci/latest.txt<br>
- cluster (k8s): ci/latest.txt<br>
- cluster (k8s): ci/latest.txt<br>
- tests: ci/latest.txt
- tests: ci/latest.txt
jenkins_node
:
'
e2e'
runner
:
'
{dockerized-runner}'
timeout
:
300
timeout
:
300
job-env
:
|
job-env
:
|
export PROJECT="k8s-jkns-e2e-gke-ci-flaky"
export PROJECT="k8s-jkns-e2e-gke-ci-flaky"
...
...
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