Conversation
one (group, os) unit of work: resolve scenario.yml params with strict overrides, render, run the sequence, destroy no matter what, collect molecule.log/report.xml/summary.json under local/runs/. does not source local/env.sh, the caller owns the aws/libvirt seam. the Taskfile run and list tasks go through it, exported scenario vars give way to --param.
two containers, master and n workers, on the libvirt hypervisor from local/README.md. nothing generated: master.cfg imports tools/render and builds one force scheduler per group with the scenario.yml params as form fields, plus release and destroy sweeps over many groups. graceful stop, run.py destroys the guests. selinux label separation off, ssh key staged with 600 perms, stale twistd pidfiles cleared, rhel and arm deselected by default since local/env.sh has no images for them.
Naeem-Akhter
approved these changes
Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improves the local experience by adding a proper buildbot UI over the runner, accessible on http://localhost:8010 by default