Merge pull request #6347 from rhatdan/build

Enable rootless tests for podman remote
This commit is contained in:
OpenShift Merge Robot
2020-05-22 18:42:32 +02:00
committed by GitHub

View File

@ -492,10 +492,9 @@ special_testing_rootless_task:
ADD_SECOND_PARTITION: 'true' ADD_SECOND_PARTITION: 'true'
SPECIALMODE: 'rootless' # See docs SPECIALMODE: 'rootless' # See docs
matrix: matrix:
# FIX ME ... - name: remote
#- name: remote env:
# env: TEST_REMOTE_CLIENT: 'true'
# TEST_REMOTE_CLIENT: 'true'
- name: local - name: local
env: env:
TEST_REMOTE_CLIENT: 'false' TEST_REMOTE_CLIENT: 'false'