File tree 3 files changed +49
-0
lines changed
3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1
Original file line number Diff line number Diff line change 33
33
project : podman-next
34
34
enable_net : true
35
35
36
+ - job : tests
37
+ identifier : cockpit-revdeps
38
+ trigger : pull_request
39
+ targets :
40
+ - fedora-all
41
+ tf_extra_params :
42
+ environments :
43
+ - artifacts :
44
+ - type : repository-file
45
+ id : https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo
46
+ - type : repository-file
47
+ id : https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
48
+ tmt :
49
+ context :
50
+ revdeps : " yes"
51
+
36
52
- job : propose_downstream
37
53
trigger : release
38
54
update_release : false
Original file line number Diff line number Diff line change
1
+ # reverse dependency test for https://github.com/cockpit-project/cockpit-podman/
2
+ # if this fails in a non-obvious way, please contact the cockpit team in your PR for investigation:
3
+ # @martinpitt, @jelly, @marusak
4
+ enabled: false
5
+
6
+ adjust+:
7
+ when: revdeps == yes
8
+ enabled: true
9
+
10
+ discover:
11
+ how: fmf
12
+ url: https://github.com/cockpit-project/cockpit-podman
13
+ ref: "main"
14
+
15
+ execute:
16
+ how: tmt
17
+
18
+ # This has to duplicate cockpit-podman's plan structure; see https://github.com/teemtee/tmt/issues/1770
19
+ /podman-system:
20
+ summary: Run cockpit-podman system tests
21
+ discover+:
22
+ test: /test/browser/system
23
+
24
+ /podman-user:
25
+ summary: Run cockpit-podman user tests
26
+ discover+:
27
+ test: /test/browser/user
28
+
29
+ /podman-misc:
30
+ summary: Run other cockpit-podman tests
31
+ discover+:
32
+ test: /test/browser/other
You can’t perform that action at this time.
0 commit comments