Skip to content

Commit

Permalink
upstream CI: Remove CentOS 7 pipelines
Browse files Browse the repository at this point in the history
CentOS 7 containers are not working in recent versions of systemd.
  • Loading branch information
rjeffman committed Oct 15, 2024
1 parent b8472fa commit 6e22c0d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 75 deletions.
11 changes: 0 additions & 11 deletions infra/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,3 @@ stages:
build_number: $(Build.BuildNumber)
scenario: c8s
ansible_version: "-core >=2.14,<2.15"

# CentOS 7

- stage: CentOS_7
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-7
ansible_version: "-core >=2.14,<2.15"
10 changes: 0 additions & 10 deletions infra/azure/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ pool:

stages:

# Currently, it's not possible to use CentOS container
#
# - stage: CentOS_7
# dependsOn: []
# jobs:
# - template: templates/build_container.yml
# parameters:
# job_name_suffix: Centos7
# distro: centos-7

- stage: CentOS_8_Stream
dependsOn: []
jobs:
Expand Down
40 changes: 1 addition & 39 deletions infra/azure/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ schedules:
trigger: none

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'

stages:

Expand Down Expand Up @@ -203,41 +203,3 @@ stages:
build_number: $(Build.BuildNumber)
scenario: c8s
ansible_version: ""

# CentOS 7

- stage: CentOS7_Ansible_Core_2_13
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-7
ansible_version: "-core >=2.13,<2.14"

- stage: CentOS7_Ansible_Core_2_14
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-7
ansible_version: "-core >=2.14,<2.15"

- stage: CentOS7_Ansible_Core_2_15
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-7
ansible_version: "-core >=2.15,<2.16"

- stage: CentOS7_Ansible_latest
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-7
ansible_version: ""
16 changes: 1 addition & 15 deletions infra/azure/pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'

stages:

Expand Down Expand Up @@ -52,20 +52,6 @@ stages:
ansible_version: "-core >=2.15,<2.16"
target_python: "/usr/libexec/platform-python"

# CentOS 7 cannot be used with current systemd
#
# CentOS 7
#
# - stage: CentOS_7
# dependsOn: []
# jobs:
# - template: templates/fast_tests.yml
# parameters:
# build_number: $(Build.BuildNumber)
# distro: centos-7
# ansible_version: "-core >=2.15,<2.16"
# target_python: "/usr/bin/python2"

# Rawhide

- stage: Fedora_Rawhide
Expand Down

0 comments on commit 6e22c0d

Please sign in to comment.