Skip to content

Commit

Permalink
Change CI group identifiers (#517)
Browse files Browse the repository at this point in the history
* Change CI group identifiers.

* cloud → generic.
  • Loading branch information
felixfontein authored Oct 10, 2022
1 parent 52bc2cb commit 1f4840b
Show file tree
Hide file tree
Showing 34 changed files with 91 additions and 92 deletions.
58 changes: 29 additions & 29 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,15 @@ stages:
targets:
- name: 'RHEL 7.8'
test: 'rhel/7.8'
### cloud
- stage: Cloud_devel
displayName: Cloud devel
### Generic
- stage: Generic_devel
displayName: Generic devel
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: devel/cloud/{0}/1
testFormat: devel/generic/{0}/1
targets:
- test: 2.7
- test: 3.5
Expand All @@ -352,65 +352,65 @@ stages:
- test: 3.9
- test: "3.10"
- test: "3.11"
- stage: Cloud_2_14
displayName: Cloud 2.14
- stage: Generic_2_14
displayName: Generic 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.14/cloud/{0}/1
testFormat: 2.14/generic/{0}/1
targets:
- test: 3.9
- stage: Cloud_2_13
displayName: Cloud 2.13
- stage: Generic_2_13
displayName: Generic 2.13
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.13/cloud/{0}/1
testFormat: 2.13/generic/{0}/1
targets:
- test: 3.8
- stage: Cloud_2_12
displayName: Cloud 2.12
- stage: Generic_2_12
displayName: Generic 2.12
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.12/cloud/{0}/1
testFormat: 2.12/generic/{0}/1
targets:
- test: 2.6
- test: 3.9
- stage: Cloud_2_11
displayName: Cloud 2.11
- stage: Generic_2_11
displayName: Generic 2.11
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.11/cloud/{0}/1
testFormat: 2.11/generic/{0}/1
targets:
- test: 3.8
- stage: Cloud_2_10
displayName: Cloud 2.10
- stage: Generic_2_10
displayName: Generic 2.10
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.10/cloud/{0}/1
testFormat: 2.10/generic/{0}/1
targets:
- test: 3.6
- stage: Cloud_2_9
displayName: Cloud 2.9
- stage: Generic_2_9
displayName: Generic 2.9
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Python {0}
testFormat: 2.9/cloud/{0}/1
testFormat: 2.9/generic/{0}/1
targets:
- test: 2.7

Expand Down Expand Up @@ -441,12 +441,12 @@ stages:
- Docker_2_10
- Docker_2_9
- Docker_community_devel
- Cloud_devel
- Cloud_2_14
- Cloud_2_13
- Cloud_2_12
- Cloud_2_11
- Cloud_2_10
- Cloud_2_9
- Generic_devel
- Generic_2_14
- Generic_2_13
- Generic_2_12
- Generic_2_11
- Generic_2_10
- Generic_2_9
jobs:
- template: templates/coverage.yml
4 changes: 2 additions & 2 deletions tests/integration/targets/acme_account/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
cloud/acme

# Skip all VMs, since we cannot talk to the ACME simulator from these:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/acme_account_info/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
cloud/acme

# Skip all VMs, since we cannot talk to the ACME simulator from these:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/acme_certificate/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
cloud/acme

# Skip all VMs, since we cannot talk to the ACME simulator from these:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/acme_certificate_revoke/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
cloud/acme

# Skip all VMs, since we cannot talk to the ACME simulator from these:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/acme_challenge_cert_helper/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
cloud/acme

# Skip all VMs, since we cannot talk to the ACME simulator from these:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/acme_inspect/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
cloud/acme

# Skip all VMs, since we cannot talk to the ACME simulator from these:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/certificate_complete_chain/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
4 changes: 2 additions & 2 deletions tests/integration/targets/crypto_info/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later

context/controller
shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/get_certificate/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
needs/httptester
2 changes: 1 addition & 1 deletion tests/integration/targets/luks_device/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/posix/group1
azp/posix/1
skip/osx
skip/macos
skip/freebsd
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/openssh_cert/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/posix/group1
azp/posix/1
destructive
2 changes: 1 addition & 1 deletion tests/integration/targets/openssh_keypair/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/posix/group1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_csr/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_csr_info/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_csr_pipe/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_dhparam/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_pkcs12/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_privatekey/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_privatekey_convert/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later

context/controller
shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_privatekey_info/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_privatekey_pipe/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later

context/controller
shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_publickey/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_publickey_info/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/openssl_signature/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
openssl_signature_info
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/x509_certificate-acme/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
cloud/acme

# Skip all VMs, since we cannot talk to the ACME simulator from these:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/x509_certificate/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/x509_certificate_info/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/x509_certificate_pipe/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
destructive
4 changes: 2 additions & 2 deletions tests/integration/targets/x509_crl/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# SPDX-License-Identifier: GPL-3.0-or-later

shippable/cloud/group1
shippable/posix/group1
azp/generic/1
azp/posix/1
x509_crl_info
destructive
Loading

0 comments on commit 1f4840b

Please sign in to comment.