From 091d0a6c3a10f393ae513da9bd3b46a4aef3f112 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Tue, 4 Apr 2023 09:03:31 -0400 Subject: [PATCH] Branch synchronization with RHEL 8.8.0 --- .gitignore | 4 +++- .libvirt-dbus.metadata | 1 + gating.yaml | 6 ------ tests/tests.yml | 15 --------------- 4 files changed, 4 insertions(+), 22 deletions(-) create mode 100644 .libvirt-dbus.metadata delete mode 100644 gating.yaml delete mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 6a923ae..15da4cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ -SOURCES/libvirt-dbus-1.3.0.tar.xz +/libvirt-dbus-1.0.0.tar.gz +/libvirt-dbus-1.2.0.tar.xz /libvirt-dbus-1.3.0.tar.xz +SOURCES/libvirt-dbus-1.3.0.tar.xz diff --git a/.libvirt-dbus.metadata b/.libvirt-dbus.metadata new file mode 100644 index 0000000..d97588d --- /dev/null +++ b/.libvirt-dbus.metadata @@ -0,0 +1 @@ +14e62f4491467874deac075f247a1f1c2db5ca1c libvirt-dbus-1.3.0.tar.xz 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 8b4d3a1..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: localhost - roles: - - role: standard-test-source - tags: - - classic - - role: standard-test-basic - tags: - - classic - tests: - - smoke: - dir: source/tests - run: TEST_INSTALLED=1 pytest-3 - required_packages: - - python3-pytest - - dbus-daemon