Enabling gating for tcpdump

This commit is contained in:
Michal Ruprich 2021-03-12 08:49:59 +01:00
parent be2c8d5e7c
commit bf0237e32c
2 changed files with 27 additions and 0 deletions

16
gating.yaml Normal file
View File

@ -0,0 +1,16 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.brew-build.tier0.functional}
#Rawhide
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

11
tests/tests.yml Normal file
View File

@ -0,0 +1,11 @@
---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/tcpdump.git"
dest: "tcpdump"
fmf_filter: "tier: 1"