summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-05-07 16:09:18 -0500
committerBrent Baude <bbaude@redhat.com>2020-05-10 09:09:07 -0500
commit9b66d1321e283d1971d96ff757d54cb8f8037da2 (patch)
tree482e2b4d1d77df360be589044eed4e09e7c8bfce /.cirrus.yml
parentdc7d6f4818f4b986cfd15208d53f6765d8fad986 (diff)
downloadpodman-9b66d1321e283d1971d96ff757d54cb8f8037da2.tar.gz
podman-9b66d1321e283d1971d96ff757d54cb8f8037da2.tar.bz2
podman-9b66d1321e283d1971d96ff757d54cb8f8037da2.zip
enable rootless integration testing
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7400ae0a8..10e78404a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -523,7 +523,6 @@ integration_test_temporary_task:
# This task executes tests under unique environments/conditions
special_testing_rootless_task:
- skip: $CI == 'true'
depends_on:
- "gating"
- "varlink_api"
@@ -539,9 +538,10 @@ special_testing_rootless_task:
ADD_SECOND_PARTITION: 'true'
SPECIALMODE: 'rootless' # See docs
matrix:
- - name: remote
- env:
- TEST_REMOTE_CLIENT: 'true'
+ # FIX ME ...
+ #- name: remote
+ # env:
+ # TEST_REMOTE_CLIENT: 'true'
- name: local
env:
TEST_REMOTE_CLIENT: 'false'