DPDK CI discussions
 help / color / mirror / Atom feed
From: Ali Alnubani <alialnu@nvidia.com>
To: Lincoln Lavoie <lylavoie@iol.unh.edu>, "ci@dpdk.org" <ci@dpdk.org>
Subject: RE: Community CI Meeting Minutes November 18, 2021
Date: Wed, 1 Dec 2021 13:03:17 +0000	[thread overview]
Message-ID: <CH0PR12MB51569C4B15FC7AFFE42100FEDA689@CH0PR12MB5156.namprd12.prod.outlook.com> (raw)
In-Reply-To: <CAOE1vsPih2mUSH-6+7TpeVOdm+DgBMXKepB6e+fDQZ4dJ8toTg@mail.gmail.com>

Hello,
Sorry for the delayed update,

> -----Original Message-----
> From: Lincoln Lavoie <lylavoie@iol.unh.edu>
> Sent: Thursday, November 18, 2021 5:25 PM
> To: ci@dpdk.org
> Subject: Community CI Meeting Minutes November 18, 2021
> 
> DPDK Community CI Meeting Minutes
> 
> Nov 18, 2021
> 
[..]
> ---------------------------------------------------------------------
> Intel Lab
> 
> * Planning downtime for after 21.11 release for lab migration.
> * Rerun requests: What is the maximum query rate allowed by patchwork?
> The
> overall issue is supporting a common mechanism across the different test
> infrastructures.  Ali will double check if events could be possible in
> patchworks.  Otherwise, we could create a micro-service to do the polling
> solution, and that service generates the events.  Could also put a "script
> / bot" between the mailman and patchworks.

I still believe that modifying Patchwork's events API will require changing Patchwork's Django models, which is going to break future Patchwork upgrades if these changes aren't in upstream first.
Implementing a microservice with HTTP push API (webhook) to callback publicly accessible URLs in the labs might be the best solution and won't have to live in the Patchwork server, it could be in any other lab.
It could callback existing apps/services in the different labs that currently monitor patch state changes using events polling. It can also parse mailing list posts to look for comments that trigger retesting. For the second part, if you don't want to crawl the mailing list archives, a receiving postfix mail server can be configured to deliver mailing list posts to an external command using a pipe postfix service. The external command in this case would be a script that parses the incoming emails.

Please reach out if there is anything I can help with.

Thanks,
Ali

      reply	other threads:[~2021-12-01 13:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18 15:24 Lincoln Lavoie
2021-12-01 13:03 ` Ali Alnubani [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CH0PR12MB51569C4B15FC7AFFE42100FEDA689@CH0PR12MB5156.namprd12.prod.outlook.com \
    --to=alialnu@nvidia.com \
    --cc=ci@dpdk.org \
    --cc=lylavoie@iol.unh.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).