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:
parent
72d5d7a188
commit
2ca1791ea5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/ply-3.11.tar.gz
|
|
||||||
/ply-3.11.tar.gz
|
/ply-3.11.tar.gz
|
||||||
|
|||||||
@ -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}
|
|
||||||
@ -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
|
|
||||||
Loading…
Reference in New Issue
Block a user