From cea20859b8aa4a453a278fca5841bca9375eace1 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Tue, 21 May 2024 20:22:27 +0900 Subject: [PATCH] Add configuration for 2025.1/"E" elections This is the result of the execution from "setup-election-config" command on the repo assuming release date as 2024-10-02 per current release information on https://releases.openstack.org. Paste log: https://paste.opendev.org/show/b9rALLzAuyUBiEpYYlit/ Change-Id: I2cb7351c1f474b092c81f71b5fcff3a2f68c241a --- configuration.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index e3e0d4f8..d0e5809d 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,26 +1,26 @@ --- -release: 2024.2 +release: 2025.1 election_type: combined -tag: 0.16.0 -tc_seats: 5 +tag: to-be-released +tc_seats: 4 timeframe: - name: 2023.2-2024.1 - start: 2023-03-03T00:00 - end: 2024-02-28T00:00 - email_deadline: 2024-02-28T00:00 + name: 2024.1-2024.2 + start: 2023-09-15T00:00 + end: 2024-08-28T00:00 + email_deadline: 2024-08-28T00:00 timeline: - name: TC Nominations - start: 2024-02-14T23:45 - end: 2024-02-28T23:45 + start: 2024-08-14T23:45 + end: 2024-08-28T23:45 - name: PTL Nominations - start: 2024-02-14T23:45 - end: 2024-02-28T23:45 + start: 2024-08-14T23:45 + end: 2024-08-28T23:45 - name: TC Campaigning - start: 2024-02-28T23:45 - end: 2024-03-06T23:45 + start: 2024-08-28T23:45 + end: 2024-09-04T23:45 - name: TC Election - start: 2024-03-06T23:45 - end: 2024-03-20T23:45 + start: 2024-09-04T23:45 + end: 2024-09-18T23:45 - name: PTL Election - start: 2024-03-06T23:45 - end: 2024-03-20T23:45 + start: 2024-09-04T23:45 + end: 2024-09-18T23:45