Skip to content

Commit

Permalink
Enable packit CI and create CI plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncpa committed Mar 19, 2024
1 parent ec155a2 commit 6a756da
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
jobs:
- job: tests
trigger: pull_request
branch: master
targets:
- fedora-rawhide
- fedora-stable
skip_build: true
tf_extra_params:
test:
tmt:
name: "/Plans/ci"
environments:
- tmt:
context:
target_PR_branch: master
17 changes: 17 additions & 0 deletions Plans/ci.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
summary: test plan for fapolicyd upstream testing


prepare:
- how: shell
script:
- systemctl disable --now dnf-makecache.service || true
- systemctl disable --now dnf-makecache.timer || true
- dnf makecache

discover:
- name: Upstream_tests_fapolicyd
how: fmf
filter: tag:CI-Tier-1

execute:
how: tmt

0 comments on commit 6a756da

Please sign in to comment.