Commit de3ce4f4 authored by k8s-merge-robot's avatar k8s-merge-robot

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.
parents 14591736 e5dfba49
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment