From 5fc31548c4b1bdfd1e293c6d587be37f022955c1 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Tue, 10 Feb 2026 15:55:38 +0100 Subject: [PATCH] Document `deployment` context --- fedora-ci/tmt-integration.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/fedora-ci/tmt-integration.md b/fedora-ci/tmt-integration.md index 906cc91bf7..9d9642f795 100644 --- a/fedora-ci/tmt-integration.md +++ b/fedora-ci/tmt-integration.md @@ -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