diff options
author | Ed Santiago <santiago@redhat.com> | 2021-05-05 15:34:54 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-05-06 08:40:11 -0600 |
commit | 95a50a936ac58404ea9812b8ff2374b131b31a47 (patch) | |
tree | 9721a9505890ffb1adc6cc8ae36ee9e43ce99c00 /.cirrus.yml | |
parent | 176ae99187de9068670dac1fb3ec30e11cd3dd93 (diff) | |
download | podman-95a50a936ac58404ea9812b8ff2374b131b31a47.tar.gz podman-95a50a936ac58404ea9812b8ff2374b131b31a47.tar.bz2 podman-95a50a936ac58404ea9812b8ff2374b131b31a47.zip |
CI: run rootless tests under ubuntu
Reason: to catch errors before they surface in RHEL.
One of the Ubuntus is specially crafted to run with cgroups v1
and runc. Although this isn't quite the same as RHEL, it's as
close as we can come in our CI environment, and I suspect it
would have caught #10234 (a regression).
Sorry, team.
Also: play kube limits test: skip on all rootless, not just
rootless+fedora. There was a complicated and unnecessary
check in there for Fedora.
Also: workaround for bug #10248, a spurious error message on
the first invocation of rootless podman on Ubuntu.Old
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a011c9af5..ebe12ab4a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -539,7 +539,7 @@ rootless_integration_test_task: skip: *branches_and_tags depends_on: - unit_test - matrix: *fedora_vm_axis + matrix: *platform_axis gce_instance: *standardvm timeout_in: 90m env: @@ -614,7 +614,7 @@ rootless_system_test_task: only_if: *not_docs depends_on: - rootless_integration_test - matrix: *fedora_vm_axis + matrix: *platform_axis gce_instance: *standardvm env: TEST_FLAVOR: sys |