From: Ali Alnubani <alialnu@nvidia.com> To: "ohilyard@iol.unh.edu" <ohilyard@iol.unh.edu>, "ci@dpdk.org" <ci@dpdk.org> Subject: RE: [PATCH v3 1/4] create_new_execution_file_from_tags: change tag argument Date: Thu, 3 Feb 2022 13:14:52 +0000 Message-ID: <DM4PR12MB5167AEB637E2CD7DD9F46108DA289@DM4PR12MB5167.namprd12.prod.outlook.com> (raw) In-Reply-To: <20220201213544.15754-1-ohilyard@iol.unh.edu> > -----Original Message----- > From: ohilyard@iol.unh.edu <ohilyard@iol.unh.edu> > Sent: Tuesday, February 1, 2022 11:36 PM > To: ci@dpdk.org; Ali Alnubani <alialnu@nvidia.com> > Cc: Owen Hilyard <ohilyard@iol.unh.edu> > Subject: [PATCH v3 1/4] create_new_execution_file_from_tags: change tag > argument > [..] > @@ -98,7 +101,11 @@ if __name__ == '__main__': > if execution_plan != 'DEFAULT': > test_allowlist = parse_comma_delimited_list_from_string( > template_execution_file_parser[execution_plan]['test_suites']) > - tests_to_run = list(set(test_allowlist).intersection(tests)) > + if len(tests) != 0: > + tests_to_run = list(set(test_allowlist).intersection(tests)) > + else: > + tests_to_run = [entry for entry in test_allowlist if entry != ''] > + There are empty spaces in this line.
next prev parent reply other threads:[~2022-02-03 13:14 UTC|newest] Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-10-13 14:00 [dpdk-ci] [PATCH v2 " ohilyard 2021-10-13 14:00 ` [dpdk-ci] [PATCH v2 2/4] create_new_execution_file_from_tags: add test argument ohilyard 2021-10-13 14:00 ` [dpdk-ci] [PATCH v2 3/4] guess_git_tree: module doc comment moved ohilyard 2021-10-13 14:00 ` [dpdk-ci] [PATCH v2 4/4] guess_git_tree: fix crash caused by empty diff ohilyard 2022-01-24 11:22 ` [PATCH v2 1/4] create_new_execution_file_from_tags: change tag argument Ali Alnubani 2022-02-01 21:35 ` [PATCH v3 " ohilyard 2022-02-03 13:14 ` Ali Alnubani [this message] 2022-02-07 14:19 ` [PATCH v4 " ohilyard 2022-02-07 14:19 ` [PATCH v4 2/4] create_new_execution_file_from_tags: add test argument ohilyard 2022-02-07 14:19 ` [PATCH v4 3/4] pw_maintainers_cli: move module doc comment ohilyard 2022-02-07 14:19 ` [PATCH v4 4/4] pw_maintainers_cli: fix crash caused by empty diff ohilyard 2022-02-07 14:20 ` [PATCH v4 1/4] create_new_execution_file_from_tags: change tag argument Owen Hilyard 2022-02-07 15:08 ` [PATCH v5 1/3] " ohilyard 2022-02-07 15:08 ` [PATCH v5 2/3] pw_maintainers_cli: move module doc comment ohilyard 2022-02-07 15:56 ` Ali Alnubani 2022-02-07 15:08 ` [PATCH v5 3/3] pw_maintainers_cli: fix crash caused by empty diff ohilyard 2022-02-07 15:56 ` Ali Alnubani 2022-02-07 15:56 ` [PATCH v5 1/3] create_new_execution_file_from_tags: change tag argument Ali Alnubani 2022-02-01 21:35 ` [PATCH v3 2/4] create_new_execution_file_from_tags: add test argument ohilyard 2022-02-01 21:35 ` [PATCH v3 3/4] pw_maintainers_cli: module doc comment moved ohilyard 2022-02-03 13:14 ` Ali Alnubani 2022-02-01 21:35 ` [PATCH v3 4/4] guess_git_tree: fix crash caused by empty diff ohilyard 2022-02-03 13:14 ` Ali Alnubani
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=DM4PR12MB5167AEB637E2CD7DD9F46108DA289@DM4PR12MB5167.namprd12.prod.outlook.com \ --to=alialnu@nvidia.com \ --cc=ci@dpdk.org \ --cc=ohilyard@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
DPDK CI discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/ci/0 ci/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ci ci/ http://inbox.dpdk.org/ci \ ci@dpdk.org public-inbox-index ci Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.ci AGPL code for this site: git clone https://public-inbox.org/public-inbox.git