Skip to content

Commit 42cebc8

Browse files
authored
Merge pull request #1472 from joe-lawrence/intro-packit
packit: initial commit
2 parents 686957f + 6f7b1dd commit 42cebc8

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ kpatch-build/create-klp-module
1717
kpatch-build/create-kpatch-module
1818
man/kpatch.1.gz
1919
man/kpatch-build.1.gz
20+
prepare_sources_result*/

.packit.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
jobs:
2+
- job: tests
3+
trigger: pull_request
4+
branch: main
5+
identifier: "integration-upstream"
6+
labels:
7+
- integration-pr
8+
use_internal_tf: true
9+
targets:
10+
- fedora-37-x86_64
11+
- fedora-37-s390x
12+
- fedora-37-ppc64le
13+
skip_build: true
14+
manual_trigger: true
15+
tmt_plan: kpatch-integration-upstream
16+
fmf_url: https://gitlab.com/redhat/centos-stream/tests/kernel/test-plans.git
17+
fmf_ref: main
18+
tf_extra_params:
19+
environment:
20+
- variables:
21+
KPATCH_REV: "$PACKIT_COMMIT_SHA"
22+
23+
- job: tests
24+
trigger: commit
25+
branch: main
26+
identifier: "integration-upstream"
27+
labels:
28+
- integration-commit
29+
use_internal_tf: true
30+
targets:
31+
- fedora-37-x86_64
32+
- fedora-37-s390x
33+
- fedora-37-ppc64le
34+
skip_build: true
35+
manual_trigger: true
36+
tmt_plan: kpatch-integration-upstream
37+
fmf_url: https://gitlab.com/redhat/centos-stream/tests/kernel/test-plans.git
38+
fmf_ref: main
39+
tf_extra_params:
40+
environment:
41+
- variables:
42+
KPATCH_REV: "$PACKIT_COMMIT_SHA"

0 commit comments

Comments
 (0)