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

Aaron Conole aconole at redhat.com
Wed Jun 21 20:41:57 CEST 2023


ohilyard at iol.unh.edu writes:

> 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>
> ---

1/3, 2/3, and 3/3 applied.

Thanks!



More information about the ci mailing list