Blame tests/tests.yml

6b1996f
---
6b1996f
- hosts: localhost
6b1996f
  tags:
6b1996f
    - classic
6b1996f
  tasks:
6b1996f
    - dnf:
6b1996f
        name: "*"
6b1996f
        state: latest
6b1996f
6b1996f
- hosts: localhost
6b1996f
  roles:
6b1996f
  - role: standard-test-basic
6b1996f
    tags:
6b1996f
    - classic
6b1996f
    repositories:
6b1996f
    - repo: "https://src.fedoraproject.org/tests/python.git"
6b1996f
      dest: "python"
6b1996f
    tests:
6b1996f
    - marshalparser_compatibility36:
6b1996f
        dir: python/marshalparser
6b1996f
        run: VERSION=3.6 SAMPLE=200 test_marshalparser_compatibility.sh
6b1996f
    - marshalparser_compatibility37:
6b1996f
        dir: python/marshalparser
6b1996f
        run: VERSION=3.7 SAMPLE=200 test_marshalparser_compatibility.sh
6b1996f
    - marshalparser_compatibility38:
6b1996f
        dir: python/marshalparser
6b1996f
        run: VERSION=3.8 SAMPLE=200 test_marshalparser_compatibility.sh
6b1996f
    - marshalparser_compatibility39:
6b1996f
        dir: python/marshalparser
6b1996f
        run: VERSION=3.9 SAMPLE=200 test_marshalparser_compatibility.sh
f490121
    - marshalparser_compatibility310:
f490121
        dir: python/marshalparser
f490121
        run: VERSION=3.10 SAMPLE=200 test_marshalparser_compatibility.sh
6b1996f
    required_packages:
6b1996f
    - python3.6
6b1996f
    - python3.7
6b1996f
    - python3.8
6b1996f
    - python3.9
f490121
    - python3.10
6b1996f
    - marshalparser