From b6c037683723b8d25892c0b2c8215b517b961d9b Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 15 Apr 2020 10:03:57 +1000 Subject: [PATCH] Close the Victoria TC election Change-Id: I58cd5cfbfcac748e44526f8df1479511bcf2f075 --- doc/source/results/victoria/tc.yaml | 47 +++++++++++++++++++++++++++++ tools/tc-election-summary.py | 8 +++++ 2 files changed, 55 insertions(+) create mode 100644 doc/source/results/victoria/tc.yaml diff --git a/doc/source/results/victoria/tc.yaml b/doc/source/results/victoria/tc.yaml new file mode 100644 index 00000000..41469bff --- /dev/null +++ b/doc/source/results/victoria/tc.yaml @@ -0,0 +1,47 @@ +candidates: + TC: + - elected: false + email: donny@fortnebula.com + fullname: Donny Davis + ircname: donnyd + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/donny%40fortnebula.com + - elected: true + email: gr@ham.ie + fullname: Graham Hayes + ircname: mugsie + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/gr%40ham.ie + - elected: false + email: jeremyfreudberg@gmail.com + fullname: Jeremy Freudberg + ircname: jeremyfreudberg + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/jeremyfreudberg%40gmail.com + - elected: true + email: knikolla@bu.edu + fullname: Kristi Nikolla + ircname: knikolla + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/knikolla%40bu.edu + - elected: true + email: mnaser@vexxhost.com + fullname: Mohammed Naser + ircname: mnaser + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/mnaser%40vexxhost.com + - elected: true + email: moreira.belmiro.email.lists@gmail.com + fullname: Belmiro Moreira + ircname: belmoreira + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/moreira.belmiro.email.lists%40gmail.com + - elected: false + email: radoslaw.piliszek@gmail.com + fullname: "Rados\u0142aw Piliszek" + ircname: yoctozepto + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/radoslaw.piliszek%40gmail.com + - elected: true + email: rico.lin.guanyu@gmail.com + fullname: Rico Lin + ircname: ricolin + url: https://opendev.org/openstack/election/raw/branch/master/candidates/victoria/TC/rico.lin.guanyu%40gmail.com +election: victoria +elections_results: + TC: https://civs.cs.cornell.edu/cgi-bin/results.pl?id=E_95cb11614fb23566 +projects: +- TC diff --git a/tools/tc-election-summary.py b/tools/tc-election-summary.py index 8aa59d6d..9969e21e 100755 --- a/tools/tc-election-summary.py +++ b/tools/tc-election-summary.py @@ -89,6 +89,14 @@ data = [ 'votes_cast': 279, 'results': '%s?id=%s' % (CIVS_BASE, 'E_6c71f84caff2b37c') }, + # Ussuri is missing as we didn't have an election because the number of + # candidates matched the number of available seats + { + 'election': '04/2020', # Victoria + 'electorate': 808, + 'votes_cast': 208, + 'results': '%s?id=%s' % (CIVS_BASE, 'E_95cb11614fb23566') + }, ]