From 0d774c5ceabfdad4c4928de0313b476321c758cc Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 1 Apr 2026 12:04:59 -0600 Subject: [PATCH] ci: fix yum repos to use devel site instead of old site name [citest_skip] Some of the older Testing Farm machines refer to the old site name in the yum repos. Ensure that they use the correct site name. Signed-off-by: Rich Megginson --- .github/workflows/python-unit-test.yml | 2 +- plans/test_playbooks_parallel.fmf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-unit-test.yml b/.github/workflows/python-unit-test.yml index 61e9e57..697959d 100644 --- a/.github/workflows/python-unit-test.yml +++ b/.github/workflows/python-unit-test.yml @@ -92,4 +92,4 @@ jobs: TOXENV="$toxenvs" lsr_ci_runtox - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v5 diff --git a/plans/test_playbooks_parallel.fmf b/plans/test_playbooks_parallel.fmf index b0c39ad..e104521 100644 --- a/plans/test_playbooks_parallel.fmf +++ b/plans/test_playbooks_parallel.fmf @@ -32,6 +32,9 @@ prepare: if grep -q 'CentOS Linux release 7.9' /etc/redhat-release; then sed -i '/^mirror/d;s/#\?\(baseurl=http:\/\/\)mirror/\1vault/' /etc/yum.repos.d/*.repo fi + - name: Ensure use of devel site for yum repos + script: | + sed -i -e 's|\.lab\.bos\.|.devel.|g' -e 's|\.eng\.bos\.|.devel.|g' /etc/yum.repos.d/*.repo discover: - name: Prepare managed node how: fmf