← Back to team overview

sts-sponsors team mailing list archive

Re: [Merge] ~maas-committers/maas-ci/+git/system-tests:improve-ansible-performance into ~maas-committers/maas-ci/+git/system-tests:master

 


Diff comments:

> diff --git a/systemtests/ansible.py b/systemtests/ansible.py
> index 7c671c8..10aedba 100644
> --- a/systemtests/ansible.py
> +++ b/systemtests/ansible.py
> @@ -21,6 +23,9 @@ if TYPE_CHECKING:
>  NAME = "systemtests.ansible"
>  LOG = getLogger(NAME)
>  
> +# match a string "[test_text]" without including the brackets
> +MATCH_HEADERS = r"(?<=\[)[a-zA-Z]+(?=\])"

redundant

> +
>  
>  class MissingRoleOnHost(Exception):
>      """Raised when a host is missing a role they were expected to have."""


-- 
https://code.launchpad.net/~maas-committers/maas-ci/+git/system-tests/+merge/440179
Your team MAAS Committers is requested to review the proposed merge of ~maas-committers/maas-ci/+git/system-tests:improve-ansible-performance into ~maas-committers/maas-ci/+git/system-tests:master.