diff --git a/test/utils/shippable/incidental/aix.sh b/test/utils/shippable/incidental/aix.sh deleted file mode 120000 index 6ddb7768545..00000000000 --- a/test/utils/shippable/incidental/aix.sh +++ /dev/null @@ -1 +0,0 @@ -remote.sh \ No newline at end of file diff --git a/test/utils/shippable/incidental/cs.sh b/test/utils/shippable/incidental/cs.sh deleted file mode 120000 index 700ad3edcff..00000000000 --- a/test/utils/shippable/incidental/cs.sh +++ /dev/null @@ -1 +0,0 @@ -cloud.sh \ No newline at end of file diff --git a/test/utils/shippable/incidental/hcloud.sh b/test/utils/shippable/incidental/hcloud.sh deleted file mode 120000 index 700ad3edcff..00000000000 --- a/test/utils/shippable/incidental/hcloud.sh +++ /dev/null @@ -1 +0,0 @@ -cloud.sh \ No newline at end of file diff --git a/test/utils/shippable/incidental/power.sh b/test/utils/shippable/incidental/power.sh deleted file mode 100755 index 4d2c17c82ee..00000000000 --- a/test/utils/shippable/incidental/power.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash - -set -o pipefail -eux - -declare -a args -IFS='/:' read -ra args <<< "$1" - -platform="${args[1]}" -version="${args[2]}" - -target="shippable/posix/incidental/" - -stage="${S:-prod}" -provider="${P:-default}" - -# shellcheck disable=SC2086 -ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \ - --remote "power/${platform}/${version}" --remote-terminate always --remote-stage "${stage}" --remote-provider "${provider}" diff --git a/test/utils/shippable/incidental/tower.sh b/test/utils/shippable/incidental/tower.sh deleted file mode 120000 index 700ad3edcff..00000000000 --- a/test/utils/shippable/incidental/tower.sh +++ /dev/null @@ -1 +0,0 @@ -cloud.sh \ No newline at end of file diff --git a/test/utils/shippable/incidental/vcenter.sh b/test/utils/shippable/incidental/vcenter.sh deleted file mode 120000 index 700ad3edcff..00000000000 --- a/test/utils/shippable/incidental/vcenter.sh +++ /dev/null @@ -1 +0,0 @@ -cloud.sh \ No newline at end of file diff --git a/test/utils/shippable/osx.sh b/test/utils/shippable/osx.sh deleted file mode 120000 index 6ddb7768545..00000000000 --- a/test/utils/shippable/osx.sh +++ /dev/null @@ -1 +0,0 @@ -remote.sh \ No newline at end of file diff --git a/test/utils/shippable/power.sh b/test/utils/shippable/power.sh deleted file mode 100755 index 85003ffc7d5..00000000000 --- a/test/utils/shippable/power.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env bash - -set -o pipefail -eux - -declare -a args -IFS='/:' read -ra args <<< "$1" - -platform="${args[1]}" -version="${args[2]}" - -if [ "${#args[@]}" -gt 3 ]; then - target="shippable/posix/group${args[3]}/" -else - target="shippable/posix/" -fi - -stage="${S:-prod}" -provider="${P:-default}" - -# shellcheck disable=SC2086 -ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \ - --remote "power/${platform}/${version}" --remote-terminate always --remote-stage "${stage}" --remote-provider "${provider}"