Jack Lloyd-Walters has proposed merging
~lloydwaltersj/maas-ci/+git/system-tests:fix-image-test-command-name into
~maas-committers/maas-ci/+git/system-tests:master.
Commit message:
fix misnamed variable
Requested reviews:
MAAS Committers (maas-committers)
For more details, see:
https://code.launchpad.net/~lloydwaltersj/maas-ci/+git/system-tests/+merge/443574
--
Your team MAAS Committers is requested to review the proposed merge of
~lloydwaltersj/maas-ci/+git/system-tests:fix-image-test-command-name into
~maas-committers/maas-ci/+git/system-tests:master.
diff --git a/utils/gen_config.py b/utils/gen_config.py
index 32932e0..49543db 100755
--- a/utils/gen_config.py
+++ b/utils/gen_config.py
@@ -216,7 +216,7 @@ def main(argv: list[str]) -> int:
else:
config.pop("ansible-playbooks", None)
- if args.image_tests:
+ if args.image_name:
config["image-tests"] = config.get("image-tests", {})
with args.image_mapping as fh:
image_cfg: dict[str, Any] = yaml.load(fh)
--
Mailing list: https://launchpad.net/~sts-sponsors
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sts-sponsors
More help : https://help.launchpad.net/ListHelp