File tree 2 files changed +9
-20
lines changed
2 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 65
65
trigger : pull_request
66
66
packages : [crun-centos]
67
67
notifications : *copr_build_failure_notification
68
- targets : ¢os_targets
68
+ targets : ¢os_copr_targets
69
69
# Need epel9 repos to fetch wasmedge build dependency
70
70
centos-stream-9-x86_64 :
71
71
additional_repos :
@@ -107,7 +107,7 @@ jobs:
107
107
trigger : pull_request
108
108
packages : [crun-centos]
109
109
notifications : *podman_system_test_fail_notification
110
- targets : *centos_targets
110
+ targets : *centos_copr_targets
111
111
tf_extra_params :
112
112
environments :
113
113
- artifacts :
Original file line number Diff line number Diff line change @@ -2,26 +2,15 @@ discover:
2
2
how: fmf
3
3
execute:
4
4
how: tmt
5
- adjust:
5
+ prepare:
6
+ - how: feature
7
+ epel: enabled
6
8
- when: initiator == packit
7
9
because: "We need to test with updated packages from rhcontainerbot/podman-next copr"
8
- prepare+:
9
- how: shell
10
- script: |
11
- sed -i -n '/^priority=/!p;$apriority=1' /etc/yum.repos.d/*podman-next*.repo
12
- dnf -y upgrade --allowerasing
13
- # FIXME: Use epel10 once bats is available there
14
- - when: distro == centos-stream-10 or distro == rhel-10
15
- because: "bats isn't yet available on epel10"
16
- prepare+:
17
- how: install
18
- copr: rhcontainerbot/bats-el10
19
- package: bats
20
- - when: distro == centos-stream-9 or distro == rhel-9
21
- because: "bats is present on EPEL on rhel9 / c9s"
22
- prepare+:
23
- how: feature
24
- epel: enabled
10
+ how: shell
11
+ script: |
12
+ sed -i -n '/^priority=/!p;$apriority=1' /etc/yum.repos.d/*podman-next*.repo
13
+ dnf -y upgrade --allowerasing
25
14
26
15
/upstream:
27
16
summary: Run crun specific Podman system tests on upstream PRs
You can’t perform that action at this time.
0 commit comments