mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 02:51:02 +00:00
This commit enables TMT jobs triggered by Packit to run system tests. 2 set of jobs `dev` and `release` have been added. `dev` jobs are meant to run on main PRs with additional package updates fetched from podman-next copr while `release` jobs are meant to run on release- branch PRs using only the dependencies present in the official distro. Packit checks PR labels (see previous commit) to filter out the jobs that get run. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
require:
|
|
- bats
|
|
- skopeo-tests
|
|
|
|
environment:
|
|
SKOPEO_BINARY: /usr/bin/skopeo
|
|
|
|
summary: System test
|
|
test: bash ./test.sh
|
|
duration: 60m
|