feat(cli): Add nexus validate benchmarks command#136
Merged
Conversation
…s on PR Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
…the nexus package Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
… command Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Member
Author
|
@AlessandroPomponio and/or @michael-johnston have a look when you get the chance |
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Member
|
Checks Summary Last run: 2026-06-18T07:52:46.996Z Mend Unified Agent vulnerability scan found 20 vulnerabilities:
|
AlessandroPomponio
requested changes
Jun 17, 2026
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
AlessandroPomponio
approved these changes
Jun 18, 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.
PR Summary: Add
nexus validate benchmarksCommandOverview
This PR introduces a comprehensive benchmark validation system with a new
nexus validate benchmarkscommand and adds package existence validation. It also restructures the existing validation command to use subcommands.Key Changes
1. New Command:
nexus validate benchmarksAdded three validation modes for benchmark instances:
Usage:
2. Validation Process
The validation performs comprehensive checks for each benchmark instance using isolated environments:
One Virtual Environment Per Instance:
uvMulti-Stage Validation:
space.yamlstructure and required fieldsnexus.yaml3. Breaking Change: Command Restructure
IMPORTANT: The existing
nexus validatecommand has been restructured into subcommands:Before:
After:
All existing package validation functionality remains unchanged, but now requires the
packagesubcommand.