Skip to content

chore: Update mender-artifact arguments to match latest version#2884

Open
elkoniu wants to merge 1 commit into
mendersoftware:masterfrom
elkoniu:MEN-9344
Open

chore: Update mender-artifact arguments to match latest version#2884
elkoniu wants to merge 1 commit into
mendersoftware:masterfrom
elkoniu:MEN-9344

Conversation

@elkoniu
Copy link
Copy Markdown
Contributor

@elkoniu elkoniu commented Apr 20, 2026

In the latest version of mender-artifact parameter --device-type has been replaced with --compatible-types. This requires update all mender-artifact calls which still use old version of argument name.

Ticket: MEN-9344

@mender-test-bot
Copy link
Copy Markdown
Contributor

@elkoniu, start a full integration test pipeline with:

  • mentioning me and start integration pipeline

my commands and options

You can prevent me from automatically starting CI pipelines:

  • if your pull request title starts with "[NoCI] ..."

You can trigger a client pipeline on multiple prs with:

  • mentioning me and start client pipeline --pr mender/127 --pr mender-connect/255

You can trigger a client pipeline for a specific Mender Client release with:

  • mentioning me and start client pipeline --release 6.0.x (can be given multiple times)
  • by default, a pipeline is triggered for each supported release the component is a part of

You can trigger GitHub->GitLab branch sync with:

  • mentioning me and sync

You can print PR statistics for a repository with:

  • mentioning me and print fast pr stats (Team stats only)
  • mentioning me and print full pr stats (Detailed report)
  • options: --repo <repo>, --team <name>, --all-repos, --exclude-drafts, --exclude-user <user>
  • mentioning me and print full pr stats --repo mender --all-repos --exclude-drafts

You can cherry pick to a given branch or branches with:

  • mentioning me and:
 cherry-pick to:
 * 1.0.x
 * 2.0.x

@elkoniu
Copy link
Copy Markdown
Contributor Author

elkoniu commented Apr 22, 2026

@mender-test-bot start integration pipeline

@mender-test-bot
Copy link
Copy Markdown
Contributor

Hello 😺 I created a pipeline for you here: Pipeline-2472547577

Build Configuration Matrix

Key Value
INTEGRATION_REV pull/2884/head
RUN_TESTS_FULL_INTEGRATION true

@elkoniu elkoniu changed the title feat: Update mender-artifact arguments to match latest version chore: Update mender-artifact arguments to match latest version Apr 22, 2026
Copy link
Copy Markdown
Contributor

@danielskinstad danielskinstad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also grep for -t:
at least in

cmd = f"mender-artifact write module-image -T script -n {artifact_name} -t {device_type} -o {output_path} -f {script_path}"

args.extend(["-t", device_type])

cmd = "%s %s write rootfs-image -f %s -t %s -n %s -o %s %s %s" % (

cmd = "%s %s write module-image -T %s -t %s -n %s -o %s %s %s %s" % (

Double check if I missed anything

@elkoniu
Copy link
Copy Markdown
Contributor Author

elkoniu commented Apr 29, 2026

@mender-test-bot start integration pipeline

@mender-test-bot
Copy link
Copy Markdown
Contributor

Hello 😺 I created a pipeline for you here: Pipeline-2487613454

Build Configuration Matrix

Key Value
INTEGRATION_REV pull/2884/merge
RUN_TESTS_FULL_INTEGRATION true

@elkoniu
Copy link
Copy Markdown
Contributor Author

elkoniu commented May 5, 2026

@mender-test-bot start integration pipeline

@mender-test-bot
Copy link
Copy Markdown
Contributor

Hello 😺 I created a pipeline for you here: Pipeline-2502716557

Build Configuration Matrix

Key Value
INTEGRATION_REV pull/2884/head
RUN_TESTS_FULL_INTEGRATION true

In the latest version of mender-artifact parameter `--device-type` has
been replaced with `--compatible-types`. This requires update all
mender-artifact calls which still use old version of argument name.

Ticket: MEN-9344

Signed-off-by: Paweł Poławski <pawel.polawski@northern.tech>
@elkoniu
Copy link
Copy Markdown
Contributor Author

elkoniu commented May 19, 2026

@mender-test-bot start integration pipeline

@mender-test-bot
Copy link
Copy Markdown
Contributor

Hello 😺 I created a pipeline for you here: Pipeline-2538644529

Build Configuration Matrix

Key Value
INTEGRATION_REV pull/2884/head
RUN_TESTS_FULL_INTEGRATION true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants