marshalparser/tests/tests.yml
Lumir Balhar c1d0f0e6bd Update CI testing matrix
(cherry picked from Fedora commit 49ccbadc72776e99fd1a1e111ad328599f684835)
2025-12-09 17:04:11 +01:00

29 lines
676 B
YAML

---
- hosts: localhost
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://gitlab.com/redhat/centos-stream/tests/python.git"
dest: "python"
tests:
- marshalparser_compatibility312:
dir: python/marshalparser
run: VERSION=3.12 SAMPLE=200 test_marshalparser_compatibility.sh
- marshalparser_compatibility314:
dir: python/marshalparser
run: VERSION=3.14 SAMPLE=200 test_marshalparser_compatibility.sh
required_packages:
- python3.12
- python3.14
- marshalparser