Use dependency plan for revdep tests
This commit is contained in:
parent
fc069b61d0
commit
1d3a7423c9
10
plans/revdep.fmf
Normal file
10
plans/revdep.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Reverse dependency tests
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: dependency
|
||||
components:
|
||||
- perl-Future-AsyncAwait
|
||||
- perl-Object-Pad
|
||||
- perl-Syntax-Keyword-Defer
|
||||
- perl-Syntax-Keyword-Dynamically
|
@ -1,8 +0,0 @@
|
||||
# Fedora CI does not support automatic testing of reverse dependencies. Hence
|
||||
# list the dependencies here explicitly.
|
||||
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
|
||||
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
|
||||
summary: Reverse dependency tests
|
||||
component: perl-Future-AsyncAwait
|
||||
require: perl-Future-AsyncAwait-tests
|
||||
test: /usr/libexec/perl-Future-AsyncAwait/test
|
@ -1,8 +0,0 @@
|
||||
# Fedora CI does not support automatic testing of reverse dependencies. Hence
|
||||
# list the dependencies here explicitly.
|
||||
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
|
||||
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
|
||||
summary: Reverse dependency tests
|
||||
component: perl-Object-Pad
|
||||
require: perl-Object-Pad-tests
|
||||
test: /usr/libexec/perl-Object-Pad/test
|
@ -1,8 +0,0 @@
|
||||
# Fedora CI does not support automatic testing of reverse dependencies. Hence
|
||||
# list the dependencies here explicitly.
|
||||
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
|
||||
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
|
||||
summary: Reverse dependency tests
|
||||
component: perl-Syntax-Keyword-Defer
|
||||
require: perl-Syntax-Keyword-Defer-tests
|
||||
test: /usr/libexec/perl-Syntax-Keyword-Defer/test
|
@ -1,8 +0,0 @@
|
||||
# Fedora CI does not support automatic testing of reverse dependencies. Hence
|
||||
# list the dependencies here explicitly.
|
||||
# We cannot link the tests via FMF plan uri because it would hard-code Fedora
|
||||
# dist-git domain name (ugly) and dist-git branch (does not survive branching).
|
||||
summary: Reverse dependency tests
|
||||
component: perl-Syntax-Keyword-Dynamically
|
||||
require: perl-Syntax-Keyword-Dynamically-tests
|
||||
test: /usr/libexec/perl-Syntax-Keyword-Dynamically/test
|
Loading…
Reference in New Issue
Block a user