Merge pull request #24519 from fejta/heapster

Automatic merge from submit-queue

 Disable heapster job which has been broken for a month

https://github.com/kubernetes/kubernetes/issues/23538

This job is no longer producing a useful signal. http://kubekins.dls.corp.google.com/ shows that the last pass was nearly two months ago. I would like to disable the job until someone has the chance to fix it so we are not wasting jenkins resources, contributing to system instability.
This commit is contained in:
k8s-merge-robot 2016-04-21 11:29:19 -07:00
commit de3ce4f465

View File

@ -10,6 +10,7 @@
# dockerfilePath: workspace relative path to the 'Dockerfile' to build
- job-template:
name: '{gitproject}-dockercanarybuild-ci'
disabled: '{obj:disable_job}'
description: 'Build and push {gitproject} docker image.<br>Test Owner: {owner}.'
node: 'node'
logrotate:
@ -60,6 +61,7 @@
- job-template:
name: '{gitproject}-gce-e2e-ci'
description: '{gitproject} continuous e2e tests.<br>Test Owner: {owner}.'
disabled: '{obj:disable_job}'
node: 'node'
logrotate:
numToKeep: 200
@ -147,6 +149,7 @@
gitbasedir: 'k8s.io/heapster'
owner: 'pszczesniak@google.com'
shell: 'make test-unit test-integration'
disable_job: true # Issue #23538
- 'kubelet':
cron-string: '{sq-cron-string}'
repoName: 'kubernetes/kubernetes'