Skip to content

tmt run ... --update-missing resets the values of other fields? #4890

Description

@LecrisUT

Here's a quick example

provision:
  how: container
  image: debian
execute:
  how: tmt
  script: |
    cat /etc/os-release
    source /etc/os-release
    [  "$ID" != "debian"  ] && exit 1
$ tmt -vvvv run -a provision --update-missing -h virtual
    provision
        provision.provision task #1: default-0
        how: container
        order: 50
        distro: Fedora Linux 43 (Container Image)

So how was not missing so provision/container was preserved, but for some reason the image got lost.

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcode | cliChanges related to the command line interfacecode | stepsImplementation of steps and their phases

Type

Projects

  • Status
    backlog
  • Status
    triaged

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions