Commit Graph

8 Commits

Author SHA1 Message Date
Nate Johnston bba805af02 Retire the Congress project
Recently the TC has worked on determining the criteria for when an
OpenStack project should be retired.  When there was not a PTL nominee
for the Congress project, that triggered the TC to review the project
health per [1], and the TC has determined [2] that development work on
the project has ceased.  This decision was announced in the
openstack-discuss mailing list in April 2020 [3].

This commit retires the repository per the process for governance
removal in the Victoria cycle as specified in the Mandatory Repository
Retirement resolution [4] and detailed in the infra manual [5].

Should interest in developing Congress as part of OpenStack revive,
please revert this commit to have the project rejoin the list of active
projects.

The community wishes to express our thanks and appreciation to all of
those who have contributed to the Congress project over the years.

[1] https://governance.openstack.org/tc/reference/dropping-projects.html
[2] http://eavesdrop.openstack.org/irclogs/%23openstack-tc/latest.log.html#t2020-04-20T15:36:59
[3] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014292.html
[4] https://governance.openstack.org/tc/resolutions/20190711-mandatory-repository-retirement.html
[5] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#retiring-a-project

Change-Id: I21c9ab9820f78cf76adf11c5f0591c60f76372a8
2020-05-28 18:12:16 +02:00
maaoyu 85243abf63 Update review site link
Change-Id: I90a1f38dfb21c35e4a62bf20e09712d5f95b5451
2019-12-27 11:08:44 +08:00
Anusha Ramineni 9c0096278f remove new_arch in tox
Gate jobs related to new_arch have been removed, so it is
no longer required now.

Change-Id: Ib5550bfb00d0fd8213318899cbb73f2cda19c895
2016-09-05 11:35:46 +05:30
Masahito Muroi dfd4c1b29e Adds test directory for new architecture
This patch enables tox to test both old architecture and new
architecture. If you'd like to test with new architecture, execute
following command.

 $ tox -enew_arch

Change-Id: I28a137b73fcd8f56ecdeedfc20274f7b37bab620
2016-01-28 17:50:09 -08:00
Eric K a774cad2bd Eliminate unnecessary deps for tox -e pep8,genconfig
Purpose: dramatically reduce how long it takes to run
$ tox -e pep8,genconfig
improving usability and dev productivity.

Change:
Replace full requirements.txt + test-requirements.txt install by minimal deps
for pep8 and genconfig testenv's

Result:
- tox -epep8 time reduces from 3m30s to 16s on initial run and
from 50s to 5s on subsequent runs
- tox -egenconfig time reduces from 3m46s to 12s on initial run and
from 1m13s to 3s in subsequent runs
(Times measured on my machine; similar proportions expected on other machines)

Change-Id: I0596a6970725189fd9b46a0cac923b86ccb03f8c
2015-12-14 20:48:48 -08:00
Tim Hinrichs 17b93c53ad Remove policy_path config from devstack
policy_path is no longer used by Congress, so this change removes it from the
devstack install.

Change-Id: I5c8b9df086ff170cb272a399d7f575ba99571b1f
2015-04-23 11:38:03 -07:00
Aaron Rosen b83f327a3a Add abandon_old_review script
This patch adds the abandon_old_review script that neutron and nova
both use. The scipt has been updated to work with congress projects.

Change-Id: I689ddc05d2521ef45a30f198256696d465562d70
2015-02-05 23:34:01 -08:00
Aaron Rosen caaca79347 Fix run_tests.sh so that it can build a venv
Change-Id: Ic94b245f356aac7baa2c78894e9930e8168091e9
closes-bug: #1379625
2014-10-09 21:55:54 -07:00