[dpdk-ci] [PATCH v2 00/10] Automatic patchwork delegation
    alialnu at oss.nvidia.com 
    alialnu at oss.nvidia.com
       
    Tue Sep 21 16:35:32 CEST 2021
    
    
  
From: Ali Alnubani <alialnu at nvidia.com>
This patchset adds support for automatic patch delegation.
The script 'guess_git_tree.py' was renamed to 'pw_maintainers_cli.py'
and now supports finding patch and series maintainers. It can also
delegate patches to them using git-pw.
The script 'poll-pw' was rewritten to fetch new api resources
by filtering with date and project. It now supports fetching both
patches and series.
Ali Alnubani (10):
  tools: rename guess_git_tree script
  tools: match by tree url instead of tree name
  tools: update script usage
  tools: add functionality for detecting tree maintainers
  tools: add functionality for setting pw delegates
  add git-pw to requirements file
  tools: filter new patchwork IDs by date
  tools: add support for fetching new series IDs
  tools: filter new patchwork IDs by project name
  tools: skip the IDs we already fetched
 requirements.txt                              |   3 +-
 tools/poll-pw                                 |  84 ++++++++----
 ...uess_git_tree.py => pw_maintainers_cli.py} | 121 ++++++++++++++----
 3 files changed, 161 insertions(+), 47 deletions(-)
 rename tools/{guess_git_tree.py => pw_maintainers_cli.py} (67%)
-- 
2.25.1
    
    
More information about the ci
mailing list