Skip to content

Commit

Permalink
Merge pull request #50 from ralphbean/factory-q3
Browse files Browse the repository at this point in the history
Update factory config for Q3
  • Loading branch information
accorvin authored Sep 13, 2018
2 parents 697601b + d2f9831 commit 88bae99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
25 changes: 10 additions & 15 deletions configs/mosaic_config.Factory
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
[mosaic]
mosaic_issues=FACTORY-2392,FACTORY-2393,FACTORY-2394
baseline_start=2018-03-01
baseline_end=2018-05-31
current_period_start=2018-06-01
current_period_end=2018-08-31
mosaic_issues=FACTORY-2935,FACTORY-2936
baseline_start=2018-06-01
baseline_end=2018-08-31
current_period_start=2018-09-01
current_period_end=2018-11-30

[FACTORY-2392]
query=prioritycycletime
query_argument=Critical,Blocker
target=-20%
rolling=True

[FACTORY-2393]
query=cycletime
[FACTORY-2935]
query=statusduration
query_argument=In Review
target=-10%
rolling=True

[FACTORY-2394]
[FACTORY-2936]
query=statusduration
query_argument=Internal Deployment
target=-20%
target=-10%
rolling=True
8 changes: 4 additions & 4 deletions factory.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ project=FACTORY
attribution=true

; OPTIONAL. A comma-separated list of epics to be excluded from the query set
hide_epics=FACTORY-1946,FACTORY-1941,FACTORY-1408,FACTORY-1947,FACTORY-1950,FACTORY-1983,FACTORY-1940,FACTORY-1942,FACTORY-1944,NOS-1291,DEVOPSQE-504,XMON-5,FACTORY-2388,FACTORY-2183,FACTORY-2257,FACTORY-2305,FACTORY-2216
hide_epics=DEVOPSA-3635,FACTORY-2725,FACTORY-2257,FACTORY-3097,FACTORY-3018,FACTORY-1698,FACTORY-2366,FACTORY-1948,FACTORY-1991,FACTORY-2182,FACTORY-2391,FACTORY-2389

; OPTIONAL. A comma-separated list of epics to be included in the results
include_epics=FACTORY-2190,FACTORY-1698,FACTORY-2362,FACTORY-2366,FACTORY-1991,FACTORY-2182,FACTORY-1886,FACTORY-2389,FACTORY-2390,FACTORY-2392,FACTORY-2393,FACTORY-2394,FACTORY-1948,FACTORY-2391
include_epics=FACTORY-2216,FACTORY-2554,FACTORY-2877,FACTORY-2918,FACTORY-2920,FACTORY-2921,FACTORY-2922,FACTORY-2935,FACTORY-2936,FACTORY-2937,FACTORY-2938

; OPTIONAL The path to the mosaic config file if you want to use mosaic
mosaic_config=configs/mosaic_config.Factory
Expand All @@ -27,7 +27,7 @@ mosaic_config=configs/mosaic_config.Factory
; This is a $SCENARIO block
[statusslides]
; REQUIRED. The title for your report
title=Factory 2.0, FY19Q2 Status
title=Factory 2.0, FY19Q3 Status

; REQUIRED. The path to a template for output.
template=threebean/slides.md
Expand Down Expand Up @@ -62,7 +62,7 @@ template=threebean/confluence.something
; This is a $SCENARIO block
[email]
; REQUIRED. The title for your report
title=Factory 2.0, FY19Q2 Status
title=Factory 2.0, FY19Q3 Status

; REQUIRED. The path to a template for output.
template=threebean/email.md
Expand Down

0 comments on commit 88bae99

Please sign in to comment.