From 34ff1630ff1b66f4e93429656df87a58f3ef5dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Fri, 29 Nov 2024 13:17:57 +0100 Subject: [PATCH] Change the test source location Change the test source location to support evolving downstream testing requirements. This is needed both for downstream certification activities and changes to test development for internal infrastructure differences. --- plan.fmf | 2 +- tests/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plan.fmf b/plan.fmf index 69663b1..1e8bf1c 100644 --- a/plan.fmf +++ b/plan.fmf @@ -7,7 +7,7 @@ environment: discover: how: fmf - url: https://src.fedoraproject.org/tests/python.git + url: https://gitlab.com/redhat/centos-stream/tests/python.git test: - /smoke/venv - /selftest/parallel diff --git a/tests/tests.yml b/tests/tests.yml index 5ce9c4d..a9c9da1 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,7 +13,7 @@ tags: - classic repositories: - - repo: "https://src.fedoraproject.org/tests/python.git" + - repo: "https://gitlab.com/redhat/centos-stream/tests/python.git" dest: "python" pybasever: "3.11" tests: