From 1e77c4ec48ef541ae8ccffa51c1f01f04db925f5 Mon Sep 17 00:00:00 2001 From: Suzy Howlett Date: Mon, 13 Feb 2017 15:06:41 +1100 Subject: [PATCH 1/2] Add crbug update SLO dash for Blink>CSS --- configs/blink.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configs/blink.json b/configs/blink.json index 09ca31f..b56b838 100644 --- a/configs/blink.json +++ b/configs/blink.json @@ -17,8 +17,15 @@ {"user": "Sasha", "email": "sashab@chromium.org"}, {"user": "Tim Ansell", "email": "mithro@mithis.com"} ], +"updateSLO": { + "daily": "1", + "weekly": "7", + "fortnightly": "14", + "monthly": "30" +}, "dashes": [ "cz-clock-dash", + "cz-component-dash(Blink CSS)", "cz-review-latency-dash(true)", "cz-review-load-dash", "cz-calendar-feed-source", @@ -32,5 +39,11 @@ ], "github": { "customelements": { "name": "customelements/v2", "repo": "customelements/v2", "shields": ["travis", "github/issues-pr", "github/issues"] } +}, +"issue-sources": { + "Blink CSS": { + "tag": "cz-crbug-issues", + "query": {"component": "Blink>CSS"} + } } } From 70316874516282fd7c18ceff3d0ac55c16340ec0 Mon Sep 17 00:00:00 2001 From: Suzy Howlett Date: Mon, 13 Feb 2017 16:21:42 +1100 Subject: [PATCH 2/2] Move change to new style-street config And while we're at it, add style folks to the animations dash. --- configs/animations-ave.json | 6 +++++- configs/blink.json | 13 ------------ configs/style-street.json | 40 +++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 14 deletions(-) create mode 100644 configs/style-street.json diff --git a/configs/animations-ave.json b/configs/animations-ave.json index 8e5cde6..8ae8510 100644 --- a/configs/animations-ave.json +++ b/configs/animations-ave.json @@ -4,7 +4,11 @@ {"user": "Eric", "email": "ericwilligers@chromium.org", "github": "ewilligers"}, {"user": "Alan", "email": "alancutter@chromium.org", "github": "alancutter"}, {"user": "Suzy", "email": "suzyh@chromium.org", "github": "suzyh"}, - {"user": "Alexey", "email": "loyso@chromium.org", "github": "loyso"} + {"user": "Alexey", "email": "loyso@chromium.org", "github": "loyso"}, + {"user": "Naina", "email": "nainar@chromium.org"}, + {"user": "Bugs", "email": "bugsnash@chromium.org"}, + {"user": "Renee", "email": "rjwright@chromium.org"}, + {"user": "Eddy", "email": "meade@chromium.org"} ], "components": { "animation": "Blink>Animation" diff --git a/configs/blink.json b/configs/blink.json index b56b838..09ca31f 100644 --- a/configs/blink.json +++ b/configs/blink.json @@ -17,15 +17,8 @@ {"user": "Sasha", "email": "sashab@chromium.org"}, {"user": "Tim Ansell", "email": "mithro@mithis.com"} ], -"updateSLO": { - "daily": "1", - "weekly": "7", - "fortnightly": "14", - "monthly": "30" -}, "dashes": [ "cz-clock-dash", - "cz-component-dash(Blink CSS)", "cz-review-latency-dash(true)", "cz-review-load-dash", "cz-calendar-feed-source", @@ -39,11 +32,5 @@ ], "github": { "customelements": { "name": "customelements/v2", "repo": "customelements/v2", "shields": ["travis", "github/issues-pr", "github/issues"] } -}, -"issue-sources": { - "Blink CSS": { - "tag": "cz-crbug-issues", - "query": {"component": "Blink>CSS"} - } } } diff --git a/configs/style-street.json b/configs/style-street.json new file mode 100644 index 0000000..89018c1 --- /dev/null +++ b/configs/style-street.json @@ -0,0 +1,40 @@ +{"cardview-heading": "This is Style Street", +"cardview-columns": 1, +"users": [ + {"user": "Eric", "email": "ericwilligers@chromium.org"}, + {"user": "Alan", "email": "alancutter@chromium.org"}, + {"user": "Naina", "email": "nainar@chromium.org"}, + {"user": "Suzy", "email": "suzyh@chromium.org"}, + {"user": "Bugs", "email": "bugsnash@chromium.org"}, + {"user": "Renee", "email": "rjwright@chromium.org"}, + {"user": "Eddy", "email": "meade@chromium.org"} +], +"components": { + "css": "Blink>CSS" +}, +"updateSLO": { + "daily": "1", + "weekly": "7", + "fortnightly": "14", + "monthly": "30" +}, +"dashes": [ + "cz-clock-dash", + "cz-component-dash(Blink CSS)", + "cz-regression-dash", + "cz-review-latency-dash(true)", + "cz-review-load-dash" +], +"timezones": [ + {"city": "MTV", "timezone": "US/Pacific"}, + {"city": "Waterloo", "timezone": "America/Nipigon"}, + {"city": "Tokyo", "timezone": "Asia/Tokyo"}, + {"city": "Sydney", "timezone": "Australia/Sydney", "local": true} + ], +"issue-sources": { + "Blink CSS": { + "tag": "cz-crbug-issues", + "query": {"component": "Blink>CSS"} + } +} +}