-
Notifications
You must be signed in to change notification settings - Fork 184
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
microshift as an environment for integration test #182
Comments
cc @sallyom |
@rootfs ,@sallyom , may I know
|
I do know that @sallyom was attempting to begin the work on integrating the OCP CI framework into this repository. She may also be able to comment if the ability still exists to run MicroShift completely containerized which would allow for us to successfully use it with Ubuntu. If not we may be able to fork the MicroShift testing framework for this project as well to deploy microshift and then the Kepler objects |
the manifests/openshift are working now AFAIK, see here https://github.com/sustainable-computing-io/kepler/blob/main/manifests/openshift/README.md I will report back wrt running on MicroShift - haven't tried that - however, if you have an OpenShift cluster you can deploy with the above README |
do you know if we are able to make OpenShift running in github action(github hosted agent) ? |
@sallyom / @rootfs , would you like ref to sustainable-computing-io/kepler-action#8 implements microshift support in our customer github action? then we can reuse microshift as k8s cluster in our CI for all projects. (kepler, operator, helm etc...) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
any update on this? |
Not sure about the GitHub action for Microshift but I have recently used Microshift for CI purposes and I use the default github-runners and run Microshift in a container as I had an issue in the past deploying Micorshift straight on Ubuntu and there is an open issue as well related to this. If this doesn't work then we can definitely explore the container option as well. In my experience, it works fine. Just have some extra steps😅 |
yeah... as #182 (comment)
|
this is finished by @vprashar2929 |
Is your feature request related to a problem? Please describe.
add microshift as micro of openshift as integration test env
Describe the solution you'd like
considering github action providing agent as ubuntu, should try command below to see if we are able to use microshift as a k8s cluster for integration test.
https://github.com/thinkahead/microshift/blob/main/install-ubuntu22.04.sh
Describe alternatives you've considered
n/A
Additional context
n/A
The text was updated successfully, but these errors were encountered: