ALBS-692: Prepare pungi configuration and setup Jenkins job for AlmaLinux 8.7 beta
- Temporary exclude modules `pmdk:1_fileformat_v6` & `maven:3.8` as non-existing
This commit is contained in:
parent
bab58c6c31
commit
9a7beddc08
@ -76,7 +76,16 @@ filter_packages = [
|
||||
)
|
||||
]
|
||||
|
||||
filter_modules = []
|
||||
filter_modules = [
|
||||
(
|
||||
'^AppStream$', {
|
||||
'*': [
|
||||
"maven:3.8",
|
||||
"pmdk:1_fileformat_v6",
|
||||
]
|
||||
}
|
||||
)
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user