Commit Graph

11 Commits

Author SHA1 Message Date
Pierre Riteau 2aa28e65cb Fix pep8 failures
The openstack-tox-pep8 job is failing with:

AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'

Fix by using a newer version of hacking and fix problems it found.

Change-Id: I26e7309d9f90cbad877f8f65ba8c2ec0ee023c70
2020-10-05 18:32:56 +02:00
Thierry Carrez b27c79740a Consolidate meeting channels
There is no need for 4 meeting channels, especially now that
we allow meetings to happen in team channels.

Let's remove #openstack-meeting-4 by moving the few meetings
still happening there to other available meeting channels.

Assuming it gets the required +1s, this change will be merged
Thursday, Mar 19 at 15utc (after the Glance meeting completes)

Once this merges, we can retire #openstack-meeting-4.

Change-Id: I96890de13083c09bdd677bf44b6eee535e6fde20
2020-03-17 14:32:42 +00:00
Zuul b900d0b355 Merge "Add count_slot_usage argument for sensitivity" 2019-01-09 11:24:21 +00:00
Zuul ccd63b2bec Merge "Update count_slot_usage for new recurrences" 2019-01-09 11:24:21 +00:00
Thierry Carrez 90d0c47dd3 Consolidate openstack-meeting channels
With some IRC meetings having moved to team channels, we have
a lot more room in the "common" meeting rooms. To the point
where #openstack-meeting-cp and #openstack-meeting-5 are taking
up valuable bot space (bots can only join so many channels) for
very little usage.

Furthermore, the benefit of using common channels is that the
team activity is publicized to meeting channel lurkers, and
neither #openstack-meeting-cp not #openstack-meeting-5 gathered
a faithful attendance.

This propose to consolidate meetings to the other meeting channels
(#openstack-meeting{,-alt,3,4}) by moving the only two meetings
that actually took advantage of those two meeting rooms.

Once this merges, we can start the work of removing those from the
meeting bot watch.

Change-Id: Iafcba92f908f4305492737ffea2771acf85a7fbc
2019-01-03 13:58:38 +01:00
Thierry Carrez 36c57a9970 Add count_slot_usage argument for sensitivity
By default, report when a slot has less than a weekly slot
available, but allow users to specify another sensitivity.

Change-Id: I8a52d9fb39039af049f419ac31b3281d6b057dac
2018-12-19 10:34:56 +01:00
Thierry Carrez 66c5a3af6b Update count_slot_usage for new recurrences
The count_slot_usage.py tool was not updated when the
monthly and quadweekly recurrences were added. Do that
now.

Change-Id: I978726c13a910549b2f81f4b21c28ca05ba09c26
2018-12-17 17:37:27 +01:00
Alex Schultz 462a72ea06 Update Puppet OpenStack meeting information
Recently it was decided[0] to drop the recurring meeting and switch to
a more adhoc basis. This change is to update the meeting information
and release the slot in #openstack-meeting-4

[0] http://lists.openstack.org/pipermail/openstack-dev/2017-August/120410.html

Change-Id: Icadb78dbf8cb242716c3d11f8ae236767192c220
2017-08-03 10:07:32 -06:00
Thierry Carrez d78b182711 Allow meetings to be scheduled in meeting-5
Add #openstack-meeting-5 to the list of channels you
can schedule meetings against.

Add the channel to the count_slot_usage.py script so
that it reports accurate information.

Depends-On: If8b4e31af2eb647f249a578ec7f585cb23fdc559
Change-Id: Ic9b38e99cf434557b7b568f02b12b16e4efc432c
2016-12-09 11:04:51 +01:00
Thierry Carrez 6a5154df27 Fix count_slot_usage.py meeting links
Meeting links as printed out by count_slot_usage.py improperly
used format(), resulting in %s leftovers in the output. This
change fixes that.

Change-Id: Id63df83841014474e89655e0f6e75cd0ace3da41
2016-09-06 15:15:53 +02:00
Tony Breeds 86ec421ed4 Add helper to find full slots
A quick script to read the yaml files and count the used time slots.

Co-Authored-By: John L. Villalovos <john.l.Villalovos@intel.com>
Change-Id: I8a21c26ca1e90f8e45be81ed1fcdca634c0a8593
2016-05-23 17:28:41 -07:00