From 45fb6fd68b276dffaaf04ad826118aff1b3a2f9f Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 23:34:14 +0200 Subject: [PATCH] Replace whole repo with latest content from branch stream-0.2.5-rhel-8.8.0 Content corresponds with RHEL dist-git commit 0e32c65 --- .gitignore | 1 - gating.yaml | 6 ------ tests/tests.yml | 16 ---------------- 3 files changed, 23 deletions(-) delete mode 100644 gating.yaml delete mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 679b8f0..00b5418 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/wcwidth-0.2.5.tar.gz /wcwidth-0.2.5.tar.gz diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 648918d..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !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 6ed8851..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-source - tags: - - always - - - role: standard-test-basic - tags: - - classic - required_packages: - - python3-pytest - tests: - - simple: - dir: ./source - run: python -m pytest -v