Add configuration for 2024.2/"D" elections

tony@thor:~/src/opendev.org/openstack/governance$ \
> yq '.[] | select(.date == "February 2023")|.name' \
>  ~/src/opendev.org/openstack/governance/reference/members.yaml \
>  | wc -l
5
(venv) tony@thor:~/src/opendev.org/openstack/election$ \
> setup-election-config --date 2024-04-03 --tc-seats 5 2024.2 combined
Queried: https://opendev.org/openstack/releases/raw/branch/master/data/series_status.yaml
Setting combined Election
Release is at: 2024-04-03
Latest possible completion is at: 2024-03-20
Moving back to Wednesday: 2024-03-20
PTL Election from 2024-03-06T23:45 to 2024-03-20T23:45
TC Election from 2024-03-06T23:45 to 2024-03-20T23:45
TC Campaigning from 2024-02-28T23:45 to 2024-03-06T23:45
PTL Nominations from 2024-02-14T23:45 to 2024-02-28T23:45
TC Nominations from 2024-02-14T23:45 to 2024-02-28T23:45
Set email_deadline to 2024-02-28T00:00
Setting TC timeframe end to email_deadline
Begining of 2023.2 Cycle @ 2023-03-03 00:00:00+00:00
End of 2024.1 cycle @ 2024-02-28 00:00:00+00:00
Election timeframe: 362 days, 0:00:00s

Change-Id: Ibeb49f794159fc8c90e45cac76cd8a0b64339dde
This commit is contained in:
Tony Breeds 2024-01-10 11:18:30 +11:00
parent 39a160dc93
commit c05ec5b520
1 changed files with 17 additions and 17 deletions

View File

@ -1,26 +1,26 @@
---
release: 2024.1
release: 2024.2
election_type: combined
tag: 0.15.0
tc_seats: 4
tag: to-be-released
tc_seats: 5
timeframe:
name: 2023.1-2023.2
start: 2022-09-16T00:00
end: 2023-08-30T00:00
email_deadline: 2023-08-30T00:00
name: 2023.2-2024.1
start: 2023-03-03T00:00
end: 2024-02-28T00:00
email_deadline: 2024-02-28T00:00
timeline:
- name: TC Nominations
start: 2023-08-16T23:45
end: 2023-08-30T23:45
start: 2024-02-14T23:45
end: 2024-02-28T23:45
- name: PTL Nominations
start: 2023-08-16T23:45
end: 2023-08-30T23:45
start: 2024-02-14T23:45
end: 2024-02-28T23:45
- name: TC Campaigning
start: 2023-08-30T23:45
end: 2023-09-06T23:45
start: 2024-02-28T23:45
end: 2024-03-06T23:45
- name: TC Election
start: 2023-09-06T23:45
end: 2023-09-20T23:45
start: 2024-03-06T23:45
end: 2024-03-20T23:45
- name: PTL Election
start: 2023-09-06T23:45
end: 2023-09-20T23:45
start: 2024-03-06T23:45
end: 2024-03-20T23:45