Should not rebuild in pr#444
Closed
enhaut wants to merge 10 commits into
Closed
Conversation
Without this the export_handler logger handler would append all recipes executed by a single Controller instance into a shared list. The export_handler initialization/teardown is moved to set_recipe() and unset_recipe() methods to avoid that. Signed-off-by: Jan Tluka <jtluka@redhat.com>
Call `machine_cleanup()` before `accept_connection()` to destroy the old `InterfaceManager` and its netlink socket. Without this, stale netlink events accumulate in the buffer and get forwarded to the new controller eventhough message is irrelevant for current controller session. Resolves: LNST-project#433
This should be integrated into the Controller container to automatically create a temporary pool from a single input file that will be used by the controller runner. Signed-off-by: Ondrej Lichtner <olichtne@redhat.com>
controller: export results to mounted results folder controller: use upstream lnst instead of local copy REMOVE ME: use personal lnst fork sq dockerfile sq controller: added example recipes test db sq docker file docs: document LNST_SRC build argument for version pinning Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Based on `test_environment.json` file. This also removes strict checks for NIC specs in matching algorithm and only `hwaddr` is now used. controller: added agent setup script Containerized controller now parses `test_environment.json` file with list of hosts that are supposed to be used in test. Controller tries to ssh into that machines with either ssh keys (these needs to be mounted in contianer's `~/.ssh/`) or password provided in plaintext in `test_environment.json` file. If LNST is already installed on remote agents, nothing happens. It just checks whether it's running. sq entrypoint sq entrypoint docs: document test environment description file format Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> docs: document automatic agent setup via SSH Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
No changes to
container_files/controller/so it shouldn't trigger test build, rebuild after merging only