summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-10 23:52:59 +0200
committerGitHub <noreply@github.com>2020-05-10 23:52:59 +0200
commitdc82b3630d982b1fb9d91c65a70c7d31d901c54d (patch)
tree6a4ddd6051deb6e6ff5e728e71031788116abb65 /.cirrus.yml
parentbd80b00d5d98b65768dee1a957c2e2752a164d77 (diff)
parent9b66d1321e283d1971d96ff757d54cb8f8037da2 (diff)
downloadpodman-dc82b3630d982b1fb9d91c65a70c7d31d901c54d.tar.gz
podman-dc82b3630d982b1fb9d91c65a70c7d31d901c54d.tar.bz2
podman-dc82b3630d982b1fb9d91c65a70c7d31d901c54d.zip
Merge pull request #6126 from baude/v2rootless
enable rootless integration testing
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'