mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
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:
commit
de3ce4f465
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user