fix: testdata location in cli tests#1921
Merged
matthiasbruns merged 2 commits intoMar 8, 2026
Merged
Conversation
On-behalf-of: SAP <matthias.bruns@sap.com> Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughUpdated a Helm chart test path in an integration test and bumped the ocm helm binding dependency versions in two go.mod files. No functional logic or exported APIs were changed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
On-behalf-of: SAP <matthias.bruns@sap.com> Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
Skarlso
approved these changes
Mar 8, 2026
jakobmoellerdev
approved these changes
Mar 8, 2026
1 task
8 tasks
frewilhelm
pushed a commit
to frewilhelm/open-component-model
that referenced
this pull request
Mar 12, 2026
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it This PR fixes the `testdata` location in cli tests after it has been moved in the helm module #### Which issue(s) this PR fixes Contributes: open-component-model/ocm-project#883 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Adjusted Helm chart test data path used by integration tests to match the restructured test directory layout. * **Chores** * Bumped a Helm-related dependency used by the CLI and integration test modules to a newer upstream revision. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
morri-son
pushed a commit
to morri-son/open-component-model
that referenced
this pull request
Mar 18, 2026
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it This PR fixes the `testdata` location in cli tests after it has been moved in the helm module #### Which issue(s) this PR fixes Contributes: open-component-model/ocm-project#883 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Adjusted Helm chart test data path used by integration tests to match the restructured test directory layout. * **Chores** * Bumped a Helm-related dependency used by the CLI and integration test modules to a newer upstream revision. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Matthias Bruns <git@matthiasbruns.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 task
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.
What this PR does / why we need it
This PR fixes the
testdatalocation in cli tests after it has been moved in the helm moduleWhich issue(s) this PR fixes
Contributes: open-component-model/ocm-project#883
Summary by CodeRabbit