Skip to content

Commit 67f9000

Browse files
committed
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 <[email protected]>
1 parent 60cbcb5 commit 67f9000

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
TOXENV="$toxenvs" lsr_ci_runtox
9393
9494
- name: Upload coverage reports to Codecov
95-
uses: codecov/codecov-action@v6
95+
uses: codecov/codecov-action@v5

plans/test_playbooks_parallel.fmf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ prepare:
6060
if grep -q 'CentOS Linux release 7.9' /etc/redhat-release; then
6161
sed -i '/^mirror/d;s/#\?\(baseurl=http:\/\/\)mirror/\1vault/' /etc/yum.repos.d/*.repo
6262
fi
63+
- name: Ensure use of devel site for yum repos
64+
script: |
65+
sed -i -e 's|\.lab\.bos\.|.devel.|g' -e 's|\.eng\.bos\.|.devel.|g' /etc/yum.repos.d/*.repo
6366
discover:
6467
- name: Prepare managed node
6568
how: fmf

0 commit comments

Comments
 (0)