cfe552ec43
Let's print more information about the machine - the list of all installed RPMs and the list of all repositories (including the filenames - that's why find is used). Also, the old WORKSPACE workaround was removed (no longer needed). The timeout for unit tests is now longer and we use the up-to-date RHEL 9 keys. This commit also removes a lot of the tests, see the reasoning inline. The process just took way too long. We have upstream CI and we have also the nightly pipeline so we should be fine even though we remove some bits from here. The repositories were also removed, rhel-9.json is actually not used anymore in recent RHEL versions and the test should just use their own stable snapshots nevertheless. Related: rhbz#2059870
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
summary: Run unit tests
|
|
require:
|
|
- golang
|
|
- krb5-devel
|
|
test: cd ../osbuild-composer-*/ && GOFLAGS=-mod=vendor go test ./...
|
|
duration: 1h
|