Skip to content

Commit

Permalink
contrib, e2e: force systemd system session
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Jul 3, 2020
1 parent d801a4c commit 68a7d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/test/integration/e2e.yml
Expand Up @@ -14,7 +14,7 @@
- name: Buffer the e2e testing command to workaround Ansible YAML folding "feature"
set_fact:
e2e_shell_cmd: >
KUBE_CONTAINER_RUNTIME="remote" GINKGO_TOLERATE_FLAKES="y" GINKGO_PARALLEL_NODES=6 GINKGO_PARALLEL=y KUBE_SSH_USER="{{ ssh_user }}" LOCAL_SSH_KEY="{{ ssh_location }}"
XDG_RUNTIME_DIR="" DBUS_SESSION_BUS_ADDRESS="" KUBE_CONTAINER_RUNTIME="remote" GINKGO_TOLERATE_FLAKES="y" GINKGO_PARALLEL_NODES=6 GINKGO_PARALLEL=y KUBE_SSH_USER="{{ ssh_user }}" LOCAL_SSH_KEY="{{ ssh_location }}"
"{{ ansible_env.GOPATH }}"/bin/kubetest
--provider=local
--test
Expand Down

0 comments on commit 68a7d49

Please sign in to comment.