Remove all gating files
This commit is contained in:
parent
44b6883308
commit
311a6ed6f6
@ -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}
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: stratis-cli
|
Name: stratis-cli
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Command-line tool for interacting with the Stratis daemon
|
Summary: Command-line tool for interacting with the Stratis daemon
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -62,6 +62,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratis.8
|
|||||||
%{python3_sitelib}/stratis_cli-*.egg-info/
|
%{python3_sitelib}/stratis_cli-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-4
|
||||||
|
- Remove all gating files
|
||||||
|
|
||||||
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-3
|
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 3.0.1-3
|
||||||
- Bump revision in order to include dependencies in gating tests
|
- Bump revision in order to include dependencies in gating tests
|
||||||
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user