-
Notifications
You must be signed in to change notification settings - Fork 48
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
Need test for baseos image upgrade from within OCI image #539
Comments
At the moment we have a such test to baseos image upgrade: |
@sadov thanks for the pointer.
|
Hi, @deitch. Next, the problem here is in merging your future test and existing one into workflow. We should take into account on this step, that EVE have baseOS testing time. Probably, it will make sense to add some kind of teardown into existing test and future one, where we will ask EVE to return onto IMGA. |
What is the format of the txt file? Is it its own custom DSL? Or is it using some testing framework?
It does work. For my test, I ran it with:
I did this for 2 reasons:
I think the right flow is as above, i.e. change something so we get a new version, build an image locally, load it to registry, then update. How do we do that next? |
This is a variant of the EDEN's Go script for writing tests -- Escript: |
Can we close this issue? Seems, it is resolved. |
Per the discussion here, as soon as that PR merges into eve, there will be support for getting a baseos image from within an OCI image. We should have a test for upgrading that way, in addition to the current.
@giggsoff and @sadov, can you point me to where the current baseos image upgrade tests are, and we can add another?
The text was updated successfully, but these errors were encountered: