The list of officals has grown overtime, but not everyone is active,
nor due to personal/employment chnages, can actully perform this role.
Remove officials for now except official(s) who commented on the review
and expect/required to opt-in affrim they're available.
Change-Id: I9f718f2eeae4aaf194fa8e2f7caa0d976182e6c8
This reverts commit 5654bf4cd8176562e7499ef9f2e59ade8704b282.
Reason for revert: Election are closed now, adding her back in election official.
Change-Id: I4bd2007eb14952a7323841f207b2b19428ec9798
This patch adds my name to the list of election
officials so I can help with the next election cycle.
Change-Id: I2dffb25162a79a21a3c0b4928b258551e5f8dac2
Doc job is failing because sphinx 4.4.0
raise error for hardcoded extlinks link
- https://github.com/sphinx-doc/sphinx/pull/9800
Warning, treated as error for extlinks defined in the
doc/source/conf.py
To fix those error we need to replace all the 'https:/opendev.org/openstack/'
which is defined as extlinks in all the ptl.rst files from previous
release elections too. I think we just remove to define it as extlinks
and keep full complete url in doc which does not harm.
Change-Id: I263da27b3c39a5816e6c8961027337b02e7331d7
README had the wrong directory for closing out PTL and TC
elections.
Also close out TC & PTL election for Yoga
Change-Id: I243e74e51ec23709e33c3ad4ece2ca80cbadf20a
All strings are considered as unicode string from Python 3.
This patch drops the explicit unicode literal (u'...')
appearances from the unicode strings.
Change-Id: Ifd455c425249cefa0082607993c157e7b884f0e2
The Jinja templates for formatting the election results expect an
'election_results' property to be loaded from the results yaml files to
generate election results.
There have been a few election cycles for PTLs now that have not needed
a election due to only having one candidate. In these cases, the yaml
files for the ptl results of those election cycles did not include the
empty 'election_results' property. This adds it to the missing data sets
to allow the docs job to pass.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Change-Id: I759b06a6b977299873ec8ab1f7e727d8b7071518
Since there's a good influx of volunteer OpenStack technical
election officials this round, I'm dropping back off the duty
roster. I'll still be around to help troubleshoot/patch the tooling
and answer questions.
Change-Id: Ib3c5e52733e189860fd94488a1d5997ca8b20e82
The special election had been completed. Record the results, and
also correct the "tag" used to generate the rolls, since the one
previously listed was from the Wallaby cycle election last year.
Change-Id: Iefba8fa46f3f518af1adb6f7c626d80e7002936a
Honestly, running the elections in parallel is so much easier than running
them separately. Since we have the precendence for running them together, I
figured I would propose we do it again.
Change-Id: Ifb37a00ca800e99699de2cf68e12533a4545f750
Tony has asked me to remove him from the election officials list.
Many thanks for his tireless work on this over the years!
Change-Id: I276b7ee2a1323c35c5d789e195dd6a71878310d8
Update the election stats data for Wallaby TC and Telemetry PTL
polls. Also add the missing train PTL poll stats.
Change-Id: I6a08a1109cb0fe0efd898ed9f9c8c54364fbff21
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Disable openstackdocs_auto_version to not auto-version the documents.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Remove python 2.7 stanza from setup.py, cleanup tox.ini for python3,
update hacking version and fix problem found.
Change-Id: Ic0721e60f6583abb52bb665fbf113c8017318e2c
Now that we allow an election to close with one or more leaderless
projects it's worth tracking that on the results page.
Change-Id: Ie6a5ae8302dcd3ef9645067ba5d7f7bbd1c451f7
Nomination period closed and voting is not needed so
it is a good idea to post PTL election results.
Change-Id: I6b9bb279952200df8e9aafb49756ebce6ecd1c8d
Doc requirements are not needed for unit test runs. This moves doc
requirements into the recommended doc/requirements.txt location and
updates the tox target to pull from there.
Change-Id: I06761a6090d64ae1be5065727f7f56ede14c8d13
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
With warnings treated as errors in the docs build, when the cycle name
size varies it results in an error with the RST title line length not
matching the text length.
Change-Id: Ic5da3fd11c98c1da869fe9cd9d7d285a36222236
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>