Skip to content

Commit

Permalink
trying with packit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszachy committed Mar 4, 2024
1 parent 10c24cb commit 10691a0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fmf/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
26 changes: 26 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
jobs:
- job: tests
trigger: pull_request
targets:
- fedora-latest-stable
skip_build: true
identifier: full
require:
label:
present:
- full
tf_extra_params:
test:
tmt:
name: /plans/second

- job: tests
trigger: pull_request
targets:
- fedora-latest-stable
skip_build: true
identifier: simple
tf_extra_params:
test:
tmt:
name: /plans/first
8 changes: 8 additions & 0 deletions plans/main.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
execute:
how: tmt
script: echo

/first:
/second:


0 comments on commit 10691a0

Please sign in to comment.