Re: [RFC PATCH] drm/ci: add helper script update-xfails.py

2023-09-28 Thread Sergi Blanch Torne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Helen, On Wed, 2023-09-27 at 19:28 -0300, Helen Koike wrote: > > > +def get_unit_test_name_and_results(unit_test): > > > +    if "Artifact results/failures.csv not found" in unit_test: > > > +    return None, None > > > +    unit_test_name,

Re: [RFC PATCH] drm/ci: add helper script update-xfails.py

2023-09-27 Thread Helen Koike
Hi Sergi, Thanks for your comments. On 27/09/2023 05:58, Sergi Blanch Torne wrote: Hi Helen, On Mon, 2023-09-25 at 16:55 -0300, Helen Koike wrote: Hello, This script is being very handy for me, so I suppose it could be handy to others, since I'm publishing it in the xfails folder. Let

Re: [RFC PATCH] drm/ci: add helper script update-xfails.py

2023-09-27 Thread Sergi Blanch Torne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Helen, On Mon, 2023-09-25 at 16:55 -0300, Helen Koike wrote: > Hello, > > This script is being very handy for me, so I suppose it could be > handy > to others, since I'm publishing it in the xfails folder. > > Let me know your thoughts. I

[RFC PATCH] drm/ci: add helper script update-xfails.py

2023-09-25 Thread Helen Koike
Add helper script that given a gitlab pipeline url, analise which are the failures and flakes and update the xfails folder accordingly. Example: Trigger a pipeline in gitlab infrastructure, than re-try a few jobs more than once (so we can have data if failues are consistent across jobs with the