enable crb repo
This commit is contained in:
parent
638c90246a
commit
dd428e89fd
1 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,14 @@
|
|||
url: "https://src.fedoraproject.org/tests/python-pyudev.git"
|
||||
execute:
|
||||
how: tmt
|
||||
prepare:
|
||||
- how: shell
|
||||
script: |
|
||||
ENABLE_REPO_CMD="yum-config-manager --enable"
|
||||
if command -v dnf >/dev/null 2>&1; then
|
||||
ENABLE_REPO_CMD="dnf config-manager --set-enabled"
|
||||
fi
|
||||
${ENABLE_REPO_CMD} rhel-CRB-latest
|
||||
|
||||
/internal:
|
||||
summary: Internal Tier1 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue