From 3fd43a747f148af0f55a048a9081faef433dbf6d Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Fri, 3 Oct 2025 21:22:33 +0800 Subject: [PATCH] test: Fix packit-reboot.yml download URL issue (#1664) Signed-off-by: Xiaofeng Wang --- tmt/plans/integration.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmt/plans/integration.fmf b/tmt/plans/integration.fmf index 1636ec65..a423bd2a 100644 --- a/tmt/plans/integration.fmf +++ b/tmt/plans/integration.fmf @@ -11,7 +11,7 @@ prepare: # reboot in ansible is the only way to reboot in tmt prepare - how: ansible playbook: - - https://github.com/henrywang/bootc/raw/refs/heads/gating/hack/packit-reboot.yml + - https://github.com/bootc-dev/bootc/raw/refs/heads/main/hack/packit-reboot.yml execute: how: tmt