From 3d2ce3ca5d71e3053d389ce138fad42f53628d56 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 29 Jan 2018 22:26:09 +0000 Subject: [PATCH] Correct start date for Pike+Queens contributions The Pike release cycle started on or around the date of the Ocata release, not the Pike release. Since the TC charter defines the PTL electorate (APCs) as "Individual Members who committed a change to a repository of a project over the last two 6-month release cycles" we need to include back as far as February 22, 2017. In prior elections, the start was considered the end of the release day (23 hours 59 minutes UTC), so preserve that quirk for consistency. We can revisit that choice in later elections. https://governance.openstack.org/tc/reference/charter.html#voters-for-ptl-seats-apc https://releases.openstack.org/ocata/index.html Change-Id: I08fb6f994d3d05d26f5b0fd7495056e3065f38e1 --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 59d399cc..d5993955 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -5,7 +5,7 @@ tag: 'feb-2018-elections' timeframe: name: 'Pike-Queens' - start: '2017-08-30T23:59' + start: '2017-02-22T23:59' end: '2018-01-29T23:59' email_deadline: '2018-02-01T00:00'