#34 gate on fedora-ci.koji-build.tier0.functional
Merged 4 years ago by bookwar. Opened 4 years ago by bgoncalv.
fedora-ci/ bgoncalv/docs update-gating  into  master

@@ -15,7 +15,7 @@ 

   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 @@ 

   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:

  

updated gating test case name to fedora-ci.koji-build.tier0.functional

Pull-Request has been merged by bookwar

4 years ago
Metadata