-
Notifications
You must be signed in to change notification settings - Fork 64
feat: migrate PVCViewer Controller test-related workflows to notebooks-v1 branch #601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: notebooks-v1
Are you sure you want to change the base?
feat: migrate PVCViewer Controller test-related workflows to notebooks-v1 branch #601
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f982f82
to
fb652af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contributions - changes I am requesting are hopefully obvious/straightforward...
also please be aware - depending on which notebooks-v1
workflow PR is ready to merge first - we may also need a rebase as some of the testing/gh-actions
files are also being created in additional PRs being raised.
components/pvcviewer-controller/controllers/pvcviewer_controller_test.go
Show resolved
Hide resolved
Hey @andyatmiami |
- Add integration test workflow with Kind cluster setup - Add multi-arch build test for AMD64, ARM64, PPC64LE platforms - Add unit test workflow with Go test coverage - Include testing infrastructure scripts for cert-manager and Istio This migration enables unified CI/CD for PVCViewer Controller within the notebooks repository structure. Signed-off-by: noa limoy <[email protected]>
fb652af
to
1df4177
Compare
Signed-off-by: Noa Limoy <[email protected]>
Signed-off-by: Noa Limoy <[email protected]>
Signed-off-by: Noa Limoy <[email protected]>
Signed-off-by: Noa Limoy <[email protected]> Signed-off-by: noa limoy <[email protected]>
a61be45
to
54e91bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified workflows run as desired on my fork:
ℹ️ While there has been some discussion on _multi_arch_test
workflow in relation to JWA component migration in Slack - those issues don't seem to affect pvcviewer-controller
- so for the time being I'm comfortable leaving this unchanged.
/ok-to-test |
feat: migrate PVCViewer Controller test-related workflow to notebooks repo
This migration enables for PVCViewer Controller tests to run within the notebooks repository.
related: #592