[PATCH v5 1/3] create_new_execution_file_from_tags: change tag argument

Ali Alnubani alialnu at nvidia.com
Mon Feb 7 16:56:44 CET 2022


> -----Original Message-----
> From: ohilyard at iol.unh.edu <ohilyard at iol.unh.edu>
> Sent: Monday, February 7, 2022 5:08 PM
> To: ci at dpdk.org; Ali Alnubani <alialnu at nvidia.com>
> Cc: Owen Hilyard <ohilyard at iol.unh.edu>
> Subject: [PATCH v5 1/3] create_new_execution_file_from_tags: change tag
> argument
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> BREAKING CHANGE: --tags syntax changed
> 
> Due to limitations of the argparse library, you can't have 2 varidic
> arguments. Since upcoming requirements for the CI require the ability to
> specify individual tests to be run (ex: weekly rte_flow testing), this
> script must have the ability to pass in those tests as well. This is a
> change made to support that.
> 
> Old syntax:
> "--tags core documentation"
> 
> New syntax:
> "--tag core --tag documentation"
> 
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> ---

Thanks.

Acked-by: Ali Alnubani <alialnu at nvidia.com>


More information about the ci mailing list