CI: Make some test not running for ELN (and RHEL)
See also https://forge.fedoraproject.org/ci/tickets/issues/550 [skip changelog]
This commit is contained in:
parent
c05c4a66bb
commit
08dc5bf450
1 changed files with 21 additions and 6 deletions
27
plan.fmf
27
plan.fmf
|
|
@ -6,6 +6,17 @@ discover:
|
|||
how: shell
|
||||
url: https://src.fedoraproject.org/tests/python.git
|
||||
tests:
|
||||
- name: smoke
|
||||
path: /smoke
|
||||
test: ./venv.sh
|
||||
- name: smoke_virtualenv
|
||||
path: /smoke
|
||||
test: METHOD=virtualenv ./venv.sh
|
||||
- name: tests_python_fedora_only
|
||||
how: shell
|
||||
url: https://src.fedoraproject.org/tests/python.git
|
||||
when: distro != fedora-eln and distro == fedora
|
||||
tests:
|
||||
- name: smoke310
|
||||
path: /smoke
|
||||
test: VERSION=3.10 ./venv.sh
|
||||
|
|
@ -79,12 +90,6 @@ prepare:
|
|||
package:
|
||||
- gcc
|
||||
- virtualenv
|
||||
- python3.10-devel
|
||||
- python3.11-devel
|
||||
- python3.12-devel
|
||||
- python3.13-devel
|
||||
- python3.14-devel
|
||||
- python3.15-devel
|
||||
- python3-devel
|
||||
- python3-tox
|
||||
- mock
|
||||
|
|
@ -95,6 +100,16 @@ prepare:
|
|||
- shadow-utils
|
||||
- expect
|
||||
- dnf
|
||||
- name: Install dependencies (Fedora not ELN)
|
||||
how: install
|
||||
when: distro != fedora-eln and distro == fedora
|
||||
package:
|
||||
- python3.10-devel
|
||||
- python3.11-devel
|
||||
- python3.12-devel
|
||||
- python3.13-devel
|
||||
- python3.14-devel
|
||||
- python3.15-devel
|
||||
- name: Update packages
|
||||
how: shell
|
||||
script: dnf upgrade -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue