Skip to content

Implement and test multi-guest support for artifact plugin #5114

Description

@LecrisUT

This primarily becomes a problem after #5089 where we need to feed in the specific NVR package in the artifact to install. Let's say we have

provision:
  - name: fedora-host
    how: container
    image: fedora
  - name: debian-host
    how: container
    image: debian
prepare:
  - how: artifact
    where: fedora-host
    provide: koji.nvr:cmake-4.4.2.fc45
  - how: artifact
    where: debian-host
    provide: ???
  - how: install
    package: cmake

then the prepare/install phase there is common for both guests, but it would have different NVRs for each one that it would need to narrow down to.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    plugin | artifactRelated to the `prepare/artifact` plugin.test coverageImprovements or additions to test coverage of tmt itself

    Type

    No type

    Projects

    • Status
      backlog
    • Status
      triaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions