mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Change CI group identifiers. (#5344)
This commit is contained in:
parent
d76392ed2a
commit
e47845ab3a
131 changed files with 156 additions and 158 deletions
|
@ -8,11 +8,10 @@ set -o pipefail -eux
|
|||
declare -a args
|
||||
IFS='/:' read -ra args <<< "$1"
|
||||
|
||||
cloud="${args[0]}"
|
||||
python="${args[1]}"
|
||||
group="${args[2]}"
|
||||
|
||||
target="shippable/${cloud}/group${group}/"
|
||||
target="azp/generic/${group}/"
|
||||
|
||||
stage="${S:-prod}"
|
||||
|
|
@ -12,9 +12,9 @@ image="${args[1]}"
|
|||
python="${args[2]}"
|
||||
|
||||
if [ "${#args[@]}" -gt 3 ]; then
|
||||
target="shippable/posix/group${args[3]}/"
|
||||
target="azp/posix/${args[3]}/"
|
||||
else
|
||||
target="shippable/posix/"
|
||||
target="azp/posix/"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
|
|
@ -11,9 +11,9 @@ IFS='/:' read -ra args <<< "$1"
|
|||
image="${args[1]}"
|
||||
|
||||
if [ "${#args[@]}" -gt 2 ]; then
|
||||
target="shippable/posix/group${args[2]}/"
|
||||
target="azp/posix/${args[2]}/"
|
||||
else
|
||||
target="shippable/posix/"
|
||||
target="azp/posix/"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
|
|
@ -12,9 +12,9 @@ platform="${args[0]}"
|
|||
version="${args[1]}"
|
||||
|
||||
if [ "${#args[@]}" -gt 2 ]; then
|
||||
target="shippable/posix/group${args[2]}/"
|
||||
target="azp/posix/${args[2]}/"
|
||||
else
|
||||
target="shippable/posix/"
|
||||
target="azp/posix/"
|
||||
fi
|
||||
|
||||
stage="${S:-prod}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue