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 <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2026-04-01 12:05:00 -06:00 committed by Richard Megginson
parent 32b0477cfe
commit 723810328e
2 changed files with 4 additions and 1 deletions

View file

@ -92,7 +92,7 @@ jobs:
TOXENV="$toxenvs" lsr_ci_runtox
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v5
python-26:
runs-on: ubuntu-latest

View file

@ -70,6 +70,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