diff --git a/gating.yaml b/gating.yaml index d9d641e..a00d5f5 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/all-internal.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..fcecc84 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,5 @@ +/all-internal: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/libpsl + name: /plans/all diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf deleted file mode 100644 index 917a3ee..0000000 --- a/plans/tier1-internal.fmf +++ /dev/null @@ -1,10 +0,0 @@ -summary: Internal gating tests plan -discover: - - name: Internal gating tests (libpsl) - how: fmf - url: https://pkgs.devel.redhat.com/git/tests/libpsl -execute: - how: tmt -adjust: - enabled: false - when: distro == centos-stream or distro == fedora