29 lines
750 B
Diff
29 lines
750 B
Diff
|
From c627a0be13bf2170df0089cd5516e7615a97eb34 Mon Sep 17 00:00:00 2001
|
||
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
||
|
Date: Wed, 10 Jan 2024 13:34:44 +0100
|
||
|
Subject: [PATCH 52/60] Switch test repo branch to main
|
||
|
|
||
|
As default branch in tmt tests repo has been changed
|
||
|
from master to main, we have to address this in
|
||
|
packit configuration.
|
||
|
---
|
||
|
.packit.yaml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/.packit.yaml b/.packit.yaml
|
||
|
index 1d0b6433..383f5314 100644
|
||
|
--- a/.packit.yaml
|
||
|
+++ b/.packit.yaml
|
||
|
@@ -88,7 +88,7 @@ jobs:
|
||
|
- &sanity-79to86
|
||
|
job: tests
|
||
|
fmf_url: "https://gitlab.cee.redhat.com/oamg/leapp-tests"
|
||
|
- fmf_ref: "master"
|
||
|
+ fmf_ref: "main"
|
||
|
use_internal_tf: True
|
||
|
trigger: pull_request
|
||
|
labels:
|
||
|
--
|
||
|
2.43.0
|
||
|
|