diff --git a/packit_service/worker/helpers/testing_farm.py b/packit_service/worker/helpers/testing_farm.py index ba537d60a..ea595bfa0 100644 --- a/packit_service/worker/helpers/testing_farm.py +++ b/packit_service/worker/helpers/testing_farm.py @@ -1583,6 +1583,7 @@ def _get_tf_base_payload(self, distro: str, compose: Optional[str]) -> dict: "trigger": "commit", "initiator": "fedora-ci", "dist-git-branch": dist_git_branch, + "deployment": self.service_config.deployment.name, } }, }, diff --git a/tests/integration/test_listen_to_fedmsg.py b/tests/integration/test_listen_to_fedmsg.py index 52d107415..cdad8f329 100644 --- a/tests/integration/test_listen_to_fedmsg.py +++ b/tests/integration/test_listen_to_fedmsg.py @@ -2708,6 +2708,7 @@ def test_koji_build_end_downstream( "trigger": "commit", "initiator": "fedora-ci", "dist-git-branch": "rawhide", + "deployment": "stg", }, }, }, @@ -2770,6 +2771,7 @@ def test_koji_build_end_downstream( "trigger": "commit", "initiator": "fedora-ci", "dist-git-branch": "rawhide", + "deployment": "stg", }, }, },