plans: update the CI plan with the correct plan names
This commit is contained in:
parent
296ae60f11
commit
06ffd03349
12
gating.yaml
12
gating.yaml
@ -3,10 +3,8 @@ product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-tier2.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-explicitCI.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-tier2.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-explicitCI.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}
|
||||
# - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
||||
|
30
plans/ci.fmf
30
plans/ci.fmf
@ -1,40 +1,26 @@
|
||||
/fips-disabled-tier1:
|
||||
/fips-disabled-buildroot-disabled:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-disabled-tier1
|
||||
name: /Plans/ci/fips-disabled-buildroot-disabled
|
||||
|
||||
|
||||
/fips-disabled-tier2:
|
||||
/fips-disabled-buildroot-enabled:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-disabled-tier2
|
||||
name: /Plans/ci/fips-disabled-buildroot-enabled
|
||||
|
||||
|
||||
/fips-disabled-explicitCI:
|
||||
/fips-enabled-buildroot-disabled:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-disabled-explicitCI
|
||||
name: /Plans/ci/fips-enabled-buildroot-disabled
|
||||
|
||||
|
||||
/fips-enabled-tier1:
|
||||
/fips-enabled-buildroot-enabled:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-enabled-tier1
|
||||
|
||||
|
||||
/fips-enabled-tier2:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-enabled-tier2
|
||||
|
||||
|
||||
/fips-enabled-explicitCI:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-enabled-explicitCI
|
||||
name: /Plans/ci/fips-enabled-buildroot-enabled
|
||||
|
Loading…
Reference in New Issue
Block a user