From f8202d0712804fc7324843253ba27ee114d65654 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Fri, 27 Jun 2025 09:37:31 +0200 Subject: [PATCH] Switch to OSCI (fixup) --- gating.yaml | 7 ++++--- plans/ci.fmf | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gating.yaml b/gating.yaml index f181be7..0a833f3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,6 +3,7 @@ product_versions: - rhel-8 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.userspace-fips-mode.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-disabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-enabled.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf index 040f3c5..9f51977 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -1,23 +1,23 @@ /fips-disabled-buildroot-disabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/nettle + url: https://pkgs.devel.redhat.com/git/tests/gnutls name: /plans/ci/fips-disabled-buildroot-disabled /fips-disabled-buildroot-enabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/nettle + url: https://pkgs.devel.redhat.com/git/tests/gnutls name: /plans/ci/fips-disabled-buildroot-enabled /fips-enabled-buildroot-disabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/nettle + url: https://pkgs.devel.redhat.com/git/tests/gnutls name: /plans/ci/fips-enabled-buildroot-disabled /fips-enabled-buildroot-enabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/nettle + url: https://pkgs.devel.redhat.com/git/tests/gnutls name: /plans/ci/fips-enabled-buildroot-enabled