Smoke test K3S in MinimalVM - #25409
Merged
ricardobranco777 merged 1 commit intoApr 28, 2026
Merged
Conversation
|
Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files. |
grisu48
reviewed
Apr 23, 2026
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
4 times, most recently
from
April 23, 2026 16:05
125e0ff to
6641817
Compare
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
from
April 23, 2026 16:06
6641817 to
4179255
Compare
volodymyrkatkalov
marked this pull request as ready for review
April 24, 2026 07:22
volodymyrkatkalov
requested review from
mloviska,
pdostal and
ricardobranco777
as code owners
April 24, 2026 07:22
mloviska
previously approved these changes
Apr 24, 2026
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
2 times, most recently
from
April 24, 2026 08:16
bcba902 to
52381aa
Compare
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
3 times, most recently
from
April 24, 2026 10:15
305a4b8 to
5e50dec
Compare
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
from
April 24, 2026 10:16
5e50dec to
9220716
Compare
linguini-dev
previously requested changes
Apr 24, 2026
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
from
April 24, 2026 13:28
9220716 to
e6ca307
Compare
mergify
Bot
dismissed
linguini-dev’s stale review
April 24, 2026 13:28
Pull request has been modified.
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
3 times, most recently
from
April 24, 2026 17:57
4dc0604 to
769b34e
Compare
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
4 times, most recently
from
April 24, 2026 20:14
2d35170 to
57312f5
Compare
volodymyrkatkalov
marked this pull request as draft
April 24, 2026 20:40
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
from
April 27, 2026 08:49
606ae1b to
57312f5
Compare
volodymyrkatkalov
marked this pull request as ready for review
April 27, 2026 08:50
mimi1vx
reviewed
Apr 27, 2026
Introduce a new smoke test for k3s in Minimal-VM. Re-use existing functions ifrom lib/containers/k8s.pm as much as possible. - Related ticket: https://progress.opensuse.org/issues/199595
volodymyrkatkalov
force-pushed
the
minimalvm_k3s
branch
from
April 27, 2026 10:37
57312f5 to
e041451
Compare
linguini-dev
approved these changes
Apr 28, 2026
mloviska
approved these changes
Apr 28, 2026
ricardobranco777
approved these changes
Apr 28, 2026
| } | ||
|
|
||
| if ($runtime eq 'k3s') { | ||
| if ('CONTAINER_K3S_SMOKETEST') { |
Contributor
There was a problem hiding this comment.
I realize now that this variable is not needed at all. Because we already have a smoketest below: containers/run_container_in_k3s that we'd likely also want to run.
volodymyrkatkalov
added a commit
to volodymyrkatkalov/os-autoinst-distri-opensuse
that referenced
this pull request
Apr 29, 2026
Continuation of os-autoinst#25409
volodymyrkatkalov
added a commit
to volodymyrkatkalov/os-autoinst-distri-opensuse
that referenced
this pull request
Apr 29, 2026
Continuation of os-autoinstGH-25409
fsimorda
pushed a commit
to fsimorda/os-autoinst-distri-opensuse
that referenced
this pull request
May 4, 2026
Continuation of os-autoinstGH-25409
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.
Introduce a new smoke test for k3s in Minimal-VM.
Re-use existing functions ifrom lib/containers/k8s.pm as much as possible.