Remove unused CI scripts.
This commit is contained in:
parent
d244e47822
commit
f6c292d210
8 changed files with 0 additions and 46 deletions
|
@ -1 +0,0 @@
|
||||||
remote.sh
|
|
|
@ -1 +0,0 @@
|
||||||
cloud.sh
|
|
|
@ -1 +0,0 @@
|
||||||
cloud.sh
|
|
|
@ -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}"
|
|
|
@ -1 +0,0 @@
|
||||||
cloud.sh
|
|
|
@ -1 +0,0 @@
|
||||||
cloud.sh
|
|
|
@ -1 +0,0 @@
|
||||||
remote.sh
|
|
|
@ -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}"
|
|
Loading…
Reference in a new issue