Skip to content

Commit

Permalink
ci: Stop testing on CentOS 7
Browse files Browse the repository at this point in the history
Let's stop actively testing on CentOS 7 from this point on. The latest
stable version v2019.2 will be the last fully supported release on this
platform. We may backport patches there if needed.

This will allow us to shed a lot of legacy and dual-paths code that
rendered the code more complex. It'll also reduce friction on new
initiatives like unified core by default and sysusers.

Closes: #1785
Approved by: cgwalters
  • Loading branch information
jlebon authored and rh-atomic-bot committed Mar 13, 2019
1 parent 6e05451 commit bdf12cc
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .papr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,42 +69,6 @@ artifacts:

---

inherit: true

context: c7-primary

required: true

cluster:
hosts:
- name: vmcheck1
distro: centos/7/atomic/smoketested
- name: vmcheck2
distro: centos/7/atomic/smoketested
- name: vmcheck3
distro: centos/7/atomic/smoketested
container:
image: registry.centos.org/centos/centos:7

# We only want the sanitizers on Fedora
env:
HOSTS: vmcheck1 vmcheck2 vmcheck3
CFLAGS: ''

extra-repos:
- name: atomic-centos-continuous
baseurl: https://ci.centos.org/artifacts/sig-atomic/rdgo/centos-continuous/build
gpgcheck: 0

tests:
# we're still on devmapper here; we need to expand rootfs for tests
- for vm in vmcheck{1..3}; do ssh $vm lvresize -r -L +5G atomicos/root; done
- ci/vmcheck-provision.sh
- ci/build-check.sh
- make vmcheck

---

branches:
- master
- auto
Expand Down

0 comments on commit bdf12cc

Please sign in to comment.