Revert "run tests in infrastructure"

This reverts commit 6f3d7ce36a.
epel9
Igor Gnatenko 6 years ago
parent 6f3d7ce36a
commit 5c1461e2ce

@ -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 <ignatenkobrain@fedoraproject.org> - 0.10.0-3
- Infra can't run tests
* Sun Oct 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-2
- Run tests in infrastructure

@ -1,5 +0,0 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` usually eats more than 1G.
m: 4G

@ -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
Loading…
Cancel
Save