From 5c1461e2ceceefaa9ce5a3fb95287d17ccb005c1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 8 Oct 2018 06:47:54 +0200 Subject: [PATCH] Revert "run tests in infrastructure" This reverts commit 6f3d7ce36abd437ac293fcf267a95830a70ebc94. --- rust-ripgrep.spec | 8 +++++--- tests/.fmf/version | 1 - tests/provision.fmf | 5 ----- tests/tests.yml | 13 ------------- 4 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 tests/.fmf/version delete mode 100644 tests/provision.fmf delete mode 100644 tests/tests.yml diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index b5f8705..6fcd457 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -1,12 +1,11 @@ # Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +%bcond_without check %global crate ripgrep Name: rust-%{crate} Version: 0.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Line oriented search tool using Rust's regex library # Upstream license specification: Unlicense OR MIT @@ -93,6 +92,9 @@ the raw performance of grep with the usability of the silver searcher. %{_datadir}/zsh/site-functions/_rg %changelog +* Sun Oct 07 2018 Igor Gnatenko - 0.10.0-3 +- Infra can't run tests + * Sun Oct 07 2018 Igor Gnatenko - 0.10.0-2 - Run tests in infrastructure diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index 503a97c..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,5 +0,0 @@ ---- -standard-inventory-qcow2: - qemu: - # `cargo test` usually eats more than 1G. - m: 4G diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 78d2942..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/tests/rust.git" - dest: rust - tests: - - rust/cargo-test - environment: - pkg: rust-ripgrep