Skip to content

Support description in individual step phases #4158

@psss

Description

@psss

Sometimes it's useful to provide more details about an individual step phase, for example:

prepare:
  - name: enable-latest-copr
    summary: Enable copr repo with the latest tmt bits
    description:
        We often need to adjust test data here in the tests repo.
        When the corresponding change is merged in the main tmt
        repository we would have failing tests here until the next
        tmt release. Thus we use the latest bits from the copr
        repository instead.
    how: install
    copr: "@teemtee/latest"

As for now we only support description for the whole plan. Let's allow it for individual step phases as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    specificationMetadata specification (core, tests, plans, stories)

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions