From 8d5f89f5a39191c88d04609b18d41323b125b492 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Dec 06 2019 15:48:59 +0000 Subject: gate on fedora-ci.koji-build.tier0.functional updated gating test case name to fedora-ci.koji-build.tier0.functional --- diff --git a/modules/ROOT/pages/gating.adoc b/modules/ROOT/pages/gating.adoc index 2a7e82b..1c97140 100644 --- a/modules/ROOT/pages/gating.adoc +++ b/modules/ROOT/pages/gating.adoc @@ -15,7 +15,7 @@ Enable gate to the testing repository: decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} Enable gate to the stable repository (use this one for gating rawhide): @@ -25,14 +25,14 @@ Enable gate to the stable repository (use this one for gating rawhide): decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} TIP: In order to enable both gates, simply concatenate both examples above. This will enable gating for all Fedora releases based on the result of the CI xref:pipeline.adoc[Pipeline]. The `decision_context` is to be https://pagure.io/greenwave/issue/282[clarified]. Rules define test cases that should be considered for the gating decision, in this case -`org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete` which are tests that were run +`fedora-ci.koji-build.tier0.functional` which are tests that were run in the CI based on the configuration in `tests/tests.yml` in package's dist-git. Other tests which can be enabled for gating: