diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 11:12:25 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 11:12:25 -0400 |
commit | d68c8887655aca2263e0946b5b53ff568d29a94c (patch) | |
tree | e7ad07142169a4c88e0caf9c5b417aea60675357 | |
parent | 6aa802d8012a78ac95e4fe2017a5b54ec8d4b8de (diff) | |
download | podman-d68c8887655aca2263e0946b5b53ff568d29a94c.tar.gz podman-d68c8887655aca2263e0946b5b53ff568d29a94c.tar.bz2 podman-d68c8887655aca2263e0946b5b53ff568d29a94c.zip |
Enable rootless tests for podman remote
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
-rw-r--r-- | .cirrus.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index ba8d16803..017618aea 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -492,10 +492,9 @@ special_testing_rootless_task: ADD_SECOND_PARTITION: 'true' SPECIALMODE: 'rootless' # See docs matrix: - # FIX ME ... - #- name: remote - # env: - # TEST_REMOTE_CLIENT: 'true' + - name: remote + env: + TEST_REMOTE_CLIENT: 'true' - name: local env: TEST_REMOTE_CLIENT: 'false' |