mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #22833 from wonderfly/disable_trusty_dev_slow
Jenkins: Add the ability to selectively disable an e2e job
This commit is contained in:
commit
c0d3a0acce
@ -125,6 +125,7 @@
|
|||||||
# Default email recipients are set in Jenkins global config
|
# Default email recipients are set in Jenkins global config
|
||||||
- defaults:
|
- defaults:
|
||||||
name: global
|
name: global
|
||||||
|
disable_job: false
|
||||||
emails: '$DEFAULT_RECIPIENTS'
|
emails: '$DEFAULT_RECIPIENTS'
|
||||||
cron-string: 'H/30 * * * *'
|
cron-string: 'H/30 * * * *'
|
||||||
# How long to wait after sending TERM to send KILL (minutes)
|
# How long to wait after sending TERM to send KILL (minutes)
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
description: '{description} Test owner: {test-owner}.'
|
description: '{description} Test owner: {test-owner}.'
|
||||||
logrotate:
|
logrotate:
|
||||||
daysToKeep: 7
|
daysToKeep: 7
|
||||||
disabled: false
|
disabled: '{obj:disable_job}'
|
||||||
builders:
|
builders:
|
||||||
- shell: |
|
- shell: |
|
||||||
{provider-env}
|
{provider-env}
|
||||||
@ -494,6 +494,9 @@
|
|||||||
description: 'Run slow E2E tests on latest Trusty build.'
|
description: 'Run slow E2E tests on latest Trusty build.'
|
||||||
timeout: 270
|
timeout: 270
|
||||||
- 'dev-slow':
|
- 'dev-slow':
|
||||||
|
# Constantly failing due to a known issue of the image. Disabled
|
||||||
|
# until the issue is resolved.
|
||||||
|
disable_job: true
|
||||||
description: 'Run slow E2E tests on latest Trusty dev build.'
|
description: 'Run slow E2E tests on latest Trusty dev build.'
|
||||||
timeout: 270
|
timeout: 270
|
||||||
- 'beta-slow':
|
- 'beta-slow':
|
||||||
|
Loading…
Reference in New Issue
Block a user