diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 4d7fbde13..17902a430 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: @@ -1119,7 +1115,6 @@ win_installer_task: env: PATH: "${PATH};C:\\ProgramData\\chocolatey\\bin" CIRRUS_SHELL: powershell - CIRRUS_CLONE_DEPTH: 1 # Fake version, we are only testing the installer functions, so version doesn't matter WIN_INST_VER: 9.9.9 CIRRUS_WORKING_DIR: "${CIRRUS_DEFAULT_WORK}" |