diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-07 05:30:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 05:30:26 -0400 |
commit | 29b13176a2f80728f5f8534e925d03f3c4ab51e3 (patch) | |
tree | 6b8f538784eb950917b7b1d94bf1e68bcbf0a3a6 /.cirrus.yml | |
parent | 663ea964733f5d7ccef9b457b33e97ebdec79e70 (diff) | |
parent | 95a50a936ac58404ea9812b8ff2374b131b31a47 (diff) | |
download | podman-29b13176a2f80728f5f8534e925d03f3c4ab51e3.tar.gz podman-29b13176a2f80728f5f8534e925d03f3c4ab51e3.tar.bz2 podman-29b13176a2f80728f5f8534e925d03f3c4ab51e3.zip |
Merge pull request #10237 from edsantiago/ci_rootless_add_ubuntu
CI: run rootless tests under ubuntu
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 |