From 978c8f2eac8deec254853dfc7f621e014044adb2 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Wed, 30 Apr 2025 07:25:03 +0900 Subject: [PATCH] Add configuration for 2026.1/"G" elections This is the result of the execution from "setup-election-config" command on the repo assuming release date as 2025-10-01 per current release information on https://releases.openstack.org and setting voting weeks as 3 rather than default 2 from TC suggestion. Paste log: https://paste.opendev.org/show/bidSFRdkbuKYNSS2yXGm/ Change-Id: I1b6838c1b923c6a8210ddf666cee1ca199c3c131 --- configuration.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index c99de647..288bab64 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -1,26 +1,26 @@ --- -release: 2025.2 +release: 2026.1 election_type: combined -tag: 0.18.0 -tc_seats: 5 +tag: to-be-released +tc_seats: 4 timeframe: - name: 2024.2-2025.1 - start: 2024-03-15T00:00 - end: 2025-02-19T00:00 - email_deadline: 2025-02-19T00:00 + name: 2025.1-2025.2 + start: 2024-09-13T00:00 + end: 2025-08-20T00:00 + email_deadline: 2025-08-20T00:00 timeline: - name: TC Nominations - start: 2025-02-05T23:45 - end: 2025-02-19T23:45 + start: 2025-08-06T23:45 + end: 2025-08-20T23:45 - name: PTL Nominations - start: 2025-02-05T23:45 - end: 2025-02-19T23:45 + start: 2025-08-06T23:45 + end: 2025-08-20T23:45 - name: TC Campaigning - start: 2025-02-19T23:45 - end: 2025-02-26T23:45 + start: 2025-08-20T23:45 + end: 2025-08-27T23:45 - name: TC Election - start: 2025-02-26T23:45 - end: 2025-02-26T23:45 + start: 2025-08-27T23:45 + end: 2025-09-17T23:45 - name: PTL Election - start: 2025-02-26T23:45 - end: 2025-02-26T23:45 + start: 2025-08-27T23:45 + end: 2025-09-17T23:45