mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-17 16:37:33 +00:00
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:
parent
32b0477cfe
commit
723810328e
2 changed files with 4 additions and 1 deletions
2
.github/workflows/python-unit-test.yml
vendored
2
.github/workflows/python-unit-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue