Change CI group identifiers (#517)

* Change CI group identifiers.

* cloud → generic.
pull/519/head
Felix Fontein 2022-10-10 22:39:10 +02:00 committed by GitHub
parent 52bc2cb266
commit 1f4840ba2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 91 additions and 92 deletions

View File

@ -334,15 +334,15 @@ stages:
targets: targets:
- name: 'RHEL 7.8' - name: 'RHEL 7.8'
test: 'rhel/7.8' test: 'rhel/7.8'
### cloud ### Generic
- stage: Cloud_devel - stage: Generic_devel
displayName: Cloud devel displayName: Generic devel
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: devel/cloud/{0}/1 testFormat: devel/generic/{0}/1
targets: targets:
- test: 2.7 - test: 2.7
- test: 3.5 - test: 3.5
@ -352,65 +352,65 @@ stages:
- test: 3.9 - test: 3.9
- test: "3.10" - test: "3.10"
- test: "3.11" - test: "3.11"
- stage: Cloud_2_14 - stage: Generic_2_14
displayName: Cloud 2.14 displayName: Generic 2.14
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: 2.14/cloud/{0}/1 testFormat: 2.14/generic/{0}/1
targets: targets:
- test: 3.9 - test: 3.9
- stage: Cloud_2_13 - stage: Generic_2_13
displayName: Cloud 2.13 displayName: Generic 2.13
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: 2.13/cloud/{0}/1 testFormat: 2.13/generic/{0}/1
targets: targets:
- test: 3.8 - test: 3.8
- stage: Cloud_2_12 - stage: Generic_2_12
displayName: Cloud 2.12 displayName: Generic 2.12
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: 2.12/cloud/{0}/1 testFormat: 2.12/generic/{0}/1
targets: targets:
- test: 2.6 - test: 2.6
- test: 3.9 - test: 3.9
- stage: Cloud_2_11 - stage: Generic_2_11
displayName: Cloud 2.11 displayName: Generic 2.11
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: 2.11/cloud/{0}/1 testFormat: 2.11/generic/{0}/1
targets: targets:
- test: 3.8 - test: 3.8
- stage: Cloud_2_10 - stage: Generic_2_10
displayName: Cloud 2.10 displayName: Generic 2.10
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: 2.10/cloud/{0}/1 testFormat: 2.10/generic/{0}/1
targets: targets:
- test: 3.6 - test: 3.6
- stage: Cloud_2_9 - stage: Generic_2_9
displayName: Cloud 2.9 displayName: Generic 2.9
dependsOn: [] dependsOn: []
jobs: jobs:
- template: templates/matrix.yml - template: templates/matrix.yml
parameters: parameters:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: 2.9/cloud/{0}/1 testFormat: 2.9/generic/{0}/1
targets: targets:
- test: 2.7 - test: 2.7
@ -441,12 +441,12 @@ stages:
- Docker_2_10 - Docker_2_10
- Docker_2_9 - Docker_2_9
- Docker_community_devel - Docker_community_devel
- Cloud_devel - Generic_devel
- Cloud_2_14 - Generic_2_14
- Cloud_2_13 - Generic_2_13
- Cloud_2_12 - Generic_2_12
- Cloud_2_11 - Generic_2_11
- Cloud_2_10 - Generic_2_10
- Cloud_2_9 - Generic_2_9
jobs: jobs:
- template: templates/coverage.yml - template: templates/coverage.yml

View File

@ -2,8 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
cloud/acme cloud/acme
# Skip all VMs, since we cannot talk to the ACME simulator from these: # Skip all VMs, since we cannot talk to the ACME simulator from these:

View File

@ -2,8 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
cloud/acme cloud/acme
# Skip all VMs, since we cannot talk to the ACME simulator from these: # Skip all VMs, since we cannot talk to the ACME simulator from these:

View File

@ -2,8 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
cloud/acme cloud/acme
# Skip all VMs, since we cannot talk to the ACME simulator from these: # Skip all VMs, since we cannot talk to the ACME simulator from these:

View File

@ -2,8 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
cloud/acme cloud/acme
# Skip all VMs, since we cannot talk to the ACME simulator from these: # Skip all VMs, since we cannot talk to the ACME simulator from these:

View File

@ -2,8 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
cloud/acme cloud/acme
# Skip all VMs, since we cannot talk to the ACME simulator from these: # Skip all VMs, since we cannot talk to the ACME simulator from these:

View File

@ -2,8 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
cloud/acme cloud/acme
# Skip all VMs, since we cannot talk to the ACME simulator from these: # Skip all VMs, since we cannot talk to the ACME simulator from these:

View File

@ -2,5 +2,5 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1

View File

@ -3,6 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
context/controller context/controller
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,7 +2,7 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive
needs/httptester needs/httptester

View File

@ -2,7 +2,7 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/posix/group1 azp/posix/1
skip/osx skip/osx
skip/macos skip/macos
skip/freebsd skip/freebsd

View File

@ -2,5 +2,5 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,5 +2,5 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -3,6 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
context/controller context/controller
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -3,6 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
context/controller context/controller
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,7 +2,7 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
openssl_signature_info openssl_signature_info
destructive destructive

View File

@ -2,8 +2,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
cloud/acme cloud/acme
# Skip all VMs, since we cannot talk to the ACME simulator from these: # Skip all VMs, since we cannot talk to the ACME simulator from these:

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,6 +2,6 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
destructive destructive

View File

@ -2,7 +2,7 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
shippable/cloud/group1 azp/generic/1
shippable/posix/group1 azp/posix/1
x509_crl_info x509_crl_info
destructive destructive

View File

@ -8,11 +8,10 @@ set -o pipefail -eux
declare -a args declare -a args
IFS='/:' read -ra args <<< "$1" IFS='/:' read -ra args <<< "$1"
cloud="${args[0]}"
python="${args[1]}" python="${args[1]}"
group="${args[2]}" group="${args[2]}"
target="shippable/${cloud}/group${group}/" target="azp/generic/${group}/"
stage="${S:-prod}" stage="${S:-prod}"

View File

@ -12,9 +12,9 @@ image="${args[1]}"
python="${args[2]}" python="${args[2]}"
if [ "${#args[@]}" -gt 3 ]; then if [ "${#args[@]}" -gt 3 ]; then
target="shippable/posix/group${args[3]}/" target="azp/posix/${args[3]}/"
else else
target="shippable/posix/" target="azp/posix/"
fi fi
# shellcheck disable=SC2086 # shellcheck disable=SC2086

View File

@ -11,9 +11,9 @@ IFS='/:' read -ra args <<< "$1"
image="${args[1]}" image="${args[1]}"
if [ "${#args[@]}" -gt 2 ]; then if [ "${#args[@]}" -gt 2 ]; then
target="shippable/posix/group${args[2]}/" target="azp/posix/${args[2]}/"
else else
target="shippable/posix/" target="azp/posix/"
fi fi
# shellcheck disable=SC2086 # shellcheck disable=SC2086

View File

@ -12,9 +12,9 @@ platform="${args[0]}"
version="${args[1]}" version="${args[1]}"
if [ "${#args[@]}" -gt 2 ]; then if [ "${#args[@]}" -gt 2 ]; then
target="shippable/posix/group${args[2]}/" target="azp/posix/${args[2]}/"
else else
target="shippable/posix/" target="azp/posix/"
fi fi
stage="${S:-prod}" stage="${S:-prod}"