From 311a6ed6f625fdb8f6d7e272d8804f441ee2ef2e Mon Sep 17 00:00:00 2001 From: mulhern Date: Sun, 27 Feb 2022 13:55:40 -0500 Subject: [PATCH] Remove all gating files --- gating.yaml | 7 ------- stratis-cli.spec | 5 ++++- tests/tests.yml | 19 ------------------- 3 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 gating.yaml delete mode 100644 tests/tests.yml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 282e16b..0000000 --- a/gating.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/stratis-cli.spec b/stratis-cli.spec index da0d093..105ffe2 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,6 +1,6 @@ Name: stratis-cli Version: 3.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -62,6 +62,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8 %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Sun Feb 27 2022 mulhern - 3.0.1-4 +- Remove all gating files + * Sun Feb 27 2022 mulhern - 3.0.1-3 - Bump revision in order to include dependencies in gating tests diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index e3a30fe..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-source - tags: - - always - - - role: standard-test-basic - tags: - - classic - tests: - - simple: - dir: ./ - run: > - RUST_LOG=stratisd=debug - STRATISD=/usr/libexec/stratisd - make -f source/Makefile dbus-tests - required_packages: - - make