add CI configuration
This commit is contained in:
parent
af961414ee
commit
c296265f43
2 changed files with 18 additions and 0 deletions
9
.packit.yaml
Normal file
9
.packit.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
jobs:
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-8-x86_64
|
||||
skip_build: true
|
||||
9
plans/opencryptoki-tests-pagure-ci.fmf
Normal file
9
plans/opencryptoki-tests-pagure-ci.fmf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
summary:
|
||||
Run modified tests using Packit/TFT CI
|
||||
discover:
|
||||
how: fmf
|
||||
modified-only: True
|
||||
# filter:
|
||||
# - tag: CI-Tier-1
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue