remove recheck 'no bug' & 'bug #'
At the QA/Infra sprint we decided that we're getting pretty minimal value from asking people for bugs # in the tool, as we're not really using that information. Instead, just convert to a 'recheck' string, which can include an arbitrary comment after it, so that if people want to provide us with info, we can get it out later, but it's no longer mandatory. Change-Id: I419b0edf2e1805adbdba83b2630b087c7eaf14d9
This commit is contained in:
parent
ba18b3c047
commit
df22d82206
@ -322,7 +322,7 @@ which get the most load (as they run jobs from anyone).
|
|||||||
|
|
||||||
#. Setup Jenkins per :ref:`jenkins`.
|
#. Setup Jenkins per :ref:`jenkins`.
|
||||||
|
|
||||||
At this stage doing a 'recheck no bug' should still report LOST on a change.
|
At this stage doing a 'recheck' should still report LOST on a change.
|
||||||
But in the zuul debug.log in /var/log/zuul you should see a 'build xxx not
|
But in the zuul debug.log in /var/log/zuul you should see a 'build xxx not
|
||||||
registered' being reported from gearman : this indicates you have never had an
|
registered' being reported from gearman : this indicates you have never had an
|
||||||
executor register itself for that queue, and it's being ignored.
|
executor register itself for that queue, and it's being ignored.
|
||||||
|
@ -31,7 +31,7 @@ Requirements
|
|||||||
party testing system breaks.
|
party testing system breaks.
|
||||||
* Support recheck to request re-running a test.
|
* Support recheck to request re-running a test.
|
||||||
|
|
||||||
* Support the following syntaxes ``recheck no bug`` and ``recheck bug ###``.
|
* Support the following syntaxes: ``recheck``.
|
||||||
* Recheck means recheck everything. A single recheck comment should
|
* Recheck means recheck everything. A single recheck comment should
|
||||||
re-trigger all testing systems.
|
re-trigger all testing systems.
|
||||||
* Publish who the maintainers of the third party testing system are, and make
|
* Publish who the maintainers of the third party testing system are, and make
|
||||||
|
@ -12,7 +12,7 @@ pipelines:
|
|||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: change-restored
|
- event: change-restored
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*recheck
|
||||||
success:
|
success:
|
||||||
gerrit:
|
gerrit:
|
||||||
verified: 1
|
verified: 1
|
||||||
@ -31,7 +31,7 @@ pipelines:
|
|||||||
approval:
|
approval:
|
||||||
- workflow: 1
|
- workflow: 1
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*reverify
|
||||||
start:
|
start:
|
||||||
gerrit:
|
gerrit:
|
||||||
verified: 0
|
verified: 0
|
||||||
@ -89,7 +89,7 @@ pipelines:
|
|||||||
gerrit:
|
gerrit:
|
||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*recheck
|
||||||
|
|
||||||
- name: experimental
|
- name: experimental
|
||||||
description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline.
|
description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline.
|
||||||
|
@ -15,7 +15,7 @@ pipelines:
|
|||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: change-restored
|
- event: change-restored
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
require-approval:
|
require-approval:
|
||||||
- username: jenkins
|
- username: jenkins
|
||||||
@ -27,7 +27,7 @@ pipelines:
|
|||||||
- username: jenkins
|
- username: jenkins
|
||||||
older-than: 24h
|
older-than: 24h
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
|
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*reverify
|
||||||
require-approval:
|
require-approval:
|
||||||
- workflow: 1
|
- workflow: 1
|
||||||
- username: jenkins
|
- username: jenkins
|
||||||
@ -126,7 +126,7 @@ pipelines:
|
|||||||
gerrit:
|
gerrit:
|
||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck
|
||||||
|
|
||||||
- name: experimental
|
- name: experimental
|
||||||
description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline.
|
description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline.
|
||||||
@ -196,7 +196,7 @@ pipelines:
|
|||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: change-restored
|
- event: change-restored
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck
|
||||||
success:
|
success:
|
||||||
gerrit: {}
|
gerrit: {}
|
||||||
failure:
|
failure:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user