Primarily, this allows us to get rid of dist-git-source which makes the fmf stuff reusable for CentOS Stream in gitlab which we'd like to make use of in the systemd backport in the Hyperscale SIG. Also in general making the integration touch points with Fedora CI and the other systems as small as possible seems like a good thing.
22 lines
436 B
Text
22 lines
436 B
Text
summary: systemd upstream test suite
|
|
provision:
|
|
hardware:
|
|
virtualization:
|
|
is-supported: true
|
|
prepare:
|
|
- name: install-dependencies
|
|
how: install
|
|
package:
|
|
- coreutils
|
|
- distribution-gpg-keys
|
|
- dnf
|
|
- git-core
|
|
- koji
|
|
- centos-packager
|
|
- copr-cli
|
|
exclude:
|
|
- systemd-standalone-.*
|
|
execute:
|
|
how: tmt
|
|
script: exec plans/run-integration-tests.sh
|
|
duration: 2h
|