mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-02 13:48:00 +00:00
Cirrus: Only run unit-testing on Fedora.
There's little practical reason to execute unit-level testing on multiple platforms, since there's so little platform interaction. Remove the unit-test runs on Ubuntu, only execute on root-full and root-less Fedora. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
017d81ddd0
commit
cb6ad76310
1 changed files with 1 additions and 5 deletions
|
|
@ -503,8 +503,7 @@ docker-py_test_task:
|
|||
always: *runner_stats
|
||||
|
||||
|
||||
# Does exactly what it says, execute the podman unit-tests on all primary
|
||||
# platforms and release versions.
|
||||
# Does exactly what it says, execute the podman unit-tests on Fedora.
|
||||
unit_test_task:
|
||||
name: "Unit tests on $DISTRO_NV"
|
||||
alias: unit_test
|
||||
|
|
@ -515,9 +514,6 @@ unit_test_task:
|
|||
- validate
|
||||
matrix:
|
||||
- env: *stdenvars
|
||||
# Fedora 35 skipped for podman4
|
||||
#- env: *priorfedora_envvars
|
||||
- env: *ubuntu_envvars
|
||||
# Special-case: Rootless on latest Fedora (standard) VM
|
||||
- name: "Rootless unit on $DISTRO_NV"
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue