File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 26
26
additional_repos :
27
27
- " copr://@storage/udisks-daily"
28
28
29
+ - job : tests
30
+ trigger : pull_request
31
+ targets :
32
+ - fedora-latest-stable
33
+ tf_extra_params :
34
+ environments :
35
+ - artifacts :
36
+ - type : repository-file
37
+ id : https://copr.fedorainfracloud.org/coprs/g/storage/udisks-daily/repo/fedora-$releasever/group_storage-udisks-daily-fedora-$releasever.repo
38
+
29
39
# run tests for udisks consumers, see plans/ with `revdeps == yes`
30
40
- job : tests
31
41
identifier : revdeps
Original file line number Diff line number Diff line change
1
+ summary: Run tests
2
+
3
+ adjust+:
4
+ when: revdeps == yes
5
+ enabled: false
6
+
7
+ prepare:
8
+ - name: copr
9
+ how: shell
10
+ script:
11
+ - sudo dnf install -y 'dnf-command(copr)'
12
+ - sudo dnf copr enable -y @storage/udisks-daily
13
+
14
+ - name: ansible
15
+ how: ansible
16
+ playbook: misc/install-test-dependencies.yml
17
+
18
+ execute:
19
+ how: tmt
20
+ script: ./autogen.sh --enable-modules && make -j && sudo make dbus-tests
You can’t perform that action at this time.
0 commit comments