File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ kpatch-build/create-klp-module
1717kpatch-build /create-kpatch-module
1818man /kpatch.1.gz
1919man /kpatch-build.1.gz
20+ prepare_sources_result * /
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments