Add Review-Priority queries

They are copied from the kolla dashboards.

Change-Id: I93f7bdbe9fbfcdd193f76e4dd9bc59cd1a830804
This commit is contained in:
Pierre Riteau 2020-06-18 22:31:15 +02:00
parent 01c737aa7f
commit f6d619cac0
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@ foreach = (project:openstack/kayobe OR project:openstack/kayobe-config OR projec
[section "My Patches Requiring Attention"]
query = owner:self (label:Verified-1,zuul OR label:Code-Review-1 OR label:Workflow<=-1)
[section "High priority changes"]
query = label:Review-Priority=2
[section "Priority changes"]
query = label:Review-Priority=1
[section "Feature freeze"]
query = label:Review-Priority=-1
[section "Small things (<25 LOC, limit 10)"]
query = delta:<=25 limit:10 (NOT label:Code-Review-1,kayobe-core) label:Verified>=1,zuul branch:master