#11 Fedora CI: replace STI with tmt
Merged 2 years ago by mmarhefk. Opened 2 years ago by mlysonek.
rpms/ mlysonek/scap-security-guide f34_tmt  into  f34

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

+ 1

file modified
+12 -4
@@ -1,14 +1,22 @@ 

  --- !Policy

  product_versions:

-     - fedora-*

+   - fedora-*

  decision_context: bodhi_update_push_testing

  subject_type: koji_build

  rules:

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

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/main.functional}

  --- !Policy

  product_versions:

-     - fedora-*

+   - fedora-*

  decision_context: bodhi_update_push_stable

  subject_type: koji_build

  rules:

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

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/main.functional}

+ --- !Policy

+ product_versions:

+   - rhel-*

+ decision_context: osci_compose_gate

+ rules:

+   - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

+   - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.ci-beaker.functional}

+   - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}

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

+ summary: Run tests from scap-security-guide tests repository

+ discover:

+     how: fmf

+     url: https://src.fedoraproject.org/tests/scap-security-guide

+ execute:

+     how: tmt

file removed
-9
@@ -1,9 +0,0 @@ 

- - hosts: localhost

-   roles:

-   - role: standard-test-beakerlib

-     tags:

-     - classic

-     repositories:

-     - repo: "https://src.fedoraproject.org/tests/scap-security-guide.git"

-       dest: "scap-security-guide"

-       fmf_filter: "tier: 1, 2"

osci_compose_gate wasn't there for f34

Pull-Request has been merged by mmarhefk

2 years ago