#5 Enable Fedora CI and Fedora gating
Merged 2 years ago by jskarvad. Opened 2 years ago by rhack.
rpms/ rhack/tuned rawhide  into  rawhide

file added
+16
@@ -0,0 +1,16 @@ 

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_contexts: [bodhi_update_push_testing]

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

+ 

+ #gating rawhide

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_contexts: [bodhi_update_push_stable]

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  summary: Test plan with all Fedora tests

  discover:

         how: fmf

-        url: https://github.com/redhat-performance/tuned/tree/master/tests

+        url: https://github.com/redhat-performance/tuned.git

  execute:

         how: tmt

no initial comment

@msrb @psss Hi. What is causing two dist-gist tests above? Is it because of two decision contexts in gating yaml?

Everything looks fine from the tmt point of view. No idea what could cause the duplicate jobs.

Adding explanation from msrb: "commit has been added to a different PR that was later closed, maintainer is using the same "rawhide" branch in both cases, pagure assigns those results to commits, not specific PRs". Thanks Michal.

Pull-Request has been merged by jskarvad

2 years ago
Metadata