test: do not install moneo#57
Merged
spetrosi merged 1 commit intolinux-system-roles:mainfrom Feb 2, 2026
Merged
Conversation
Do not install moneo in tests - requires special image Fix indentation Move tests/test.yml to tests/playbooks directory because it is a playbook but it isn't a test that we want to run in CI. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
Reviewer's GuideAdjusts SKU customisation task block indentation and test playbook defaults so that moneo is not installed during CI tests, and fixes a minor comment typo. Flow diagram for SKU customisation task block indentation and executionflowchart TD
A[hpc_sku_customisation is true?] -->|no| Z[Skip SKU customisation block]
A -->|yes| B[stat __hpc_azure_resource_dir/topology]
B --> C{topology exists?}
C -->|yes| Z
C -->|no| D[copy topology definitions to __hpc_azure_resource_dir/topology]
D --> E[copy graph files to __hpc_azure_resource_dir/customisations]
E --> F[template setup_sku_customisations.sh to __hpc_azure_resource_dir/bin]
F --> G[template remove_sku_customisations.sh to __hpc_azure_resource_dir/bin]
G --> H[template sku_customisation.service to /etc/systemd/system]
H --> I[enable sku_customisation.service]
I --> J[template test-sku-setup.sh to __hpc_azure_tests_dir]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
spetrosi
approved these changes
Feb 2, 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.
Do not install moneo in tests - requires special image
Fix indentation
Move tests/test.yml to tests/playbooks directory because it is a playbook
but it isn't a test that we want to run in CI.
Signed-off-by: Rich Megginson rmeggins@redhat.com
Summary by Sourcery
Adjust SKU customisation task structure and update tests to avoid installing moneo in default scenarios.
Bug Fixes:
Enhancements:
Tests: