From a7cee4991357127463e047475ab3a9c3bbedd172 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 4 Mar 2019 22:20:36 +0100 Subject: [PATCH] Only run docker swarm based tests on VMs. (#53292) --- test/integration/targets/docker_config/aliases | 3 +++ test/integration/targets/docker_node_facts/aliases | 3 +++ test/integration/targets/docker_secret/aliases | 3 +++ test/integration/targets/docker_stack/aliases | 3 +++ test/integration/targets/docker_swarm_facts/aliases | 3 +++ test/integration/targets/docker_swarm_service/aliases | 3 +++ 6 files changed, 18 insertions(+) diff --git a/test/integration/targets/docker_config/aliases b/test/integration/targets/docker_config/aliases index 80f0500dff..96251b8e40 100644 --- a/test/integration/targets/docker_config/aliases +++ b/test/integration/targets/docker_config/aliases @@ -3,3 +3,6 @@ skip/osx skip/freebsd destructive skip/rhel8.0 +skip/docker # The tests sometimes make docker daemon unstable; hence, + # we skip all docker-based CI runs to avoid disrupting + # the whole CI system. diff --git a/test/integration/targets/docker_node_facts/aliases b/test/integration/targets/docker_node_facts/aliases index 80f0500dff..96251b8e40 100644 --- a/test/integration/targets/docker_node_facts/aliases +++ b/test/integration/targets/docker_node_facts/aliases @@ -3,3 +3,6 @@ skip/osx skip/freebsd destructive skip/rhel8.0 +skip/docker # The tests sometimes make docker daemon unstable; hence, + # we skip all docker-based CI runs to avoid disrupting + # the whole CI system. diff --git a/test/integration/targets/docker_secret/aliases b/test/integration/targets/docker_secret/aliases index 80f0500dff..96251b8e40 100644 --- a/test/integration/targets/docker_secret/aliases +++ b/test/integration/targets/docker_secret/aliases @@ -3,3 +3,6 @@ skip/osx skip/freebsd destructive skip/rhel8.0 +skip/docker # The tests sometimes make docker daemon unstable; hence, + # we skip all docker-based CI runs to avoid disrupting + # the whole CI system. diff --git a/test/integration/targets/docker_stack/aliases b/test/integration/targets/docker_stack/aliases index 80f0500dff..96251b8e40 100644 --- a/test/integration/targets/docker_stack/aliases +++ b/test/integration/targets/docker_stack/aliases @@ -3,3 +3,6 @@ skip/osx skip/freebsd destructive skip/rhel8.0 +skip/docker # The tests sometimes make docker daemon unstable; hence, + # we skip all docker-based CI runs to avoid disrupting + # the whole CI system. diff --git a/test/integration/targets/docker_swarm_facts/aliases b/test/integration/targets/docker_swarm_facts/aliases index 80f0500dff..96251b8e40 100644 --- a/test/integration/targets/docker_swarm_facts/aliases +++ b/test/integration/targets/docker_swarm_facts/aliases @@ -3,3 +3,6 @@ skip/osx skip/freebsd destructive skip/rhel8.0 +skip/docker # The tests sometimes make docker daemon unstable; hence, + # we skip all docker-based CI runs to avoid disrupting + # the whole CI system. diff --git a/test/integration/targets/docker_swarm_service/aliases b/test/integration/targets/docker_swarm_service/aliases index 80f0500dff..96251b8e40 100644 --- a/test/integration/targets/docker_swarm_service/aliases +++ b/test/integration/targets/docker_swarm_service/aliases @@ -3,3 +3,6 @@ skip/osx skip/freebsd destructive skip/rhel8.0 +skip/docker # The tests sometimes make docker daemon unstable; hence, + # we skip all docker-based CI runs to avoid disrupting + # the whole CI system.