parent
d69d2aeaec
commit
f1ee95091c
@ -1,5 +1,5 @@
|
||||
--- test-assembler-0.1.5/Cargo.toml 2016-09-12T23:02:38+02:00
|
||||
+++ test-assembler-0.1.5/Cargo.toml 2017-12-03T21:06:49.517005+01:00
|
||||
+++ test-assembler-0.1.5/Cargo.toml 2019-03-09T15:36:29.251205+01:00
|
||||
@@ -12,4 +12,4 @@
|
||||
]
|
||||
|
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
standard-inventory-qcow2:
|
||||
qemu:
|
||||
# `cargo test` usually eats more than 1G.
|
||||
m: 4G
|
@ -0,0 +1,13 @@
|
||||
---
|
||||
- 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-test-assembler
|
Loading…
Reference in new issue