From 3bc011410d0bcf4bd209f4fd9b8682af23bf29cf Mon Sep 17 00:00:00 2001 From: boyang Date: Wed, 26 Jun 2024 11:27:33 +0800 Subject: [PATCH] UPDATE: Incorrect product_versions and test_case_name in gating.yaml. --- gating.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index f34986d..b1bd9ad 100755 --- a/gating.yaml +++ b/gating.yaml @@ -1,12 +1,12 @@ --- !Policy product_versions: - - rhel-8 - - rhel-9 + - rhel-10 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: xen-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: 3rd-esxi-esxi65.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: 3rd-esxi-x86_64.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: 3rd-esxi-aarch64.brew-build.tier1.functional} - !PassingTestCaseRule {test_case_name: 3rd-hyperv-2019-ci.brew-build.tier1.functional} - !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional} - !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional}