Retire Fedora 31 for 32
We have Fedora 32 nodes now, retire the Fedora 31 testing and replace with 32. Docker isn't supported on Fedora 32. There's a problem with cgroups v2 and you can read all about it at [1]. Drop the install test. Haskell upstream has dropped F32 from the COPR repo as it is now packaged; a new package with the correct dependencies has been pushed but isn't available yet (see the inline github issue), so workaround the missing package. [1] https://github.com/docker/for-linux/issues/955 Change-Id: I025613bee8c0a8513afa90331431d2c18b616464
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
pre-run: test-playbooks/haskell/setup-project.yaml
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: fedora-31
|
||||
label: fedora-31
|
||||
- name: fedora-32
|
||||
label: fedora-32
|
||||
|
||||
- job:
|
||||
name: zuul-jobs-test-haskell-stack-test
|
||||
@@ -26,8 +26,8 @@
|
||||
pre-run: test-playbooks/haskell/setup-stack-project.yaml
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: fedora-31
|
||||
label: fedora-31
|
||||
- name: fedora-32
|
||||
label: fedora-32
|
||||
|
||||
- job:
|
||||
name: zuul-jobs-test-hlint
|
||||
@@ -43,8 +43,8 @@
|
||||
- test-playbooks/haskell/setup-project.yaml
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: fedora-31
|
||||
label: fedora-31
|
||||
- name: fedora-32
|
||||
label: fedora-32
|
||||
|
||||
- project:
|
||||
check:
|
||||
|
||||
Reference in New Issue
Block a user