-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
specificationMetadata specification (core, tests, plans, stories)Metadata specification (core, tests, plans, stories)
Description
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
Labels
specificationMetadata specification (core, tests, plans, stories)Metadata specification (core, tests, plans, stories)
Type
Projects
Status
backlog