Commit 8ff307c 1 parent ce3cc57 commit 8ff307c Copy full SHA for 8ff307c
File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,14 @@ summary:
3
3
discover:
4
4
how: shell
5
5
tests:
6
- - name: rpminspect SRPM
7
- test: rpminspect-centos -E metadata -v -t VERIFY --profile=centos-stream-9-devel /tmp/*.src.rpm
8
- - name: rpminspect binary RPMs
6
+ - name: rpminspect SRPM and RPMs
9
7
test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-centos -E metadata -v -t VERIFY --profile=centos-stream-9-devel $rpm; done
10
8
prepare:
11
9
- name: packages
12
10
how: install
13
11
package:
14
12
- rpminspect
15
13
- rpminspect-data-centos
16
- - how: shell
17
- script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
18
14
execute:
19
15
how: tmt
20
16
adjust:
Original file line number Diff line number Diff line change @@ -3,18 +3,14 @@ summary:
3
3
discover:
4
4
how: shell
5
5
tests:
6
- - name: rpminspect
7
- test: rpminspect-fedora -E metadata /tmp/*.src.rpm
8
- - name: rpminspect binary RPMs
6
+ - name: rpminspect SRPM and RPMs
9
7
test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-fedora -E metadata $rpm; done
10
8
prepare:
11
9
- name: packages
12
10
how: install
13
11
package:
14
12
- rpminspect
15
13
- rpminspect-data-fedora
16
- - how: shell
17
- script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
18
14
execute:
19
15
how: tmt
20
16
adjust:
You can’t perform that action at this time.
0 commit comments