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

This commit is contained in:
Honza Horak 2023-05-15 23:36:04 +02:00 committed by root
parent d27a96be19
commit 766acd7a28
4 changed files with 1 additions and 28 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/release_v2.20.tar.gz
/release_v2.20.tar.gz

View File

@ -0,0 +1 @@
3a7e92b87f9fe0b863ec99b0c4ee9f90a32a3c3f release_v2.20.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
pre_tasks:
- name: Install dos2unix to build the sources
package:
name: dos2unix
state: present
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-pycparser
- python3-pytest
- cpp
tests:
- unittests:
dir: "source"
run: "rm -rf pycparser && pytest-3 tests/"