Test plan touch ups

* shortened the test plan names to avoid overflowing the 63 char
      hard limit imposed by openshift during test running

    * defined the distro context in the modular plan itself as plans
      that were disabled were beign discovered, causing them to show up
      as failed without even running
This commit is contained in:
Pavol Sloboda 2026-08-19 15:48:56 +02:00
parent 172ec880dc
commit dd4e23ff8b
2 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,6 @@ product_versions:
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {
test_case_name: osci.brew-build./plans/rhel-gating-modular.functional,
test_case_name: osci.brew-build./plans/rhel-gating-system.functional,
test_case_name: osci.brew-build./plans/modular.functional,
test_case_name: osci.brew-build./plans/system.functional,
}

View File

@ -1,12 +1,14 @@
/rhel-gating-modular:
/modular:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/unixODBC
name: /plans/modular
scope: all-plans
importing: become-parent
context:
distro: rhel-9
/rhel-gating-system:
/system:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/unixODBC