diff --git a/test/utils/shippable/freebsd.sh b/test/utils/shippable/freebsd.sh deleted file mode 100755 index cd3014ccac7..00000000000 --- a/test/utils/shippable/freebsd.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[0]}" -version="${args[1]}" - -if [ "${#args[@]}" -gt 2 ]; then - target="shippable/posix/group${args[2]}/" -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 "${platform}/${version}" --remote-terminate always --remote-stage "${stage}" --remote-provider "${provider}" diff --git a/test/utils/shippable/freebsd.sh b/test/utils/shippable/freebsd.sh new file mode 120000 index 00000000000..6ddb7768545 --- /dev/null +++ b/test/utils/shippable/freebsd.sh @@ -0,0 +1 @@ +remote.sh \ No newline at end of file diff --git a/test/utils/shippable/osx.sh b/test/utils/shippable/osx.sh deleted file mode 100755 index cd3014ccac7..00000000000 --- a/test/utils/shippable/osx.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[0]}" -version="${args[1]}" - -if [ "${#args[@]}" -gt 2 ]; then - target="shippable/posix/group${args[2]}/" -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 "${platform}/${version}" --remote-terminate always --remote-stage "${stage}" --remote-provider "${provider}" diff --git a/test/utils/shippable/osx.sh b/test/utils/shippable/osx.sh new file mode 120000 index 00000000000..6ddb7768545 --- /dev/null +++ b/test/utils/shippable/osx.sh @@ -0,0 +1 @@ +remote.sh \ No newline at end of file diff --git a/test/utils/shippable/remote.sh b/test/utils/shippable/remote.sh new file mode 100755 index 00000000000..cd3014ccac7 --- /dev/null +++ b/test/utils/shippable/remote.sh @@ -0,0 +1,22 @@ +#!/usr/bin/env bash + +set -o pipefail -eux + +declare -a args +IFS='/:' read -ra args <<< "$1" + +platform="${args[0]}" +version="${args[1]}" + +if [ "${#args[@]}" -gt 2 ]; then + target="shippable/posix/group${args[2]}/" +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 "${platform}/${version}" --remote-terminate always --remote-stage "${stage}" --remote-provider "${provider}" diff --git a/test/utils/shippable/rhel.sh b/test/utils/shippable/rhel.sh deleted file mode 100755 index cd3014ccac7..00000000000 --- a/test/utils/shippable/rhel.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[0]}" -version="${args[1]}" - -if [ "${#args[@]}" -gt 2 ]; then - target="shippable/posix/group${args[2]}/" -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 "${platform}/${version}" --remote-terminate always --remote-stage "${stage}" --remote-provider "${provider}" diff --git a/test/utils/shippable/rhel.sh b/test/utils/shippable/rhel.sh new file mode 120000 index 00000000000..6ddb7768545 --- /dev/null +++ b/test/utils/shippable/rhel.sh @@ -0,0 +1 @@ +remote.sh \ No newline at end of file