mirror of
https://github.com/containers/skopeo.git
synced 2026-02-05 12:45:43 +01:00
TMT: additions to make local TMT runs similar to testing-farm
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
@@ -24,3 +24,11 @@ prepare:
|
|||||||
fi
|
fi
|
||||||
dnf -y upgrade --allowerasing
|
dnf -y upgrade --allowerasing
|
||||||
order: 20
|
order: 20
|
||||||
|
- name: Disable installing everything from srpm
|
||||||
|
how: install
|
||||||
|
exclude:
|
||||||
|
- ".*"
|
||||||
|
- name: Install the main package
|
||||||
|
how: install
|
||||||
|
package:
|
||||||
|
- skopeo-tests
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
require:
|
|
||||||
- skopeo-tests
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
SKOPEO_BINARY: /usr/bin/skopeo
|
SKOPEO_BINARY: /usr/bin/skopeo
|
||||||
|
|
||||||
@@ -11,8 +8,12 @@ adjust:
|
|||||||
|
|
||||||
summary: System test
|
summary: System test
|
||||||
test: |
|
test: |
|
||||||
rpm -q containers-common skopeo skopeo-tests
|
rpm -q containers-common skopeo-tests
|
||||||
# If these tests are to be run anywhere else, TMT can fetch
|
# If these tests are to be run anywhere else, TMT can fetch
|
||||||
# them using the URL and git ref, so git commands should work.
|
# them using the URL and git ref, so git commands should work.
|
||||||
make -C $(git rev-parse --show-toplevel) test-system-local
|
make -C $(git rev-parse --show-toplevel) test-system-local
|
||||||
|
require:
|
||||||
|
- git-core
|
||||||
|
- make
|
||||||
|
- skopeo-tests
|
||||||
duration: 60m
|
duration: 60m
|
||||||
|
|||||||
Reference in New Issue
Block a user