Re: Allow CI to only run the compiler warnings task

2025-03-11 Thread Bertrand Drouvot
uot;, "linux", "compilerwarnings"] and it worked as > > expected. > > And for the testing. Mandatory rebase attached. Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com >From 5041819

Re: Allow CI to only run the compiler warnings task

2024-09-11 Thread Bertrand Drouvot
Hi, On Wed, Sep 11, 2024 at 04:39:57PM +0300, Nazir Bilal Yavuz wrote: > Hi, > > On Wed, 11 Sept 2024 at 15:36, Bertrand Drouvot > wrote: > > > > Hi hackers, > > > > While working on a new pg_logicalinspect module ([1]), I reached a point > > where > > all the CI tests were green except the com

Re: Allow CI to only run the compiler warnings task

2024-09-11 Thread Nazir Bilal Yavuz
Hi, On Wed, 11 Sept 2024 at 15:36, Bertrand Drouvot wrote: > > Hi hackers, > > While working on a new pg_logicalinspect module ([1]), I reached a point where > all the CI tests were green except the compiler warnings one. Then, to save > time > addressing the issue, I modified the .cirrus.tasks.

Allow CI to only run the compiler warnings task

2024-09-11 Thread Bertrand Drouvot
ow CI to only run the compiler warnings task That could be useful to only run the CI compiler warnings task when addressing compiler warnings issues. Renaming ci-os-only to ci-task-only and adding filtering for the "compilerwarnings" task. --- .cirrus.tasks.yml | 16 s