-
I'm trying to run calibration on a published phospho-enriched TMT dataset, and all but two of the files fail to calibrate. Has anyone else tried to run calibration on such a dataset or know why it's f…
-
can't do it. I have some good data that would certainly benefit from calibration.
-
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 reco…
happz updated
8 months ago
-
TMT collects all tests dependencies and tries to install them before running the tests.
This causes problem when a test plans contains a lot of tests and the dependency of a single test fails to be…
-
If users specify memory: > 4096 ,when they want to get an instance with memory > 4096 MiB, tmt will provide memory > 0 instance.
-
provision multi host, maybe one of them will provision failed for some reason, but other hosts should continue to run next steps, and now the tmt cmd be aborted.
```
provision --insert -h beak…
-
The DNF 4 bootc plugin needs integration tests, and [ci-dnf-stack](https://github.com/rpm-software-management/ci-dnf-stack) is not equipped to test things meant for OSTree systems. Some unanswered que…
-
All `tmt run` data including test cloud images are kept on the disk after run is finished.
This can take a lot of space.
Ideas (from the workshop)
- Remove run data unless specified otherwise
- …
-
I just upgraded tmt to version 1.30 and tmt status (--abandoned) has empty output even when there is a machine that has been recently provisioned. I usually use tmt like this:
```
1. tmt run -avvv -…
-
Given a test plan whose discover phase already contains exclusions I would like to be able to append additional ones when invoking `tmt`.
The syntax can look like: `tmt ... discover --exclude+ ...`.