Skip to content

Commit f33b8ee

Browse files
committed
fix(tf): pass ‹context› when triggering install test
Signed-off-by: Matej Focko <mfocko@redhat.com>
1 parent 25a23e4 commit f33b8ee

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packit_service/worker/helpers/testing_farm.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,14 @@ def _payload_install_test(self, build_id: int, target: str, compose: str) -> dic
646646
"variables": {
647647
"REPOSITORY": f"{copr_build.owner}/{copr_build.project_name}",
648648
},
649+
"tmt": {
650+
"context": {
651+
"distro": distro,
652+
"arch": arch,
653+
"trigger": "commit",
654+
"initiator": "packit",
655+
},
656+
},
649657
},
650658
],
651659
"notification": {

0 commit comments

Comments
 (0)