Miloš Prchlík
Miloš Prchlík
We are using callouts to add more details for each line, for example: ```asciidoc .Alert configuration example [source,yml] .... - alert: TFT_QueueTooBig expr: jenkins_queue_size_value{job=~"jenkins|stg-jenkins"} > 30 .... this is the...
Noticed in https://github.com/teemtee/fmf/pull/170/: when consuming directives, it would be nice to use the recent schema-based validation FMF offers to its users.
Derived from https://github.com/teemtee/tmt/issues/2706: ```yaml adjust: - when: distro == rhel-9 context+: llvm: 19 - when: llvm == 19 ... ``` Since fmf does not recognize `context`, this might need a...
Pull Request Checklist * [x] implement the feature
Finish the naming scheme, document it, and add a couple of images to improve the coverage of `prepare/install` and package manager tests (CentOS Stream 9, Fedora 39 and 40). Pull...
Some environment variables might be sensitive, and tmt dumping them in its log and other files might cause troubles, leaking credentials, and spreading headaches among users. Would it be possible...
Pull Request Checklist * [x] implement the feature
Pull Request Checklist * [x] implement the feature
Pull Request Checklist * [x] implement the feature