Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions fedora-ci/tmt-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ When running tests in Fedora CI, Packit automatically provides TMT context dimen

The following TMT context dimensions are automatically set by Packit for for rpminspect, rpmlint, and custom Fedora CI test jobs:

| Context | Description | Example Values |
| ----------------- | ---------------------------------- | ---------------------------------------------- |
| `arch` | Processor architecture | `x86_64` |
| `distro` | Distribution/compose being tested | `centos-stream-9`, `centos-stream-10` |
| `dist-git-branch` | Target branch of the dist-git PR | `rawhide`, `f41`, `f40`, `epel-9`, `epel-10.1` |
| `initiator` | Who triggered the test | `fedora-ci` |
| `trigger` | Event type that triggered the test | `commit` |
| Context | Description | Example Values |
| ----------------- | ----------------------------------------- | ---------------------------------------------- |
| `arch` | Processor architecture | `x86_64` |
| `distro` | Distribution/compose being tested | `centos-stream-9`, `centos-stream-10` |
| `dist-git-branch` | Target branch of the dist-git PR | `rawhide`, `f41`, `f40`, `epel-9`, `epel-10.1` |
| `initiator` | Who triggered the test | `fedora-ci` |
| `trigger` | Event type that triggered the test | `commit` |
| `deployment` | Packit deployment that triggered the test | `prod`, `stg`, `dev` |

:::tip

Expand Down
Loading