From ec77fe8cea44932cd028feb83b6f05af1f46a963 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Feb 05 2019 12:42:59 +0000 Subject: Simple use cases should be super simple to write Demonstrates a simple shell execution for a pull request artifact and fetching beakerlib tests with fmf metadata from a remote shared test repository to be run for a build artifact. --- diff --git a/examples/simple.fmf b/examples/simple.fmf new file mode 100644 index 0000000..2fce84f --- /dev/null +++ b/examples/simple.fmf @@ -0,0 +1,16 @@ +# Simple use cases should be super simple to write +/test: + /pull-request: + /validate: + prepare: + requires: python3-pep8 + execute: + how: shell + command: pep8 *.py + /build: + /smoke: + discover: + how: fmf + repo: https://src.fedoraproject.org/tests/tar.git + execute: + how: restraint