Replace whole repo with latest content from branch stream-3.11-rhel-8.8.0

Content corresponds with RHEL dist-git commit aa649fd
This commit is contained in:
Honza Horak 2023-05-15 21:47:11 +02:00
parent f173275325
commit f241c47e25
3 changed files with 0 additions and 28 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/ply-3.11.tar.gz
/ply-3.11.tar.gz

View File

@ -1,7 +0,0 @@
# recipients: abokovoy, frenaud, kaleem, ftrivino, cheimes
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,20 +0,0 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-ply
tests:
- unittests:
dir: "source/python3"
run: >-
rm -rf ply* &&
pushd test &&
./cleanup.sh &&
python3 testlex.py &&
python3 testyacc.py &&
popd