Release 0.2.5-2 Fix the osci gating reports: "ERROR: No dist-git tests (STI/TMT) were found in the repository" Related: bz2165190 Signed-off-by: Tao Liu <ltao@redhat.com>
20 lines
283 B
YAML
20 lines
283 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- make
|
|
- ncurses-devel
|
|
- gcc
|
|
tests:
|
|
- smoke:
|
|
dir: .
|
|
run: ./runtest.sh
|