[DNM] save teuthology-suite output - #2232
Open
kshtsk wants to merge 17 commits into
Open
Conversation
added 6 commits
July 8, 2026 15:03
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Allow to configure default architecture in teuthology.yaml to avoid usage of --arch and skip request from the paddles. Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
The get_arch by machine_type is making request from lock, so move it there where it should be. Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Since the get_system_type() method is using a Remote object as a context, move this method to orchestra.remote where it should be. Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
When using --save-configs we allow to save generated configs for the suite to save to separate directory on job basis. Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
added 10 commits
July 16, 2026 14:23
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
tests adjustments Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
No comments. Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Move monkey patching to a separate module, so any teuthology module that is not related on multithreading can be imported without patching. When the monkey patching is needed the module should be imported from the top of cli tools so all necessary functioned patched correctly: import monkeythreading
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
It would be better to drop unnecessary dependency from Remote class and keep it as compact as possible, if we allow to import provision it will transitively include a bunch of other dependencies and eventually end up with including tasks. So better to include provision module in any task module if necessary. Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.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 description provided.