From dbdf5e04176fa3bfe01eadc2674b97913b4e7366 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 23:36:04 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-2.20-rhel-8.8.0 --- .gitignore | 1 - .python-pycparser.metadata | 1 + gating.yaml | 7 ------- tests/tests.yml | 20 -------------------- 4 files changed, 1 insertion(+), 28 deletions(-) create mode 100644 .python-pycparser.metadata delete mode 100644 gating.yaml delete mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index ef25622..429946d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/release_v2.20.tar.gz /release_v2.20.tar.gz diff --git a/.python-pycparser.metadata b/.python-pycparser.metadata new file mode 100644 index 0000000..845b08e --- /dev/null +++ b/.python-pycparser.metadata @@ -0,0 +1 @@ +3a7e92b87f9fe0b863ec99b0c4ee9f90a32a3c3f release_v2.20.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 6f49862..0000000 --- a/gating.yaml +++ /dev/null @@ -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} diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index e7eb935..0000000 --- a/tests/tests.yml +++ /dev/null @@ -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/"