Use dependency plan for revdep tests

This commit is contained in:
Petr Písař 2021-06-04 09:33:07 +02:00 committed by eseyman
parent fc069b61d0
commit 1d3a7423c9
5 changed files with 10 additions and 32 deletions

10
plans/revdep.fmf Normal file
View 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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