QA-1464 - Mender Client version#2839
Open
danielskinstad wants to merge 2 commits intomendersoftware:masterfrom
Open
QA-1464 - Mender Client version#2839danielskinstad wants to merge 2 commits intomendersoftware:masterfrom
danielskinstad wants to merge 2 commits intomendersoftware:masterfrom
Conversation
|
@danielskinstad, start a full integration test pipeline with:
my commands and optionsYou can prevent me from automatically starting CI pipelines:
You can trigger a client pipeline on multiple prs with:
You can trigger GitHub->GitLab branch sync with:
You can cherry pick to a given branch or branches with:
|
6d91df8 to
9781882
Compare
Contributor
Author
|
@mender-test-bot start integration pipeline |
|
Hello 😺 I created a pipeline for you here: Pipeline-2337322896 Build Configuration Matrix
|
`min_mender_client_version` was unused and rather than getting the minimum version from the env, it got it from the release tool. Added a new variable, `MENDER_CLIENT_VERSION`, that determines when to run tests marked with `min_mender_client_version`. Ticket: QA-1464 Signed-off-by: Daniel Skinstad Drabitzius <daniel.drabitzius@northern.tech>
The docker-compose UM will part of the Mender Client 6 Signed-off-by: Daniel Skinstad Drabitzius <daniel.drabitzius@northern.tech>
9781882 to
ba3c610
Compare
lluiscampos
approved these changes
Feb 20, 2026
| def version_is_minimum(version, min_version): | ||
| # Handle maintenance branch patterns like "5.0.x" | ||
| # Replace .x with 99 to ensure that we run correct tests on maintenance branches | ||
| version_normalized = re.sub(r"\.x\b", ".99", version) |
| MENDER_CONTAINER_MODULES_VERSION=main | ||
|
|
||
| # Version of the Mender Client "bundle" | ||
| MENDER_CLIENT_VERSION=master |
Member
There was a problem hiding this comment.
What about default main here?
I understand that when running the integration tests from the client pipeline we will be feeding in the MENDER_CLIENT_SUBCOMPONENTS_REV as MENDER_CLIENT_VERSION.
You can argue that the virtual device versions still use -master, so take this as an open ended suggestion really.
| return make_artifact | ||
|
|
||
|
|
||
| @pytest.mark.min_mender_client_version("6.0.0") |
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.
No description provided.