From 0a8e5f416d0edc7a8212f1fb92bf460659d4e352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Fri, 15 May 2026 11:18:12 +0200 Subject: [PATCH] Don't use baseos-ci for gating 'repository' is a deprecated key --- ci.fmf | 2 +- gating.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.fmf b/ci.fmf index e18459d..fab4da0 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,7 +1,7 @@ summary: Essential command line features discover: how: fmf - repository: git://pkgs.devel.redhat.com/tests/py3c + url: https://pkgs.devel.redhat.com/git/tests/py3c filter: 'tier:1' execute: how: tmt diff --git a/gating.yaml b/gating.yaml index 1b98755..6985029 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-8 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}