diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-22 18:42:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 18:42:32 +0200 |
commit | c8d64264c924833440237bf766a05db0cea56a1c (patch) | |
tree | caa05beca8050fecfceca16bf2ce081290ae9ee7 | |
parent | d58497bbc2949af81ddbeb2ebe1d307d8a57d285 (diff) | |
parent | d68c8887655aca2263e0946b5b53ff568d29a94c (diff) | |
download | podman-c8d64264c924833440237bf766a05db0cea56a1c.tar.gz podman-c8d64264c924833440237bf766a05db0cea56a1c.tar.bz2 podman-c8d64264c924833440237bf766a05db0cea56a1c.zip |
Merge pull request #6347 from rhatdan/build
Enable rootless tests for podman remote
-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' |