ci: test with EPEL 9 renaming in EL 9 job
This commit is contained in:
parent
4b6a9ef71e
commit
6841eb31ca
4 changed files with 25 additions and 0 deletions
|
|
@ -15,4 +15,10 @@ sources:
|
|||
tasks:
|
||||
- pytest: |
|
||||
cd forge-srpm-macros
|
||||
if [ "$(rpm -E %{?rhel})" = "9" ]; then
|
||||
make epel9-build
|
||||
export \
|
||||
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
|
||||
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"
|
||||
fi
|
||||
pytest -vv
|
||||
|
|
|
|||
|
|
@ -15,4 +15,10 @@ sources:
|
|||
tasks:
|
||||
- pytest: |
|
||||
cd forge-srpm-macros
|
||||
if [ "$(rpm -E %{?rhel})" = "9" ]; then
|
||||
make epel9-build
|
||||
export \
|
||||
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
|
||||
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"
|
||||
fi
|
||||
pytest -vv
|
||||
|
|
|
|||
|
|
@ -15,4 +15,10 @@ sources:
|
|||
tasks:
|
||||
- pytest: |
|
||||
cd forge-srpm-macros
|
||||
if [ "$(rpm -E %{?rhel})" = "9" ]; then
|
||||
make epel9-build
|
||||
export \
|
||||
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
|
||||
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"
|
||||
fi
|
||||
pytest -vv
|
||||
|
|
|
|||
|
|
@ -15,4 +15,11 @@ sources:
|
|||
tasks:
|
||||
- pytest: |
|
||||
cd forge-srpm-macros
|
||||
if [ "$(rpm -E %{?rhel})" = "9" ]; then
|
||||
sudo dnf install -y epel-rpm-macros
|
||||
make epel9-build
|
||||
export \
|
||||
MACRO_DIR="$(pwd)/epel9/rpm/macros.d" \
|
||||
MACRO_LUA_DIR="$(pwd)/epel9/rpm/lua"
|
||||
fi
|
||||
pytest -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue