mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-23 22:43:07 +00:00
CI config: update to Fedora 35 and add Python 3.10
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
323c6a0a45
commit
138ca2bcf6
@ -1,12 +1,12 @@
|
||||
- job:
|
||||
name: os-autoinst-tox
|
||||
run: ci/tox.yaml
|
||||
nodeset: fedora-31-vm
|
||||
nodeset: fedora-35-vm
|
||||
|
||||
- job:
|
||||
name: os-autoinst-perl
|
||||
run: ci/perl.yaml
|
||||
nodeset: fedora-31-vm
|
||||
nodeset: fedora-35-vm
|
||||
|
||||
- project:
|
||||
check:
|
||||
|
@ -5,7 +5,7 @@
|
||||
name: ensure-tox
|
||||
- name: Install all Python versions to test
|
||||
package:
|
||||
name: ['python37', 'python38', 'python39']
|
||||
name: ['python37', 'python38', 'python39', 'python310']
|
||||
state: present
|
||||
become: yes
|
||||
- name: Run tox
|
||||
|
Loading…
Reference in New Issue
Block a user