From 1b6699245096f069f4658d75bce2fa4b5d8af032 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 10 Jan 2019 10:51:07 +1100 Subject: [PATCH] Setup Train TC election Set the TC election as follows: Summit is at: 2019-04-22 Latest possible completion is at: 2019-03-11 Moving back to Tuesday: 2019-03-05 TC Election from 2019-02-26T23:45 to 2019-03-05T23:45 TC Campaigning from 2019-02-19T23:45 to 2019-02-26T23:45 TC Nominations from 2019-02-12T23:45 to 2019-02-19T23:45 Set email_deadline to 2019-02-19T00:00 Setting TC timeframe end to email_deadline Begining of Rocky Cycle @ 2018-02-09 00:00:00+00:00 End of Stein cycle @ 2019-02-19 00:00:00+00:00 Election timeframe: 375 days, 0:00:00s This is a week earlier than expected (based on the summit date of 2019-04-29) as we have the PTG and summit at more or less the same time and we'd like to run the elections in series rather then parallel. Change-Id: Ieead5df13df4e56ac29031398a4fa1634e5912e9 --- candidates/train/TC/.placeholder | 0 configuration.yaml | 33 +++++++++++++------------------- 2 files changed, 13 insertions(+), 20 deletions(-) create mode 100644 candidates/train/TC/.placeholder diff --git a/candidates/train/TC/.placeholder b/candidates/train/TC/.placeholder new file mode 100644 index 00000000..e69de29b diff --git a/configuration.yaml b/configuration.yaml index b8c9b899..8339d93f 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,27 +1,20 @@ --- -release: stein +release: train election_type: tc - -tag: 'sept-2018-elections' - +tag: feb-2019-elections +tc_seats: 7 timeframe: - name: 'Queens-Rocky' - # Beginning of the pike RC1/branch point for queens - start: '2017-08-11T00:00' - end: '2018-08-30T00:00' - # Email deadline, to give officials the campaign/ptg week to - # generate and verify rolls - email_deadline: '2018-09-09T00:00' - -tc_seats: 6 - + name: Rocky-Stein + start: 2018-02-09T00:00 + end: 2019-02-19T00:00 + email_deadline: 2019-02-19T00:00 timeline: - name: 'TC Nominations' - start: '2018-08-30T23:45' - end: '2018-09-06T23:45' + start: '2019-02-12T23:45' + end: '2019-02-19T23:45' - name: 'TC Campaigning' - start: '2018-09-06T23:45' - end: '2018-09-18T23:45' + start: '2019-02-19T23:45' + end: '2019-02-26T23:45' - name: 'TC Elections' - start: '2018-09-18T23:45' - end: '2018-09-27T23:45' + start: '2019-02-26T23:45' + end: '2019-03-05T23:45'